This is the mail archive of the gdb-patches@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: [PATCH 2/2] Support single step by arch or target


Antoine Tremblay <antoine.tremblay@ericsson.com> writes:

>> If the unpatched GDB talks with unpatched GDBserver on x86, the RSP traffic
>> is like:
>>
>>   -> $qSupported:...+;
>>   <- ...+;vContSupported+
>>   ...
>>   -> $vCont?
>>   <- vCont;c;C;t;s;S;r
>>
> Detail but shouldn't that be :
>
> -> $qSupported:...+;
> <- ....
> ...
>> $vCont?
> <- vCont;c;C;t;s;S;r
>
> Since vContSupported doesn't exist yet in the unpatched case...

This is about unpatched GDB talks with patched GDBserver on x86.  I'll
fix the commit log accordingly.

-- 
Yao (éå)


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