Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp190 bool SBBreakpointLocation::GetAutoContinue() {
191 bool SBBreakpointLocation::GetAutoContinue() { 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/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1329 bool GetAutoContinue() const { return m_auto_continue; } in GetAutoContinue() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2961 auto_continue |= cur_hook_sp->GetAutoContinue(); in RunStopHooks()
2989 if (cur_hook_sp->GetAutoContinue()) in RunStopHooks()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8298 result = (bool)(arg1)->GetAutoContinue(); in _wrap_SBBreakpoint_GetAutoContinue()
10044 result = (bool)(arg1)->GetAutoContinue(); in _wrap_SBBreakpointLocation_GetAutoContinue()
11145 result = (bool)(arg1)->GetAutoContinue(); in _wrap_SBBreakpointName_GetAutoContinue()