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.
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
