Searched refs:GetConditionText (Results 1 – 4 of 4) sorted by relevance
381 if (GetConditionText()) in DumpWithLevel()382 s->Printf("\n condition = '%s'", GetConditionText()); in DumpWithLevel()477 const char *Watchpoint::GetConditionText() const { in GetConditionText() function in Watchpoint
181 const char *GetConditionText() const;
930 if (m_should_stop && wp_sp->GetConditionText() != nullptr) { in PerformAction()940 exe_ctx, expr_options, wp_sp->GetConditionText(), in PerformAction()975 strm << ": \"" << wp_sp->GetConditionText() << "\"\n"; in PerformAction()
212 return ConstString(watchpoint_sp->GetConditionText()).GetCString(); in GetCondition()