[Lldb-commits] [lldb] [LLDB][ProcessELFCore] Add Description to ProcessELFCore/ELFThread stop reasons (PR #110065)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 7 10:44:25 PDT 2024
================
@@ -183,6 +203,7 @@ class ThreadElfCore : public lldb_private::Thread {
int m_signo;
int m_code;
+ std::string m_sig_description;
----------------
clayborg wrote:
See `lldb::StopInfoSP` comment above. We seem to be duplicating info from the `siginto_t` struct in both the `ThreadData` and in the `ThreadELFCore` classes.
https://github.com/llvm/llvm-project/pull/110065
More information about the lldb-commits
mailing list