This is the mail archive of the gdb@sourceware.org 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: Commands for a minimal GDB stub?


On Tue, Nov 24, 2015 at 02:51:49PM +0100, Tristan Gingold wrote:
> I think the documentation is slightly incorrect.  For an almost minimal
> gdb stub, I have also implemented:
> ?, z, Z, qSupported, qC, qSymbol::, P, k, H
> z, Z, H, k, qSupported returned $#00.
> 
> You shouldnât be very far from having a communication.

thanks. I've now added 'S05' as response to '?' and now I get to the point
where gdb actually queries the register file using the 'g' command. So I
think I'm now where the actual work starts..  ;)

again, thanks a lot for your help!

kind regards,
 - clifford


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