summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver/Driver.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-03-06 01:49:57 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-03-06 01:49:57 +0000
commit2e3e65fb6293e59b31f43cb03250d68c6b58820b (patch)
treed25d070fcfe49034db4a56a20d23b196b4128eea /lldb/tools/driver/Driver.cpp
parent7e23df4437cbb656d57cb2add28b235677c4ad79 (diff)
downloadbcm5719-llvm-2e3e65fb6293e59b31f43cb03250d68c6b58820b.tar.gz
bcm5719-llvm-2e3e65fb6293e59b31f43cb03250d68c6b58820b.zip
[Reproducers] Enable replay from SBRepro.
Now that the LLDB instrumentation macros are in place, we should use that to test reproducer replay. Differential revision: https://reviews.llvm.org/D58565 llvm-svn: 355470
Diffstat (limited to 'lldb/tools/driver/Driver.cpp')
-rw-r--r--lldb/tools/driver/Driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/driver/Driver.cpp b/lldb/tools/driver/Driver.cpp
index 8845cb1fe54..ad611426560 100644
--- a/lldb/tools/driver/Driver.cpp
+++ b/lldb/tools/driver/Driver.cpp
@@ -905,7 +905,7 @@ main(int argc, char const *argv[])
WithColor::error() << "reproducer replay failed: " << error << '\n';
return 1;
}
- // FIXME: Return once SBReproducer::Replay actually performs the replay.
+ return 0;
}
SBError error = SBDebugger::InitializeWithErrorHandling();
OpenPOWER on IntegriCloud