This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
RE: Breakpoint function address
- From: "Spen" <spencer dot oliver at virgin dot net>
- To: <gdb at sources dot redhat dot com>
- Date: Thu, 23 Aug 2007 15:33:38 +0100
- Subject: RE: Breakpoint function address
>
> Try building a CVS snapshot of binutils or using the 2.18
> prerelease snapshot from two weeks ago, and relinking. I
> recently changed the way the linker behaves when updating
> debug info for discarded functions. It will now set the high
> PC of the function to 0, so we will never decide it is current.
>
> --
> Daniel Jacobowitz
> CodeSourcery
>
Daniel,
Just tried binutils-2.18.50 snapshot and it has fixed the problem,
breakpoints now correctly set.
Many thanks once again for all your help, very much appreciated.
Spen