« Return to Thread: GDB commands

Re: GDB commands

by Guillaume MENANT :: Rate this Message:

Reply to Author | View in Thread

Why vCont and not c and s (to be more accurate, I want to debug embedded applications)?

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). You also need zN/ZN -- without breakpoints,
debugging is of no interest.

- Volodya

 « Return to Thread: GDB commands