Redirect the output of stdout and stderr to the CommandReturnObject for one line commands.
Details
Details
- Reviewers
labath - Group Reviewers
Restricted Project - Commits
- rGed8184b7814d: [lldb/Lua] Redirect Lua stdout/stderr to the CommandReturnObject
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp | ||
---|---|---|
77 | I wonder if we should just pass options.GetEnableIO() to the factory function, and let it figure out the details... |
I wonder if we should just pass options.GetEnableIO() to the factory function, and let it figure out the details...