Home
last modified time | relevance | path

Searched refs:SetEnabled (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepUntil.cpp283 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 DThreadPlanStepOut.cpp446 return_bp->SetEnabled(true); in DoWillResume()
455 return_bp->SetEnabled(false); in WillStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppoint.h29 virtual void SetEnabled(bool enable) = 0;
H A DBreakpointSite.h92 void SetEnabled(bool enabled);
H A DBreakpointLocation.h72 llvm::Error SetEnabled(bool enabled);
H A DWatchpoint.h71 void SetEnabled(bool enabled, bool notify = true);
H A DBreakpointOptions.h267 void SetEnabled(bool enabled) { in SetEnabled() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp74 bp_sp->SetEnabled(enabled); in SetEnabledAll()
81 bp_sp->SetEnabled(enabled); in SetEnabledAllowed()
H A DBreakpoint.cpp273 if (llvm::Error error = location_sp->SetEnabled(false)) in SetIsHardware()
284 if (llvm::Error error = location_sp->SetEnabled(true)) { in SetIsHardware()
334 void Breakpoint::SetEnabled(bool enable) { in SetEnabled() function in Breakpoint
338 m_options.SetEnabled(enable); in SetEnabled()
H A DBreakpointSite.cpp138 void BreakpointSite::SetEnabled(bool enabled) { m_enabled = enabled; } in SetEnabled() function in BreakpointSite
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointNameExtensions.i13 …enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configures whether thi…
H A DSBBreakpointExtensions.i50 …enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configures whether thi…
H A DSBTypeCategoryExtensions.i98 enabled = property(GetEnabled, SetEnabled)
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h31 void SetEnabled(bool);
H A DSBWatchpoint.h55 void SetEnabled(bool enabled);
H A DSBBreakpointName.h44 void SetEnabled(bool enable);
H A DSBBreakpointLocation.h47 void SetEnabled(bool enabled);
H A DSBBreakpoint.h60 void SetEnabled(bool enable);
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h88 void SetEnabled(bool enabled);
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp392 bkpt_sp->SetEnabled(true); in ShouldStop()
417 bkpt_sp->SetEnabled(false); in ShouldStop()
H A DAppleObjCRuntime.cpp429 m_objc_exception_bp_sp->SetEnabled(true); in SetExceptionBreakpoints()
437 m_objc_exception_bp_sp->SetEnabled(false); in ClearExceptionBreakpoints()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp134 void SBWatchpoint::SetEnabled(bool enabled) { in SetEnabled() function in SBWatchpoint
149 watchpoint_sp->SetEnabled(enabled, notify); in SetEnabled()
H A DSBBreakpointLocation.cpp98 void SBBreakpointLocation::SetEnabled(bool enabled) { in SetEnabled() function in SBBreakpointLocation
105 llvm::consumeError(loc_sp->SetEnabled(enabled)); in SetEnabled()
H A DSBBreakpointName.cpp205 void SBBreakpointName::SetEnabled(bool enable) { in SetEnabled() function in SBBreakpointName
215 bp_name->GetOptions().SetEnabled(enable); in SetEnabled()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp82 m_bp_opts.SetEnabled(false); in SetOptionValue()
85 m_bp_opts.SetEnabled(true); in SetOptionValue()
975 if (llvm::Error error = location->SetEnabled(true)) in DoExecute()
982 breakpoint->SetEnabled(true); in DoExecute()
1084 if (llvm::Error error = location->SetEnabled(false)) in DoExecute()
1091 breakpoint->SetEnabled(false); in DoExecute()
1533 if (llvm::Error error = location->SetEnabled(false)) in DoExecute()

12