/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanStepUntil.cpp | 283 return_bp->SetEnabled(true); in DoWillResume() 289 until_bp->SetEnabled(true); in DoWillResume() 303 return_bp->SetEnabled(false); in WillStop() 309 until_bp->SetEnabled(false); in WillStop()
|
H A D | ThreadPlanStepOut.cpp | 403 return_bp->SetEnabled(true); in DoWillResume() 412 return_bp->SetEnabled(false); in WillStop()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | Stoppoint.h | 29 virtual void SetEnabled(bool enable) = 0;
|
H A D | BreakpointSite.h | 92 void SetEnabled(bool enabled);
|
H A D | BreakpointLocation.h | 70 void SetEnabled(bool enabled);
|
H A D | Watchpoint.h | 71 void SetEnabled(bool enabled, bool notify = true);
|
H A D | BreakpointOptions.h | 269 void SetEnabled(bool enabled) { in SetEnabled() function
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointList.cpp | 74 bp_sp->SetEnabled(enabled); in SetEnabledAllowed() 81 bp_sp->SetEnabled(enabled); in RemoveAll()
|
H A D | BreakpointSite.cpp | 121 void BreakpointSite::SetEnabled(bool enabled) { m_enabled = enabled; } in IsEnabled() 123 void BreakpointSite::SetEnabled(bool enabled) { m_enabled = enabled; } SetEnabled() function in BreakpointSite
|
H A D | BreakpointLocation.cpp | 77 void BreakpointLocation::SetEnabled(bool enabled) { in SetEnabled() function in BreakpointLocation 78 GetLocationOptions().SetEnabled(enabled); in SetEnabled()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBBreakpointExtensions.i | 50 …enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configures whether thi…
|
H A D | SBTypeCategoryExtensions.i | 98 enabled = property(GetEnabled, SetEnabled)
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBWatchpoint.cpp | 134 void SBWatchpoint::SetEnabled(bool enabled) { in GetWatchSize() 149 watchpoint_sp->SetEnabled(enabled, notify); in SetEnabled() 140 void SBWatchpoint::SetEnabled(bool enabled) { SetEnabled() function in SBWatchpoint
|
H A D | SBBreakpointLocation.cpp | 98 void SBBreakpointLocation::SetEnabled(bool enabled) { 105 loc_sp->SetEnabled(enabled); in SetEnabled() 99 void SBBreakpointLocation::SetEnabled(bool enabled) { SetEnabled() function in SBBreakpointLocation
|
H A D | SBBreakpointName.cpp | 205 void SBBreakpointName::SetEnabled(bool enable) { in SetEnabled() function in SBBreakpointName 215 bp_name->GetOptions().SetEnabled(enable); in SetEnabled()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 392 bkpt_sp->SetEnabled(true); in ShouldStop() 417 bkpt_sp->SetEnabled(false); in ShouldStop()
|
H A D | AppleObjCRuntime.cpp | 429 m_objc_exception_bp_sp->SetEnabled(true); in SetExceptionBreakpoints() 437 m_objc_exception_bp_sp->SetEnabled(false); in ClearExceptionBreakpoints()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBTypeCategory.h | 31 void SetEnabled(bool);
|
H A D | SBWatchpoint.h | 55 void SetEnabled(bool enabled);
|
H A D | SBBreakpointName.h | 48 void SetEnabled(bool enable);
|
H A D | SBBreakpointLocation.h | 47 void SetEnabled(bool enabled);
|
H A D | SBBreakpoint.h | 60 void SetEnabled(bool enable);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.h | 88 void SetEnabled(bool enabled);
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectBreakpoint.cpp | 81 m_bp_opts.SetEnabled(false); in SetOptionValue() 84 m_bp_opts.SetEnabled(true); in SetOptionValue() 948 location->SetEnabled(true); in DoExecute() 952 breakpoint->SetEnabled(true); in DoExecute() 1054 location->SetEnabled(false); in DoExecute() 1058 breakpoint->SetEnabled(false); in DoExecute() 1501 location->SetEnabled(false); in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 573 m_cxx_exception_bp_sp->SetEnabled(true); in SetExceptionBreakpoints() 587 m_cxx_exception_bp_sp->SetEnabled(false); in ClearExceptionBreakpoints()
|