« Return to Thread: GDB commands

Re: GDB commands

by Vladimir Prus :: Rate this Message:

Reply to Author | View in Thread

Guillaume MENANT wrote:

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

Should you ever want threading support, you'll find that combination of
c, s and Hc packets has various bugs. For single-threaded target, it
does not matter, but even if you have single-threaded application, it might
change ;-)

- Volodya


 « Return to Thread: GDB commands