Home
last modified time | relevance | path

Searched defs:GetWatchSpec (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp316 const char *SBWatchpoint::GetWatchSpec() { in GetWatchSpec() function in SBWatchpoint
/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp187 std::string Watchpoint::GetWatchSpec() { return m_watch_spec_str; } in GetWatchSpec() function in Watchpoint