Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepUntil.cpp291 return_bp->SetEnabled(true); in DoWillResume()
298 until_bp->SetEnabled(true); in DoWillResume()
314 return_bp->SetEnabled(false); in WillStop()
320 until_bp->SetEnabled(false); in WillStop()
H A DThreadPlanStepOut.cpp384 return_bp->SetEnabled(true); in DoWillResume()
394 return_bp->SetEnabled(false); in WillStop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DStoppoint.h34 virtual void SetEnabled(bool enable) = 0;
H A DBreakpointSite.h112 void SetEnabled(bool enabled);
H A DBreakpointLocation.h88 void SetEnabled(bool enabled);
H A DWatchpoint.h74 void SetEnabled(bool enabled, bool notify = true);
H A DBreakpointOptions.h305 void SetEnabled(bool enabled) { in SetEnabled() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointList.cpp71 bp_sp->SetEnabled(enabled); in SetEnabledAll()
78 bp_sp->SetEnabled(enabled); in SetEnabledAllowed()
H A DBreakpointLocation.cpp81 void BreakpointLocation::SetEnabled(bool enabled) { in SetEnabled() function in BreakpointLocation
82 GetLocationOptions()->SetEnabled(enabled); in SetEnabled()
H A DBreakpointSite.cpp116 void BreakpointSite::SetEnabled(bool enabled) { m_enabled = enabled; } in SetEnabled() function in BreakpointSite
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBWatchpoint.cpp123 void SBWatchpoint::SetEnabled(bool enabled) { in SetEnabled() function in SBWatchpoint
136 watchpoint_sp->SetEnabled(enabled, notify); in SetEnabled()
H A DSBBreakpointLocation.cpp85 void SBBreakpointLocation::SetEnabled(bool enabled) { in SetEnabled() function in SBBreakpointLocation
90 loc_sp->SetEnabled(enabled); in SetEnabled()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBWatchpoint.h42 void SetEnabled(bool enabled);
H A DSBBreakpointLocation.h37 void SetEnabled(bool enabled);
H A DSBBreakpointName.h47 void SetEnabled(bool enable);
H A DSBTypeCategory.h30 void SetEnabled(bool);
H A DSBBreakpoint.h52 void SetEnabled(bool enable);
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLog.h86 bool SetEnabled(const bool vbYes);
H A DMICmdCmdBreak.cpp279 m_brkPt.SetEnabled(m_bBrkPtEnabled); in Execute()
577 brkPt.SetEnabled(false); in Execute()
709 brkPt.SetEnabled(true); in Execute()
H A DMICmnLog.cpp132 bool CMICmnLog::SetEnabled(const bool vbYes) { in SetEnabled() function in CMICmnLog
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h105 void SetEnabled(bool enabled);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp520 m_cxx_exception_bp_sp->SetEnabled(true); in SetExceptionBreakpoints()
534 m_cxx_exception_bp_sp->SetEnabled(false); in ClearExceptionBreakpoints()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp93 m_bp_opts.SetEnabled(false); in SetOptionValue()
96 m_bp_opts.SetEnabled(true); in SetOptionValue()
1121 location->SetEnabled(true); in DoExecute()
1125 breakpoint->SetEnabled(true); in DoExecute()
1236 location->SetEnabled(false); in DoExecute()
1240 breakpoint->SetEnabled(false); in DoExecute()
1715 location->SetEnabled(false); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp408 m_objc_exception_bp_sp->SetEnabled(true); in SetExceptionBreakpoints()
416 m_objc_exception_bp_sp->SetEnabled(false); in ClearExceptionBreakpoints()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp741 wp->SetEnabled(true, notify); in EnableWatchpoint()
770 wp->SetEnabled(false, notify); in DisableWatchpoint()
788 wp->SetEnabled(false, notify); in DisableWatchpoint()

12