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