« Return to Thread: GDB commands

Re: GDB commands

by Michael Snyder-3 :: Rate this Message:

Reply to Author | View in Thread

On Fri, 2007-11-23 at 14:05 +0300, Vladimir Prus wrote:
> Guillaume MENANT wrote:
>
> >
> > Can't we know which command is mandatory ? I'm assuming that m, M, c, s,
> > g, and G are mandatory but i'm not sure.
>
> I doubt a complete list is available. Off the top of my head, you need
> vCont (and don't need c and s).

I don't see how that is true -- you can still control a target
using c and s rather than using vCont...


> You also need zN/ZN -- without breakpoints,
> debugging is of no interest.

Neither is this true -- breakpoints can be set the old fashioned
way using memory read/write and trap instructions.



 « Return to Thread: GDB commands