Searched refs:m_watch_spec_str (Results 1 – 2 of 2) sorted by relevance
187 std::string Watchpoint::GetWatchSpec() { return m_watch_spec_str; } in GetWatchSpec()190 m_watch_spec_str = str; in SetWatchSpec()361 if (!m_watch_spec_str.empty()) in DumpWithLevel()362 s->Printf("\n watchpoint spec = '%s'", m_watch_spec_str.c_str()); in DumpWithLevel()
221 std::string m_watch_spec_str; // Spec for the watchpoint. variable