[Lldb-commits] [PATCH] Make lldb-mi handle only MI commands
Ted Woodward
ted.woodward at codeaurora.org
Fri Mar 20 09:49:06 PDT 2015
I would like ctrl-c to not exit lldb-mi. "quit" exits, and it's too easy to hit ctrl-c when the target isn't running and accidentally exit lldb-mi.
I get my desired behavior by removing:
m_bExitApp = true;
m_rStdin.OnExitHandler();
from the bottom of CMIDriver::SetExitApplicationFlag() in MIDriver.cpp.
http://reviews.llvm.org/D8381
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list