[Lldb-commits] [lldb] [LLDB][ProcessELFCore] Add Description to ProcessELFCore/ELFThread stop reasons (PR #110065)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 27 02:07:54 PDT 2024


labath wrote:

Seems reasonable, but you'll need to use the signal constants from `UnixSignals` (looked up by string), as macros like `SIGBUS` might not exist (windows) or might not have the right value (macos). (NativeThreadLinux can get away with using them as it always runs on the host.)

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


More information about the lldb-commits mailing list