[Lldb-commits] [PATCH] D70886: [lldb-vscode] capture the debuggers file handles before lldbinit runs
António Afonso via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 2 11:01:51 PST 2019
aadsm added a comment.
The way phabricator shows the diff is tricky, this change has nothing to do with D70882 <https://reviews.llvm.org/D70882> and stands by itself. The important part here is making the `g_vsc.debugger.SetOutputFileHandle(out, true); g_vsc.debugger.SetErrorFileHandle(out, false);` happen before the debugger creation. Not sure how to create a test for this though since there's no mechanism to give lldb-vscode an initial file to load...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70886/new/
https://reviews.llvm.org/D70886
More information about the lldb-commits
mailing list