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: GDB commands




Michael Snyder-3 wrote:
> 
> On Mon, 2007-11-26 at 14:22 -0500, Daniel Jacobowitz wrote:
>> On Mon, Nov 26, 2007 at 11:01:47AM -0800, Michael Snyder wrote:
>> > 1) You need a way to read and write memory.  There are 
>> > several candidates, one being the original 'm' and 'M', 
>> > another being the newer 'x' and 'X' (binary encoded).
>> 
>> Just 'X', no 'x'; 'x' would be a logical addition but no one's been
>> round to it.
>> 
>> All the rest of what Michael's written looks correct to me.  You can
>> get by with very few packets... but if you want a useful debugging
>> stub, you may need more.
>> 
>> I suspect '?' is mandatory.
> 
> Ah, yes.   ;-)
> 
> 
Thanks a lot for your answers. For now, I handle m, M, c, S, g, G, z, Z,
vFlashWrite, vFlashErase and vFlashDone.
-- 
View this message in context: http://www.nabble.com/GDB-commands-tf4843563.html#a13968586
Sent from the Sourceware - gdb list mailing list archive at Nabble.com.


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