From: "H. J. Lu" <hjl@lucon.org>
To: GDB <gdb@sources.redhat.com>
Subject: Does gdb support weak/normal symbols?
Date: Mon, 16 Jan 2006 00:48:00 -0000 [thread overview]
Message-ID: <20060116004831.GA1186@lucon.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 700 bytes --]
I got
[hjl@gnu-10 weak]$ make
cc -o foo -O -g main.c foo.c weak.c
for f in foo; do ./$f; done
Normal foo
[hjl@gnu-10 weak]$ gdb foo
GNU gdb 6.4.50.20060115-cvs
...
(gdb) b foo
Breakpoint 1 at 0x804839a: file weak.c, line 8.
(gdb) r
Starting program: /export/home/hjl/bugs/gdb/weak/foo
Normal foo
Program exited normally.
(gdb) b *0x08048380
Breakpoint 2 at 0x8048380: file foo.c, line 5.
(gdb) r
Starting program: /export/home/hjl/bugs/gdb/weak/foo
Breakpoint 1 at 0x8048386: file foo.c, line 6.
Breakpoint 2, foo () at foo.c:5
5 {
(gdb)
foo in weak.c isn't in the symbol table. But gdb sets the breakpoint
of foo on it. Shouldn't gdb be clever enough to know to check the
other one?
H.J.
[-- Attachment #2: bug.tar.gz --]
[-- Type: application/x-gzip, Size: 466 bytes --]
next reply other threads:[~2006-01-16 0:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-16 0:48 H. J. Lu [this message]
2006-01-16 1:49 ` Daniel Jacobowitz
2006-01-16 15:48 ` H. J. Lu
2006-01-16 15:58 ` Daniel Jacobowitz
2006-01-16 18:11 ` H. J. Lu
2006-01-16 18:30 ` Daniel Jacobowitz
2006-01-16 18:32 ` H. J. Lu
2006-01-16 18:53 ` Daniel Jacobowitz
2006-01-16 18:35 ` Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060116004831.GA1186@lucon.org \
--to=hjl@lucon.org \
--cc=gdb@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox