RE: Usage of vCont packet please

2014-05-26 Thread Vardhana, Ananda
Junior [mailto:sergi...@sergiodj.net] Sent: Thursday, May 22, 2014 5:34 PM To: Vardhana, Ananda Cc: bug-gdb@gnu.org Subject: Re: Usage of vCont packet please 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

Re: Usage of vCont packet please

2014-05-26 Thread Sergio Durigan Junior
On Monday, May 26 2014, Ananda Vardhana wrote: Hi Sergio, Thanks for replying. It compiles fine but the server complains with the following error: [gdb0 info] got message: vCont? [gdb0 info] Sending packet: vCont;c;C;s;S [gdb0 info] got message: vCont;c:-1 [gdb0 error] Malformed vCont

Re: Usage of vCont packet please

2014-05-22 Thread Sergio Durigan Junior
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.