Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h85 std::string GetWatchSpec();
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp90 std::string Watchpoint::GetWatchSpec() { return m_watch_spec_str; } in GetWatchSpec() function in Watchpoint
H A DWatchpointList.cpp76 if ((*pos)->GetWatchSpec() == spec) { in FindBySpec()