Home
last modified time | relevance | path

Searched refs:m_watch_spec_str (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp32 m_ignore_count(0), m_false_alarms(0), m_decl_str(), m_watch_spec_str(), in Watchpoint()
90 std::string Watchpoint::GetWatchSpec() { return m_watch_spec_str; } in GetWatchSpec()
93 m_watch_spec_str = str; in SetWatchSpec()
202 if (!m_watch_spec_str.empty()) in DumpWithLevel()
203 s->Printf("\n watchpoint spec = '%s'", m_watch_spec_str.c_str()); in DumpWithLevel()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DWatchpoint.h187 std::string m_watch_spec_str; // Spec for the watchpoint. variable