Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Breakpoint/
DWatchpoint.h103 std::string GetWatchSpec();
/external/lldb/source/Breakpoint/
DWatchpoint.cpp109 Watchpoint::GetWatchSpec() in GetWatchSpec() function in Watchpoint
DWatchpointList.cpp96 if ((*pos)->GetWatchSpec() == spec) { in FindBySpec()