summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver/Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/driver/Driver.h')
-rw-r--r--lldb/tools/driver/Driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/tools/driver/Driver.h b/lldb/tools/driver/Driver.h
index fdbe18efc9f..2a4a27df4cd 100644
--- a/lldb/tools/driver/Driver.h
+++ b/lldb/tools/driver/Driver.h
@@ -162,6 +162,7 @@ private:
lldb::SBInputReader m_editline_reader;
std::unique_ptr<IOChannel> m_io_channel_ap;
OptionData m_option_data;
+ bool m_executing_user_command;
bool m_waiting_for_command;
bool m_done;
OpenPOWER on IntegriCloud