[Lldb-commits] [PATCH] Make lldb-mi handle only MI commands

Ted Woodward ted.woodward at codeaurora.org
Fri Mar 20 07:47:12 PDT 2015


GDB handles command line GDB and MI in one executable. I think LLDB should do the same. We ship one executable, called hexagon-lldb, that is actually lldb-mi. Pass --interpreter and it runs MI, otherwise it runs the standard LLDB CLI.

I'd really prefer one executable instead of two.


http://reviews.llvm.org/D8381

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list