Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Doug Evans <dje@transmeta.com>
To: "Liang, James" <jliang@sandia.gov>
Cc: "'gdb@sources.redhat.com'" <gdb@sources.redhat.com>
Subject: Breakpoint mechanism (breakpoint.c)
Date: Fri, 02 May 2003 21:54:00 -0000	[thread overview]
Message-ID: <16050.59614.796437.738253@casey.transmeta.com> (raw)
In-Reply-To: <71251C7D5FB1D2119C8F0008C7A44ED103792077@es07snlnt.sandia.gov>

Liang, James writes:
 > Hello,
 > 
 > I'm trying to port GDB and I can't quite understand what's happening with
 > the breakpoint mechanism in
 > breakpoint.c
 > 
 > I've overwritten all of the set breakpoint modules in gdbarch.c, to go to
 > one of my functions that prints
 > "hello", but none of them are ever called.  Whenever I try to set a
 > breakpoint, gdb just acts like the breakpoint
 > was successfully set.
 > 
 > It looks like the work is setting the breakpoint is done in
 > create_breakpoints which calls set_raw_breakpoint.  I just
 > don't see where it goes from there.  As far as I can tell, it never calls
 > any architecture specific code or does anything except a few prints and
 > setting a few state variables. 

Nothing happens on the target side until execution is resumed.
It's at that point that gdb calls the code to insert the breakpoint
on the target.  Grep for calls to insert_breakpoints.


      reply	other threads:[~2003-05-02 21:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-02 21:36 Liang, James
2003-05-02 21:54 ` Doug Evans [this message]

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=16050.59614.796437.738253@casey.transmeta.com \
    --to=dje@transmeta.com \
    --cc=gdb@sources.redhat.com \
    --cc=jliang@sandia.gov \
    /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