[Lldb-commits] [PATCH] D77123: [lldb] Inherit host environment when running shell commands
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 31 02:42:53 PDT 2020
labath added a comment.
This stems from D76835 <https://reviews.llvm.org/D76835> -- when the inherit fallback on windows gets removed some tests fail bacause the can't find `ls`. This is used in `lldbutil.wait_for_file_on_target`. The inheritance was not a problem because `ls` is normally in the hardcoded default path, but that is not the case on windows.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77123/new/
https://reviews.llvm.org/D77123
More information about the lldb-commits
mailing list