Home
last modified time | relevance | path

Searched refs:GetWatchSpec (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h85 std::string GetWatchSpec();
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpointList.cpp76 if ((*pos)->GetWatchSpec() == spec) { in FindBySpec()
H A DWatchpoint.cpp93 std::string Watchpoint::GetWatchSpec() { return m_watch_spec_str; } in GetWatchSpec() function in Watchpoint