Commands for a minimal GDB stub?
Clifford Wolf
clifford@clifford.at
Tue Nov 24 14:38:00 GMT 2015
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
More information about the Gdb
mailing list