================ @@ -317,7 +317,8 @@ const char *SBBreakpointName::GetCondition() { std::lock_guard<std::recursive_mutex> guard( m_impl_up->GetTarget()->GetAPIMutex()); - return ConstString(bp_name->GetOptions().GetConditionText()).GetCString(); + return ConstString(bp_name->GetOptions().GetCondition().GetText()) ---------------- Michael137 wrote:
Same `ConstString` question here https://github.com/llvm/llvm-project/pull/147603 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits