[Lldb-commits] [lldb] b4a6e63 - [lldb/Target] Rework the way the inferior environment is created
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 24 07:00:42 PDT 2020
On 23/03/2020 17:17, Frédéric Riss via lldb-commits wrote:
> The new testing for “inherit-env=false” is failing on Windows. I skipped the test for now.
>
> Could it be that it never worked there? (In which case XFail would be a better resolution)
> Does anyone have easy access to a Windows build to try it out?
>
> Thanks,
> Fred
My guess is that this "defensive check"
<https://github.com/llvm/llvm-project/blob/master/lldb/source/Host/windows/ProcessLauncherWindows.cpp#L26>
prevents us from passing a completely blank environment. I am tempted to
just delete it and see what happens, but maybe Adrian is able to do a
quick test of this?
pl
More information about the lldb-commits
mailing list