| Age | Commit message (Collapse) | Author |
|
Remove lldb-repro which was used to run the test suite against a
reproducer. The corresponding functionality has been removed from LLDB
so there's no need for the tool anymore.
|
|
|
|
Redirect the output of stdout and stderr to the CommandReturnObject for
one line commands.
Differential revision: https://reviews.llvm.org/D82412
|
|
Add support for changing the stdout and stderr file in Lua's I/O library
and hook it up with the debugger's output and error file respectively
for the interactive Lua interpreter.
https://reviews.llvm.org/D82273
|