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" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits