[Lldb-commits] [lldb] [LLDB] Show exit code on Windows if process can't launch (PR #141290)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue May 27 05:37:54 PDT 2025
DavidSpickett wrote:
I see the magic exit value listed in https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55.
I wondered if we could say "exited with NTSTATUS <value>", but I'm not sure if all exit codes in this scenario would be NTSATUS or only a subset.
Not a big deal though, googling "windows exit code 0xC0000135" gets you pretty close to what it means.
https://github.com/llvm/llvm-project/pull/141290
More information about the lldb-commits
mailing list