From: Jim Blandy <jimb@redhat.com>
To: Tao Zhang <zhangtao@cc.gatech.edu>
Cc: Michael Elizabeth Chastain <mec.gnu@mindspring.com>,
gdb@sources.redhat.com
Subject: Re: Debug code in data section in gdb
Date: Wed, 23 Jun 2004 05:03:00 -0000 [thread overview]
Message-ID: <vt2659iooik.fsf@zenia.home> (raw)
In-Reply-To: <Pine.GSO.4.58.0406221813420.26064@gaia.cc.gatech.edu>
Tao Zhang <zhangtao@cc.gatech.edu> writes:
> Yeah, I understand GDB will modify the code at the address of a
> breakpoint. I can break the program just before the execution jump to the
> code copied from somewhere. Then I set a breakpoint at the beginning of
> the copied code. It still won't work. Another thing is I see the code is
> same as the original code. My question is whether I can see the GDB modified
> instruction by disassemble the memory ? When and How gdb modifies the
> instruction?
GDB inserts breakpoints just before resuming the inferior (debuggee)
and removes them all each time the inferior stops. When you
disassemble, the inferior is stopped, so you won't see GDB's
breakpoint.
You said your inferior was running "without an OS", so I assume you're
communicating with it via the GDB remote protocol. Have you tried
"set debug remote 1" to see exactly what GDB and your inferior are
saying to each other? In particular, you should be able to see GDB
writing the breakpoint instruction, after reading the original
contents, and then restoring the original contents when the inferior
stops.
next prev parent reply other threads:[~2004-06-23 5:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-22 22:09 Michael Elizabeth Chastain
2004-06-22 22:23 ` Tao Zhang
2004-06-23 5:03 ` Jim Blandy [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-06-22 23:17 Michael Elizabeth Chastain
2004-06-22 18:19 Michael Elizabeth Chastain
2004-06-22 19:10 ` Tao Zhang
2004-06-22 20:43 ` Andreas Schwab
2004-06-22 22:14 ` Tao Zhang
2004-06-22 17:36 Tao Zhang
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=vt2659iooik.fsf@zenia.home \
--to=jimb@redhat.com \
--cc=gdb@sources.redhat.com \
--cc=mec.gnu@mindspring.com \
--cc=zhangtao@cc.gatech.edu \
/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