diff options
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdCmdExec.h')
-rw-r--r-- | lldb/tools/lldb-mi/MICmdCmdExec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdExec.h b/lldb/tools/lldb-mi/MICmdCmdExec.h index 378a063671f..e34ed479f9d 100644 --- a/lldb/tools/lldb-mi/MICmdCmdExec.h +++ b/lldb/tools/lldb-mi/MICmdCmdExec.h @@ -55,11 +55,13 @@ class CMICmdCmdExecRun : public CMICmdBase // From CMICmdInvoker::ICmd bool Execute() override; bool Acknowledge() override; + bool ParseArgs() override; // From CMICmnBase /* dtor */ ~CMICmdCmdExecRun() override; // Attributes: private: + const CMIUtilString m_constStrArgStart; // StopAtEntry - run to first instruction or main() if specified lldb::SBCommandReturnObject m_lldbResult; }; |