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

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 27 09:29:01 PDT 2024


Jlalond 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.)

You're referring to the properties in the ELFSignal object?

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


More information about the lldb-commits mailing list