Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBWatchpointDocstrings.i41 ) lldb::SBWatchpoint::GetWatchSpec;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp316 const char *SBWatchpoint::GetWatchSpec() { in GetWatchValueKind()
325 // Store the result of `GetWatchSpec()` as a ConstString in GetWatchSpec()
329 return ConstString(watchpoint_sp->GetWatchSpec()).AsCString(); in GetWatchSpec()
322 const char *SBWatchpoint::GetWatchSpec() { GetWatchSpec() function in SBWatchpoint
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h84 const char *GetWatchSpec();
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h84 std::string GetWatchSpec();
/freebsd/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
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp80644 result = (char *)(arg1)->GetWatchSpec(); in _wrap_SBWatchpoint_GetWatchSpec()