[Lldb-commits] [PATCH] Make lldb-mi handle only MI commands
Ilia K
ki.stfu at gmail.com
Tue Mar 17 10:46:38 PDT 2015
I don't mind about cleaning, but I disagree about CLI support in lldb-mi. I think it's useful (sometimes) to provide mix mode for user.
I think support of mixed commands is useful (sometimes), and actually I planned to add this for lldb-mi one fine day.
For example, lldb-mi supports "quit" command (aka stdin hack) to be more friendly with users.
I tried to add this support using the CMIDriver::SetEnableFallThru(true), but this realization contained a lot of bugs. Therefore I preferred to wrap all CLI commands into "-interpreter-exec" and I don't mind about cleaning of lldb-mi.
http://reviews.llvm.org/D8381
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list