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: STEP and CONTINUE in GDB REMOTE


On Mon, Nov 04, 2002 at 03:54:02PM +0100, Jan Van Belle wrote:
> Daniel Jacobowitz wrote:
> 
> > >
> > > Yes I have. I have a copy printed out on my desk. This document explains us
> > > which possible responses there are,
> > > but not when to send which one, and certainly not what the contents should be
> > > for
> > >
> > > TAAn...:r...;n...:r...;n...:r...;
> > >
> > > I already did several Google's for this topic, but I guess I'll have to find
> > > it in someone's private collection
> >
> > The explanation of T isn't the clearest...
> >
> > SAA: stop with signal AA
> > TAA: stop with signal AA, and return the values of registers that we
> >      know will be queried, or other information:
> >
> > n... = register number (hex), r... = target byte ordered register
> > contents, size defined by REGISTER_RAW_SIZE;
> >
> > n... = `thread', r... = thread process ID, this is a hex integer;
> >
> > n... = (`watch' | `rwatch' | `awatch', r... = data address, this is a hex integer;
> >
> > n... = other string not starting with valid hex digit. GDB should ignore this n...,
> > r... pair and go on to the next.
> >
> > NAA is obsolete and Oxx is... frowned upon.
> >
> 
> Aha, now we're talking
> Maybe this could be added in the manual (hint hint)
> 
> Thanks a lot !!

Except for the "stop with" after TAA, I was quoting the manual. 
Perhaps you shold look at the URL I gave you?

-- 
Daniel Jacobowitz
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]