| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlanStepUntil.cpp | 291 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 D | ThreadPlanStepOut.cpp | 384 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 D | Stoppoint.h | 34 virtual void SetEnabled(bool enable) = 0;
|
| H A D | BreakpointSite.h | 112 void SetEnabled(bool enabled);
|
| H A D | BreakpointLocation.h | 88 void SetEnabled(bool enabled);
|
| H A D | Watchpoint.h | 74 void SetEnabled(bool enabled, bool notify = true);
|
| H A D | BreakpointOptions.h | 305 void SetEnabled(bool enabled) { in SetEnabled() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointList.cpp | 71 bp_sp->SetEnabled(enabled); in SetEnabledAll() 78 bp_sp->SetEnabled(enabled); in SetEnabledAllowed()
|
| H A D | BreakpointLocation.cpp | 81 void BreakpointLocation::SetEnabled(bool enabled) { in SetEnabled() function in BreakpointLocation 82 GetLocationOptions()->SetEnabled(enabled); in SetEnabled()
|
| H A D | BreakpointSite.cpp | 116 void BreakpointSite::SetEnabled(bool enabled) { m_enabled = enabled; } in SetEnabled() function in BreakpointSite
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 123 void SBWatchpoint::SetEnabled(bool enabled) { in SetEnabled() function in SBWatchpoint 136 watchpoint_sp->SetEnabled(enabled, notify); in SetEnabled()
|
| H A D | SBBreakpointLocation.cpp | 85 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 D | SBWatchpoint.h | 42 void SetEnabled(bool enabled);
|
| H A D | SBBreakpointLocation.h | 37 void SetEnabled(bool enabled);
|
| H A D | SBBreakpointName.h | 47 void SetEnabled(bool enable);
|
| H A D | SBTypeCategory.h | 30 void SetEnabled(bool);
|
| H A D | SBBreakpoint.h | 52 void SetEnabled(bool enable);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmnLog.h | 86 bool SetEnabled(const bool vbYes);
|
| H A D | MICmdCmdBreak.cpp | 279 m_brkPt.SetEnabled(m_bBrkPtEnabled); in Execute() 577 brkPt.SetEnabled(false); in Execute() 709 brkPt.SetEnabled(true); in Execute()
|
| H A D | MICmnLog.cpp | 132 bool CMICmnLog::SetEnabled(const bool vbYes) { in SetEnabled() function in CMICmnLog
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.h | 105 void SetEnabled(bool enabled);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 520 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 D | CommandObjectBreakpoint.cpp | 93 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 D | AppleObjCRuntime.cpp | 408 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 D | ProcessFreeBSD.cpp | 741 wp->SetEnabled(true, notify); in EnableWatchpoint() 770 wp->SetEnabled(false, notify); in DisableWatchpoint() 788 wp->SetEnabled(false, notify); in DisableWatchpoint()
|