Searched defs:GetWatchSpec (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/API/ | ||
H A D | SBWatchpoint.cpp | 322 const char *SBWatchpoint::GetWatchSpec() { GetWatchSpec() function in SBWatchpoint |
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ | ||
H A D | Watchpoint.cpp | 187 std::string Watchpoint::GetWatchSpec() { return m_watch_spec_str; } in GetWatchSpec() function in Watchpoint |