Home
last modified time | relevance | path

Searched refs:SetEnabled (Results 1 – 25 of 38) 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.cpp403 return_bp->SetEnabled(true); in DoWillResume()
412 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.h70 void SetEnabled(bool enabled);
H A DWatchpoint.h71 void SetEnabled(bool enabled, bool notify = true);
H A DBreakpointOptions.h269 void SetEnabled(bool enabled) { in SetEnabled() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp74 bp_sp->SetEnabled(enabled); in SetEnabledAllowed()
81 bp_sp->SetEnabled(enabled); in RemoveAll()
H A DBreakpointSite.cpp121 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 DBreakpointLocation.cpp77 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 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/source/API/
H A DSBWatchpoint.cpp134 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 DSBBreakpointLocation.cpp98 void SBBreakpointLocation::SetEnabled(bool enabled) {
105 loc_sp->SetEnabled(enabled); in SetEnabled()
99 void SBBreakpointLocation::SetEnabled(bool enabled) { SetEnabled() function in SBBreakpointLocation
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/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/include/lldb/API/
H A DSBTypeCategory.h31 void SetEnabled(bool);
H A DSBWatchpoint.h55 void SetEnabled(bool enabled);
H A DSBBreakpointName.h48 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/Commands/
H A DCommandObjectBreakpoint.cpp81 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 DItaniumABILanguageRuntime.cpp573 m_cxx_exception_bp_sp->SetEnabled(true); in SetExceptionBreakpoints()
587 m_cxx_exception_bp_sp->SetEnabled(false); in ClearExceptionBreakpoints()

12