This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Torubles with remote stub for m68k


On Tue, Jun 25, 2002 at 11:32:36AM -0400, Peter Barada wrote:
> 
> >Terminology skew.  "the client" is GDB, not the stub; the stub is
> >essentially a server, like gdbserver is.
> 
> Ahh, that makes a bit more sense.
> Where in the 'client' does it actually remove the breakpoint?  I'll
> start debugging gdb to see why that isn't happening...

Something like memory_remove_breakpoints, I believe... dig, dig....
via remove_breakpoints ().  I believe via the call in
infrun.c:normal_stop, but it's been some time.


-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]