This is the mail archive of the archer@sourceware.org mailing list for the Archer 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: gdbstub initial code, v3


On Thu, 12 Aug 2010 03:11:13 +0200
Oleg Nesterov <oleg@redhat.com> wrote:

> > 	- It doesn't support all-stop mode.
> >
> > 	  Please tell me if this is needed. I hope not, this needs
> > 	  a lot of nasty complications :/

I'm pretty sure this will be needed since it's GDB's default mode
of operation.

> I attached the patched ugdb.c.

I've skimmed the code.  If I'm not mistaken, support for the 's', 'G',
and 'M' commands isn't implemented yet?  (That's single-step, write
registers, and write memory, all of which must be supported by a stub.)

Kevin


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