[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 12:51:40 PDT 2025


================
@@ -0,0 +1,10 @@
+#include <signal.h>
----------------
dmpots wrote:

The location of this test is under the "Register" directory, which looks like it is for testing things like `register read`. Since this is not about examining registers can we find a more suitable location?

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


More information about the lldb-commits mailing list