This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Incorrect breakpoint address w no stabs


Michael Snyder wrote:
On Mon, 2006-10-02 at 19:38 -0700, Michael Eager wrote:
Quick follow-up.

This problem doesn't happen if all object files use
DWARF or no debugging.  If the executable has mixed
stabs/DWARF, then the problem shows up.

What about if all object files use stabs?

There's almost always assembly files (without stabs) which are linked after the rest of the code. Breakpoints at symbols in those files will be incorrect.


-- Michael Eager eager@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]