This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [RFC] Gdb line table implementation tweak
- From: Michael Elizabeth Chastain <mec at shout dot net>
- To: fnf at redhat dot com
- Cc: gdb-patches at sources dot redhat dot com
- Date: Wed, 27 Feb 2002 18:45:06 -0600
- Subject: Re: [RFC] Gdb line table implementation tweak
I'm getting similar failures on:
[target=native host=i686-pc-linux-gnu%rh-7.2 gdb=HEAD%2002-02-26
gcc=2.95.3 glibc=vendor goption=-g-stabs+]
I put up a gdb.log and gdb.sum file on:
ftp://ftp.shout.net/pub/users/mec/step-bug/gdb.sum
ftp://ftp.shout.net/pub/users/mec/step-bug/gdb.log
A good example of the bad behavior is:
gdb.base/step-test: large struct by value
gdb tries to step into a function but instead it steps somewhere else.
For me, the bug is specific to gcc 2.95.3 and stabs debugging format.
Michael C