[Lldb-commits] [PATCH] D58410: [Reproducers] Initialize reproducers before initializing the debugger.
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 20 09:38:50 PST 2019
JDevlieghere updated this revision to Diff 187601.
JDevlieghere added a comment.
- Add comment to SBReproducer.h explaining we cannot use any SB objects in the interface or implementation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58410/new/
https://reviews.llvm.org/D58410
Files:
lldb/include/lldb/API/SBDebugger.h
lldb/include/lldb/API/SBDefines.h
lldb/include/lldb/API/SBError.h
lldb/include/lldb/API/SBFileSpec.h
lldb/include/lldb/API/SBInitializerOptions.h
lldb/include/lldb/API/SBReproducer.h
lldb/include/lldb/Initialization/SystemInitializer.h
lldb/include/lldb/Initialization/SystemInitializerCommon.h
lldb/include/lldb/Initialization/SystemLifetimeManager.h
lldb/include/lldb/Utility/Reproducer.h
lldb/lldb.xcodeproj/project.pbxproj
lldb/scripts/interface/SBDebugger.i
lldb/scripts/interface/SBInitializerOptions.i
lldb/scripts/lldb.swig
lldb/source/API/CMakeLists.txt
lldb/source/API/SBDebugger.cpp
lldb/source/API/SBInitializerOptions.cpp
lldb/source/API/SBReproducer.cpp
lldb/source/API/SystemInitializerFull.cpp
lldb/source/API/SystemInitializerFull.h
lldb/source/Initialization/SystemInitializerCommon.cpp
lldb/source/Initialization/SystemLifetimeManager.cpp
lldb/source/Utility/Reproducer.cpp
lldb/tools/driver/Driver.cpp
lldb/tools/lldb-server/SystemInitializerLLGS.cpp
lldb/tools/lldb-server/SystemInitializerLLGS.h
lldb/tools/lldb-server/lldb-server.cpp
lldb/tools/lldb-test/SystemInitializerTest.cpp
lldb/tools/lldb-test/SystemInitializerTest.h
lldb/tools/lldb-test/lldb-test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58410.187601.patch
Type: text/x-patch
Size: 25873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190220/4d6e5598/attachment-0001.bin>
More information about the lldb-commits
mailing list