[Lldb-commits] [lldb] [lldb][NFC] Move ShouldShow/ShouldSelect logic into Stopinfo (PR #134160)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 2 15:20:31 PDT 2025
================
@@ -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
More information about the lldb-commits
mailing list