eclipse-cdt-cloud/cdt-gdb-adapter

Can't set breakpoints in lldb-mi

Closed this issue · 1 comments

We've been using -break-list to get the list of current breakpoints and compare that to the list the client sends (which always seems to send the whole list). That MI command isn't available on lldb-mi by the looks of it. At any rate, we can't set breakpoints with lldb-mi.

lldb-mi is not really a thing anymore - https://lists.llvm.org/pipermail/lldb-dev/2019-August/015357.html - the referenced lldb-mi github repo hasn't had any commits in > 1 year.

A different solution is needed for lldb than relying on the mi interface.