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



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...


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