[all-commits] [llvm/llvm-project] fa1b4a: [lldb/Lua] Use the debugger's output and error fil...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jun 23 09:06:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fa1b4a96a0110c87cdd83eb4ea3e9a0d002c3c3d
https://github.com/llvm/llvm-project/commit/fa1b4a96a0110c87cdd83eb4ea3e9a0d002c3c3d
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M lldb/source/Plugins/ScriptInterpreter/Lua/Lua.cpp
M lldb/source/Plugins/ScriptInterpreter/Lua/Lua.h
M lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
A lldb/test/Shell/ScriptInterpreter/Lua/io.test
Log Message:
-----------
[lldb/Lua] Use the debugger's output and error file for Lua's I/O library.
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
More information about the All-commits
mailing list