diff options
author | Shafik Yaghmour <syaghmour@apple.com> | 2018-12-07 18:59:00 +0000 |
---|---|---|
committer | Shafik Yaghmour <syaghmour@apple.com> | 2018-12-07 18:59:00 +0000 |
commit | 48c7b4f0b6ca5dcaaf388e1c7aa90ec72ba4c6b0 (patch) | |
tree | c20a962d590feb03810ca16b7fb8031a68f7eb31 /lldb/source/API/SystemInitializerFull.cpp | |
parent | 80c32f05a7f69796a8e8be12d681c4a0faec430a (diff) | |
download | bcm5719-llvm-48c7b4f0b6ca5dcaaf388e1c7aa90ec72ba4c6b0.tar.gz bcm5719-llvm-48c7b4f0b6ca5dcaaf388e1c7aa90ec72ba4c6b0.zip |
Revert "Introduce ObjectFileBreakpad"
This reverts commit 5e056e624cc57bb22a4c29a70b522783c6242293.
Reverting because this lldb cmake bot: http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/13712/
llvm-svn: 348629
Diffstat (limited to 'lldb/source/API/SystemInitializerFull.cpp')
-rw-r--r-- | lldb/source/API/SystemInitializerFull.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/API/SystemInitializerFull.cpp b/lldb/source/API/SystemInitializerFull.cpp index b75f077a82c..937604425b4 100644 --- a/lldb/source/API/SystemInitializerFull.cpp +++ b/lldb/source/API/SystemInitializerFull.cpp @@ -62,7 +62,6 @@ #include "Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h" #include "Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h" #include "Plugins/MemoryHistory/asan/MemoryHistoryASan.h" -#include "Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h" #include "Plugins/ObjectFile/ELF/ObjectFileELF.h" #include "Plugins/ObjectFile/Mach-O/ObjectFileMachO.h" #include "Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h" @@ -269,7 +268,6 @@ SystemInitializerFull::Initialize(const InitializerOptions &options) { if (auto e = SystemInitializerCommon::Initialize(options)) return e; - breakpad::ObjectFileBreakpad::Initialize(); ObjectFileELF::Initialize(); ObjectFileMachO::Initialize(); ObjectFilePECOFF::Initialize(); @@ -527,7 +525,6 @@ void SystemInitializerFull::Terminate() { PlatformDarwinKernel::Terminate(); #endif - breakpad::ObjectFileBreakpad::Terminate(); ObjectFileELF::Terminate(); ObjectFileMachO::Terminate(); ObjectFilePECOFF::Terminate(); |