bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Usage of vCont packet please


From: Sergio Durigan Junior
Subject: Re: Usage of vCont packet please
Date: Thu, 22 May 2014 21:34:14 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]