================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits