« Return to Thread: GDB commands

Re: GDB commands

by Daniel Jacobowitz-2 :: Rate this Message:

Reply to Author | View in Thread

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.


--
Daniel Jacobowitz
CodeSourcery

 « Return to Thread: GDB commands