[Lldb-commits] [lldb] [LLDB][Platform Linux] Flip uid and pid in get signal description (PR #142200)
David Peixotto via lldb-commits
lldb-commits at lists.llvm.org
Fri May 30 13:49:06 PDT 2025
================
@@ -0,0 +1,10 @@
+#include <signal.h>
----------------
dmpots wrote:
> Strangely enough all the existing SIGINFO shell tests also live in this directory
FWIW, I do see a [command-thread-siginfo.test](https://github.com/llvm/llvm-project/blob/main/lldb/test/Shell/Commands/command-thread-siginfo.test) that lives outside this directory.
https://github.com/llvm/llvm-project/pull/142200
More information about the lldb-commits
mailing list