Home
last modified time | relevance | path

Searched refs:GetAutoContinue (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h66 bool GetAutoContinue();
H A DSBBreakpointLocation.h63 bool GetAutoContinue();
H A DSBBreakpoint.h82 bool GetAutoContinue();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp190 bool SBBreakpointLocation::GetAutoContinue() { in GetAutoContinue() function in SBBreakpointLocation
H A DSBBreakpointName.cpp337 bool SBBreakpointName::GetAutoContinue() { in GetAutoContinue() function in SBBreakpointName
H A DSBBreakpoint.cpp305 bool SBBreakpoint::GetAutoContinue() { in GetAutoContinue() function in SBBreakpoint
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1316 bool GetAutoContinue() const { return m_auto_continue; } in GetAutoContinue() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2973 auto_continue |= cur_hook_sp->GetAutoContinue(); in RunStopHooks()
3001 if (cur_hook_sp->GetAutoContinue()) in RunStopHooks()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7500 result = (bool)(arg1)->GetAutoContinue(); in _wrap_SBBreakpoint_GetAutoContinue()
9246 result = (bool)(arg1)->GetAutoContinue(); in _wrap_SBBreakpointLocation_GetAutoContinue()
10347 result = (bool)(arg1)->GetAutoContinue(); in _wrap_SBBreakpointName_GetAutoContinue()