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: x86 Hardware Breakpoints


Hi

  If you implement the gdb remote stub on MPC855, what you need to do is
to support 'Z' packet in the remote stub. Please read appendix A of
"Debugging with GDB" for details.

Hope this helps

--Xinan

Tidal Networks


-----Original Message-----
From: gdb-owner@sources.redhat.com [mailto:gdb-owner@sources.redhat.com]
On Behalf Of Schneider, Jan (GE51)
Sent: Friday, October 22, 2004 7:55 AM
To: gdb@sources.redhat.com
Subject: x86 Hardware Breakpoints

I would like to implement Hardware Breakpoints for the MPC855.
For this I currently analyze the gdb, how it works with x86 processors.
Now I look for the straight place in the gdb sources, where it stops if
such
breakpoint is triggered
or rather where the gdb gets feedback of the processor that the
breakpoint
has slammed.

I hope that someone can point me some helpful information.

thanks
Jan



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