This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: Linetable
- From: Jason Molenda <jmolenda at apple dot com>
- To: Sp3cial K <ikiwibebe at hotmail dot com>
- Cc: gdb at sources dot redhat dot com
- Date: Wed, 27 Jul 2005 15:01:51 -0700
- Subject: Re: Linetable
- References: <BAY105-F30098F9AB996CA003A647EBACC0@phx.gbl>
On Jul 27, 2005, at 2:54 PM, Sp3cial K wrote:
Hi, can someone please explain how symtab->linetable is constructed?
You're probably best off starting by looking at the readelf -wl
output of your executable.
For each of the functions, the linetable contains two entries with
same line number and slightly different pc, but these entries are
not in NAS.map!
I have no idea what NAS.map is.
Before you assume that gdb has incorrectly read the line table, you
should start by looking at the line table information in the executable.
Jason