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

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppoint.h29 virtual void SetEnabled(bool enable) = 0;
H A DBreakpointSite.h89 void SetEnabled(bool enabled);
H A DBreakpointLocation.h71 void SetEnabled(bool enabled);
H A DWatchpoint.h72 void SetEnabled(bool enabled, bool notify = true);
H A DBreakpointOptions.h271 void SetEnabled(bool enabled) { function in class:lldb_private::BreakpointOptions
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBWatchpoint.i57 SetEnabled(bool enabled);
H A DSBBreakpointLocation.i46 SetEnabled(bool enabled);
H A DSBBreakpointName.i49 void SetEnabled(bool enable);
H A DSBBreakpoint.i116 SetEnabled (bool enable);
297 enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configures whether this breakpoint is enabled or not.''')
H A DSBTypeCategory.i33 SetEnabled (bool);
217 enabled = property(GetEnabled, SetEnabled)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h47 void SetEnabled(bool enabled);
H A DSBBreakpointLocation.h38 void SetEnabled(bool enabled);
H A DSBTypeCategory.h31 void SetEnabled(bool);
H A DSBBreakpointName.h48 void SetEnabled(bool enable);
H A DSBBreakpoint.h53 void SetEnabled(bool enable);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h90 void SetEnabled(bool enabled);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepUntil.cpp288 return_bp->SetEnabled(true);
295 until_bp->SetEnabled(true);
311 return_bp->SetEnabled(false);
317 until_bp->SetEnabled(false);
H A DThreadPlanStepOut.cpp408 return_bp->SetEnabled(true);
418 return_bp->SetEnabled(false);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp143 void SBWatchpoint::SetEnabled(bool enabled) { function in class:SBWatchpoint
144 LLDB_RECORD_METHOD(void, SBWatchpoint, SetEnabled, (bool), enabled);
158 watchpoint_sp->SetEnabled(enabled, notify);
328 LLDB_REGISTER_METHOD(void, SBWatchpoint, SetEnabled, (bool));
H A DSBBreakpointLocation.cpp105 void SBBreakpointLocation::SetEnabled(bool enabled) { function in class:SBBreakpointLocation
106 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetEnabled, (bool), enabled);
112 loc_sp->SetEnabled(enabled);
489 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetEnabled, (bool));
H A DSBBreakpointName.cpp213 void SBBreakpointName::SetEnabled(bool enable) { function in class:SBBreakpointName
214 LLDB_RECORD_METHOD(void, SBBreakpointName, SetEnabled, (bool), enable);
223 bp_name->GetOptions().SetEnabled(enable);
719 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetEnabled, (bool));
H A DSBTypeCategory.cpp63 void SBTypeCategory::SetEnabled(bool enabled) { function in class:SBTypeCategory
64 LLDB_RECORD_METHOD(void, SBTypeCategory, SetEnabled, (bool), enabled);
674 LLDB_REGISTER_METHOD(void, SBTypeCategory, SetEnabled, (bool));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp72 bp_sp->SetEnabled(enabled);
79 bp_sp->SetEnabled(enabled);
H A DBreakpointSite.cpp123 void BreakpointSite::SetEnabled(bool enabled) { m_enabled = enabled; } function in class:BreakpointSite
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp499 m_cxx_exception_bp_sp->SetEnabled(true);
513 m_cxx_exception_bp_sp->SetEnabled(false);

Completed in 222 milliseconds

12