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: Debugging with multiple sections in assembly files.


On Fri, 16 Nov 2007 14:14:54 +0100, Robert Norton wrote:
...
> (gdb) info line bar
> Line 3 of "test_nosections.S" starts at address 0x400490 <bar> and ends
> at 0x400491 <bling>.
> ---
> (gdb) info line bar
> No line number information available for address 0x400490 <bar>

Please apply for GDB:
	http://sources.redhat.com/ml/gdb-patches/2007-10/msg00207.html

$ fedora-gdb ./test_sections
GNU gdb Red Hat Linux (6.6-36.fc8rh)
(gdb) info line bar
Line 3 of "test_sections.S" starts at address 0x400480 <bar> and ends at 0x400481 <bar+1>.
$ upstream-gdb ./test_sections
GNU gdb 6.7.50.20071116-cvs
(gdb) info line bar
No line number information available for address 0x400480 <bar>

Unfortunately I have still TODOlist pending there to finish the testcase for
the upstream GDB.
	http://sources.redhat.com/ml/gdb-patches/2007-10/msg00213.html


Regards,
Jan


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