[Lldb-commits] [lldb] [lldb] Show signal number description (PR #164176)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 18 10:20:16 PST 2025


================
@@ -1616,8 +1616,15 @@ class CommandObjectProcessHandle : public CommandObjectParsed {
     str.Format("{0, -11}  ", sig_name);
     if (signals_sp->GetSignalInfo(signo, suppress, stop, notify)) {
       bool pass = !suppress;
-      str.Printf("%s  %s  %s", (pass ? "true " : "false"),
+      str.Printf("%s  %s  %s  ", (pass ? "true " : "false"),
----------------
JDevlieghere wrote:

+1

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


More information about the lldb-commits mailing list