| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBBreakpoint.i | 119 SetEnabled (bool enable); 305 …enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configures whether thi…
|
| H A D | SBTypeCategory.i | 33 SetEnabled (bool); 217 enabled = property(GetEnabled, SetEnabled)
|
| H A D | SBWatchpoint.i | 57 SetEnabled(bool enabled);
|
| H A D | SBBreakpointName.i | 49 void SetEnabled(bool enable);
|
| H A D | SBBreakpointLocation.i | 46 SetEnabled(bool enabled);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | Stoppoint.h | 29 virtual void SetEnabled(bool enable) = 0;
|
| H A D | BreakpointSite.h | 89 void SetEnabled(bool enabled);
|
| H A D | BreakpointLocation.h | 70 void SetEnabled(bool enabled);
|
| H A D | Watchpoint.h | 73 void SetEnabled(bool enabled, bool notify = true);
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointList.cpp | 71 bp_sp->SetEnabled(enabled); in SetEnabledAll() 78 bp_sp->SetEnabled(enabled); in SetEnabledAllowed()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 139 void SBWatchpoint::SetEnabled(bool enabled) { in SetEnabled() function in SBWatchpoint 154 watchpoint_sp->SetEnabled(enabled, notify); in SetEnabled()
|
| H A D | SBBreakpointLocation.cpp | 99 void SBBreakpointLocation::SetEnabled(bool enabled) { in SetEnabled() function in SBBreakpointLocation 106 loc_sp->SetEnabled(enabled); in SetEnabled()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBWatchpoint.h | 47 void SetEnabled(bool enabled);
|
| H A D | SBBreakpointLocation.h | 38 void SetEnabled(bool enabled);
|
| H A D | SBBreakpointName.h | 48 void SetEnabled(bool enable);
|
| H A D | SBTypeCategory.h | 31 void SetEnabled(bool);
|
| H A D | SBBreakpoint.h | 55 void SetEnabled(bool enable);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.h | 88 void SetEnabled(bool enabled);
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessWindows.cpp | 853 wp->SetEnabled(true, notify); in EnableWatchpoint() 898 wp->SetEnabled(true, notify); in EnableWatchpoint() 907 wp->SetEnabled(false, notify); in DisableWatchpoint() 935 wp->SetEnabled(false, notify); in DisableWatchpoint()
|
| /openbsd-src/gnu/llvm/lldb/utils/lui/ |
| H A D | breakwin.py | 50 bp.SetEnabled(not bp.IsEnabled())
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBBreakpoint.h | 74 void SetEnabled(bool enabled) { in SetEnabled() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDP.cpp | 640 bp_site->SetEnabled(true); in EnableBreakpointSite() 659 bp_site->SetEnabled(false); in DisableBreakpointSite() 662 bp_site->SetEnabled(false); in DisableBreakpointSite()
|