Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBWatchpointDocstrings.i41 ) lldb::SBWatchpoint::GetWatchSpec;
/src/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp316 const char *SBWatchpoint::GetWatchSpec() { in GetWatchSpec() function in SBWatchpoint
329 return ConstString(watchpoint_sp->GetWatchSpec()).AsCString(); in GetWatchSpec()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h84 const char *GetWatchSpec();
/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h84 std::string GetWatchSpec();
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp78 if ((*pos)->GetWatchSpec() == spec) { in FindBySpec()
H A DWatchpoint.cpp187 std::string Watchpoint::GetWatchSpec() { return m_watch_spec_str; } in GetWatchSpec() function in Watchpoint
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp80644 result = (char *)(arg1)->GetWatchSpec(); in _wrap_SBWatchpoint_GetWatchSpec()