This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with debugging information
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Subject: Re: Problem with debugging information
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Mon, 22 May 2000 23:15:22 +0100 (BST)
- CC: rth at cygnus dot com, gcc at gcc dot gnu dot org
> It's also related to `bar' being in the same file or not. If bar is
> in a different file, next won't step in.
>
> Are you sure? I thought it would.
Maybe it's not in what file it is, but whether the function comes next in
memory or not? Of course if was next in the same file, it would be next
in memory...