summaryrefslogtreecommitdiff
path: root/tools/lldb-mi/MIDriverMgr.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2018-05-23 23:33:50 +0000
committerAdrian Prantl <aprantl@apple.com>2018-05-23 23:33:50 +0000
commit46982f26bc4f11492a81370876cf012fd80d3810 (patch)
treee0370c4ffc5990983e765312fad2da5bab405061 /tools/lldb-mi/MIDriverMgr.cpp
parent4398602109745f6a715b56817ca6fc475e5708ea (diff)
Add a --synchronous option to lldb-mi to facilitate reliable testing.
Patch by Alexander Polyakov! Differential Revision: https://reviews.llvm.org/D47110 git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@333140 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lldb-mi/MIDriverMgr.cpp')
-rw-r--r--tools/lldb-mi/MIDriverMgr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lldb-mi/MIDriverMgr.cpp b/tools/lldb-mi/MIDriverMgr.cpp
index 1ce7febc1..6b39832d7 100644
--- a/tools/lldb-mi/MIDriverMgr.cpp
+++ b/tools/lldb-mi/MIDriverMgr.cpp
@@ -640,6 +640,7 @@ CMIUtilString CMIDriverMgr::GetHelpOnCmdLineArgOptions() const {
MIRSRC(IDE_MI_APP_ARG_VERSION), MIRSRC(IDE_MI_APP_ARG_VERSION_LONG),
MIRSRC(IDE_MI_APP_ARG_INTERPRETER), MIRSRC(IDE_MI_APP_ARG_SOURCE),
MIRSRC(IDE_MI_APP_ARG_EXECUTEABLE),
+ MIRSRC(IDE_MI_APP_ARG_SYNCHRONOUS),
CMIUtilString::Format(
MIRSRC(IDE_MI_APP_ARG_APP_LOG),
CMICmnLogMediumFile::Instance().GetFileName().c_str()),