================ @@ -118,6 +118,19 @@ class StopInfo : public std::enable_shared_from_this<StopInfo> { StructuredData::ObjectSP GetExtendedInfo() { return m_extended_info; } + /// Returns true if this is a stop reason that should be shown to a user when + /// stopping. ---------------- jimingham wrote:
stopping -> viewing the thread with this stop info This happens not just at stop. https://github.com/llvm/llvm-project/pull/134160 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits