Searched refs:GetAutoContinue (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBBreakpointLocation.i | 71 bool GetAutoContinue();
|
| H A D | SBBreakpointName.i | 67 bool GetAutoContinue();
|
| H A D | SBBreakpoint.i | 154 bool GetAutoContinue();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBBreakpointLocation.h | 54 bool GetAutoContinue();
|
| H A D | SBBreakpointName.h | 66 bool GetAutoContinue();
|
| H A D | SBBreakpoint.h | 77 bool GetAutoContinue();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 199 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 D | SBBreakpointName.cpp | 348 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 D | SBBreakpoint.cpp | 315 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 D | Target.h | 1220 bool GetAutoContinue() const { return m_auto_continue; } in GetAutoContinue() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 2684 auto_continue |= cur_hook_sp->GetAutoContinue(); in RunStopHooks() 2712 if (cur_hook_sp->GetAutoContinue()) in RunStopHooks()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 7189 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()
|