This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Clarification on Non-Stop mode.


On Tuesday 28 September 2010 17:14:23, Deepak Saxena wrote:

> - If in the case where the target is attached to a specific thread via a 
> vAttach,
>    and all threads are running, what is the expected response? Our stub 
> currently
>    returns a thread-info packet, we are not sure if this is correct.

"OK"

> 
> - What is the expected response to a vCont packet in non-stop mode?

"OK".  Stop replies are sent back to gdb using the asynchronous
notification mechanism.  See the Remote Non-Stop section in the
manual.

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]