================ @@ -2570,6 +2570,18 @@ void PruneThreadPlans(); /// information related to the process. virtual StructuredData::DictionarySP GetMetadata() { return nullptr; } + /// Fetch extended crash information held by the process. This will never be + /// an empty shared pointer, it will always have a dict, though it may be + /// empty. + StructuredData::DictionarySP GetExtendedCrashInfoDict() { ---------------- JDevlieghere wrote:
Why not add an `assert(m_crash_info_dict_sp && "DictionarySP must be valid")` to enforce that precondition? https://github.com/llvm/llvm-project/pull/101365 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits