On Thursday, May 22 2014, Ananda Vardhana wrote:

> Right now I send the packet Hc-1 meaning continue or make the target
> run and the -1 signifies do it on all process. It works fine.  What
> would be the equivalent for that in vCont? I do check and vCont?
> Support and the server does support it.

Hello Ananda,

You mean to use vCont to resume all threads of the inferior, right?

> vCont;c-1 does not work and whatever I do with vcont it hangs. The 
> documentation in
> https://sourceware.org/gdb/onlinedocs/gdb/Packets.html#thread%2did%20syntax
>
> Does not seem to help or I am misinterpreting.  If you point me to URL with 
> usage, meaning and example if vCont that would be ideal

It should be "vCont;c:-1" (note the colon between "c" and "-1").  Could
you try that?

Thanks,

-- 
Sergio

_______________________________________________
bug-gdb mailing list
bug-gdb@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gdb

Reply via email to