[lldb-dev] Preferred protocol for remote debugging backend implementation

Benjamin Kemper kemperbenny at gmail.com
Wed Jan 16 22:44:16 PST 2013


Hi,

I'm working on developing a debugger backend, which currently supports the
gdb server protocol (I'm able to connect to it as I connect with gdb to a
gdb server).

I want to add support for lldb also and I've seen that there is support by
using the gdb-remote plugin.

I'm wondering what would be more stable, implementing the debugserver
protocol, or simply adapting my current gdb remote protocol from Linux to
the latest OSX gdb?

Any suggestions would be of great help.

Thanks,
Benjamin.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130117/21fa9c35/attachment.html>


More information about the lldb-dev mailing list