[lldb-dev] LLDB use of G/g packets
Benjamin Kemper
kemperbenny at gmail.com
Sun Feb 10 05:19:38 PST 2013
Hi,
I'm implementing a debugger backend that implements the gdb remote protocol
and adding extensions to support LLDB also.
I've added support for the qRegisterInfo packet and I've noticed in the
logs that LLDB uses the p/P packets instead of the G/g packets.
Is there a special reason why it uses multiple packets instead of one?
Maybe I didn't implement enough "information" packets and LLDB doesn't know
how to read g/G packets? If so, what packets are missing?
Thanks,
Benjamin.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130210/786e479f/attachment.html>
More information about the lldb-dev
mailing list