Files
llvm/lldb/source/Commands/CommandObjectProcess.cpp
Ebuka Ezike 1dc6ad0081 [lldb] Show signal number description (#164176)
show information about the signal when the user presses `process handle
<unix-signal>` i.e

```sh
(lldb) process handle SIGWINCH 
NAME         PASS   STOP   NOTIFY  DESCRIPTION
===========  =====  =====  ======  ===================
SIGWINCH     true   false  false   window size changes
```

Wanted to use the existing `GetSignalDescription` but it is expected
behaviour to return the signal name if no signal code is passed. It is
used in stop info.


65c895dfe0/lldb/source/Target/StopInfo.cpp (L1192-L1195)
2025-11-24 11:59:05 +00:00

70 KiB