Home
last modified time | relevance | path

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

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