aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectExpression.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2022-09-19 10:47:09 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2022-09-19 14:43:31 -0700
commit70599d70273b671b1b2e6a0e0b9c11e413209647 (patch)
tree2868dfff6c1a64e576d001efc8aa0731bde242e2 /lldb/source/Commands/CommandObjectExpression.cpp
parent2e8817b90a9aa38c681ca1bb9075f9e8eed3f6e8 (diff)
downloadllvm-70599d70273b671b1b2e6a0e0b9c11e413209647.zip
llvm-70599d70273b671b1b2e6a0e0b9c11e413209647.tar.gz
llvm-70599d70273b671b1b2e6a0e0b9c11e413209647.tar.bz2
[lldb] Remove LLDB reproducers
This patch removes the remaining reproducer code. The SBReproducer class remains for ABI stability but is just an empty shell. This completes the removal process outlined on the mailing list [1]. [1] https://lists.llvm.org/pipermail/lldb-dev/2021-September/017045.html
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectExpression.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp
index 0833091..b7d129e 100644
--- a/lldb/source/Commands/CommandObjectExpression.cpp
+++ b/lldb/source/Commands/CommandObjectExpression.cpp
@@ -509,7 +509,7 @@ void CommandObjectExpression::GetMultilineExpression() {
llvm::StringRef(), // Continuation prompt
multiple_lines, color_prompt,
1, // Show line numbers starting at 1
- *this, nullptr));
+ *this));
StreamFileSP output_sp = io_handler_sp->GetOutputStreamFileSP();
if (output_sp) {