[Lldb-commits] [PATCH] D99974: [lldb-vscode] redirect stderr/stdout to the IDE's console
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 22 21:19:44 PDT 2021
JDevlieghere added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py:939
if log_file:
adaptor_env['LLDBVSCODE_LOG'] = log_file
self.process = subprocess.Popen([executable],
----------------
Should this be `LLDB_VSCODE_LOG`, similar to `LLDB_VSCODE_TEST_STDOUT_STDERR_REDIRECTION`? Most of our environment variables begin with `LLDB_` so I think that would be most consistent.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99974/new/
https://reviews.llvm.org/D99974
More information about the lldb-commits
mailing list