Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointLocation.i71 bool GetAutoContinue();
H A DSBBreakpointName.i67 bool GetAutoContinue();
H A DSBBreakpoint.i154 bool GetAutoContinue();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h54 bool GetAutoContinue();
H A DSBBreakpointName.h66 bool GetAutoContinue();
H A DSBBreakpoint.h77 bool GetAutoContinue();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp199 bool SBBreakpointLocation::GetAutoContinue() { in GetAutoContinue() function in SBBreakpointLocation
200 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpointLocation, GetAutoContinue); in GetAutoContinue()
499 LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, GetAutoContinue, ()); in RegisterMethods()
H A DSBBreakpointName.cpp348 bool SBBreakpointName::GetAutoContinue() { in GetAutoContinue() function in SBBreakpointName
349 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpointName, GetAutoContinue); in GetAutoContinue()
728 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetAutoContinue, ()); in RegisterMethods()
H A DSBBreakpoint.cpp315 bool SBBreakpoint::GetAutoContinue() { in GetAutoContinue() function in SBBreakpoint
316 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpoint, GetAutoContinue); in GetAutoContinue()
1022 LLDB_REGISTER_METHOD(bool, SBBreakpoint, GetAutoContinue, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1220 bool GetAutoContinue() const { return m_auto_continue; } in GetAutoContinue() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2684 auto_continue |= cur_hook_sp->GetAutoContinue(); in RunStopHooks()
2712 if (cur_hook_sp->GetAutoContinue()) in RunStopHooks()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7189 result = (bool)(arg1)->GetAutoContinue(); in _wrap_SBBreakpoint_GetAutoContinue()
8909 result = (bool)(arg1)->GetAutoContinue(); in _wrap_SBBreakpointLocation_GetAutoContinue()
10036 result = (bool)(arg1)->GetAutoContinue(); in _wrap_SBBreakpointName_GetAutoContinue()