[Lldb-commits] [lldb] b6635b5 - [lldb] Add SBCommandInterpreterRunOptions to LLDB.h

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 30 08:46:25 PDT 2020


Author: Jonas Devlieghere
Date: 2020-07-30T08:46:19-07:00
New Revision: b6635b5b15cb1c160776493a982302a854df332e

URL: https://github.com/llvm/llvm-project/commit/b6635b5b15cb1c160776493a982302a854df332e
DIFF: https://github.com/llvm/llvm-project/commit/b6635b5b15cb1c160776493a982302a854df332e.diff

LOG: [lldb] Add SBCommandInterpreterRunOptions to LLDB.h

Added: 
    

Modified: 
    lldb/include/lldb/API/LLDB.h

Removed: 
    


################################################################################
diff  --git a/lldb/include/lldb/API/LLDB.h b/lldb/include/lldb/API/LLDB.h
index 83c38d3b6166..f7390cfabf01 100644
--- a/lldb/include/lldb/API/LLDB.h
+++ b/lldb/include/lldb/API/LLDB.h
@@ -17,6 +17,7 @@
 #include "lldb/API/SBBreakpointName.h"
 #include "lldb/API/SBBroadcaster.h"
 #include "lldb/API/SBCommandInterpreter.h"
+#include "lldb/API/SBCommandInterpreterRunOptions.h"
 #include "lldb/API/SBCommandReturnObject.h"
 #include "lldb/API/SBCommunication.h"
 #include "lldb/API/SBCompileUnit.h"


        


More information about the lldb-commits mailing list