<div dir="ltr"><div class="gmail_default"><pre style="font-size:small;color:rgb(0,0,0)"><font face="arial, helvetica, sans-serif">Hello,</font></pre><pre><font face="arial, helvetica, sans-serif"><font style="font-size:small;color:rgb(0,0,0)">I am the developer of a gdb frontend called gdbgui (</font><font color="#000000" style="font-size:small"><a href="https://github.com/cs01/gdbgui" target="_blank">https://github.com/cs01/gdbgu<wbr>i</a></font><font color="#000000">). Users would like support for lldb (</font></font><font color="#000000" face="arial, helvetica, sans-serif"><a href="https://github.com/cs01/gdbgui/issues/19" target="_blank">https://github.com/cs01/<wbr>gdbgui/issues/19</a>)</font><font color="#000000" style="font-family:arial,helvetica,sans-serif">, so </font><span style="font-family:arial,helvetica,sans-serif">I added this repo as a source</span></pre><blockquote class="gmail_quote" style="font-size:small;margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font face="arial, helvetica, sans-serif">deb <a href="http://apt.llvm.org/trusty/" target="_blank">http://apt.llvm.org/trusty/</a> llvm-toolchain-trusty-4.0 main</font></blockquote><div><br></div><div>then installed lldb-mi=4.0</div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">>> lldb-mi-4.0 --version<br>Version: GNU gdb (GDB) 7.4 <br>(This is a MI stub on top of LLDB and not GDB)<br>All rights reserved.</blockquote><div><br></div></div><div>then ran `gdbgui` with it, and crossed my fingers, hoping all users could do the same.</div><div><br></div><div>Unfortunately, the gdb 7.12 mi2 api and the lldb-4.0-mi api don't seem to match. In each case where they did not match, I added TODOLLDB to the source code: <a href="https://github.com/cs01/gdbgui/blob/master/gdbgui/static/js/gdbgui.js#L569" target="_blank">https://github.com/cs01/<wbr>gdbgui/blob/master/gdbgui/<wbr>static/js/gdbgui.js#L569</a></div><div><br></div><div>Any help in getting `gdbgui` working with lldb would be appreciated.</div></div></div>