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/ _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
