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]

Minimum set of actions to support vCont


Hi,

I'm implementing the vCont packet in my stub,
and so far, when I receive a vCont? packet, I reply with
"vCont;c;s" since I support singlestep and continue.

This implementation works in radare2, but it doesn't work with GDB:
Sending packet: $vCont?#49...Packet received: vCont;c;s
Packet vCont (verbose-resume) is NOT supported

What is the minimal set of actions required to support
vCont in GDB RSP ?


Thanks.
--
Mathieu Tarral

Sent with ProtonMail Secure Email.


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