Searched refs:GetWatchSpec (Results 1 – 7 of 7) sorted by relevance
41 ) lldb::SBWatchpoint::GetWatchSpec;
316 const char *SBWatchpoint::GetWatchSpec() { in GetWatchValueKind() 325 // Store the result of `GetWatchSpec()` as a ConstString in GetWatchSpec() 329 return ConstString(watchpoint_sp->GetWatchSpec()).AsCString(); in GetWatchSpec() 322 const char *SBWatchpoint::GetWatchSpec() { GetWatchSpec() function in SBWatchpoint
84 const char *GetWatchSpec();
84 std::string GetWatchSpec();
78 if ((*pos)->GetWatchSpec() == spec) { in FindBySpec()
187 std::string Watchpoint::GetWatchSpec() { return m_watch_spec_str; } in GetWatchSpec() function in Watchpoint
80644 result = (char *)(arg1)->GetWatchSpec(); in _wrap_SBWatchpoint_GetWatchSpec()