summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-02-07 01:49:07 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-02-07 01:49:07 +0000
commit9a7356a60f7e2bc6cd8513cca34b29f88a0055eb (patch)
tree1a46aee8a69a45e39cdda681a470d39c50639b07 /lldb
parent9c18978825d8934fc7a19814913a1f20e7cef411 (diff)
downloadbcm5719-llvm-9a7356a60f7e2bc6cd8513cca34b29f88a0055eb.tar.gz
bcm5719-llvm-9a7356a60f7e2bc6cd8513cca34b29f88a0055eb.zip
[Driver] Don't try to replay reproducer in the driver.
Because the macros for the SBReproducers have not been committed yet, the driver should not attempt to replay a reproducer this way. llvm-svn: 353362
Diffstat (limited to 'lldb')
-rw-r--r--lldb/tools/driver/Driver.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/lldb/tools/driver/Driver.cpp b/lldb/tools/driver/Driver.cpp
index 45effa4e518..59bfca6f2ff 100644
--- a/lldb/tools/driver/Driver.cpp
+++ b/lldb/tools/driver/Driver.cpp
@@ -13,7 +13,6 @@
#include "lldb/API/SBDebugger.h"
#include "lldb/API/SBHostOS.h"
#include "lldb/API/SBLanguageRuntime.h"
-#include "lldb/API/SBReproducer.h"
#include "lldb/API/SBStream.h"
#include "lldb/API/SBStringList.h"
@@ -913,14 +912,6 @@ main(int argc, char const *argv[])
return 1;
}
- if (replay) {
- SBReproducer reproducer;
- if (!reproducer.Replay()) {
- WithColor::error() << "something went wrong running the reporducer.\n";
- }
- return 0;
- }
-
SBHostOS::ThreadCreated("<lldb.driver.main-thread>");
signal(SIGINT, sigint_handler);
OpenPOWER on IntegriCloud