Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp187 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h221 std::string m_watch_spec_str; // Spec for the watchpoint. variable