[Lldb-commits] [lldb] [LLDB] Show exit code on Windows if process can't launch (PR #141290)

via lldb-commits lldb-commits at lists.llvm.org
Tue May 27 08:32:49 PDT 2025


Nerixyz wrote:

> 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.

That's the part where I'm not sure either, but as you mentioned, googling for the exit code usually gets you to the right destination.

https://github.com/llvm/llvm-project/pull/141290


More information about the lldb-commits mailing list