Home
last modified time | relevance | path

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

123

/external/lldb/test/lang/c/stepping/
DTestStepAndBreakpoints.py146 bkpt.SetEnabled(False)
165 break_in_b.SetEnabled(True)
188 break_in_b.SetEnabled (False)
205 break_before_complex_1.SetEnabled(False)
214 break_before_complex_2.SetEnabled(False)
223 break_before_complex_3.SetEnabled(False)
236 break_at_start_of_a.SetEnabled(False)
237 break_at_start_of_c.SetEnabled(False)
246 break_before_complex_4.SetEnabled(False)
/external/lldb/scripts/Python/interface/
DSBBreakpoint.i117 SetEnabled (bool enable);
219 __swig_setmethods__["enabled"] = SetEnabled
220 …if _newclass: enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configur…
DSBTypeCategory.i33 SetEnabled (bool);
229 __swig_setmethods__["enabled"] = SetEnabled
230 if _newclass: enabled = property(GetEnabled, SetEnabled)
DSBWatchpoint.i55 SetEnabled(bool enabled);
DSBBreakpointLocation.i45 SetEnabled(bool enabled);
/external/lldb/source/Target/
DThreadPlanStepUntil.cpp353 return_bp->SetEnabled (true); in DoWillResume()
360 until_bp->SetEnabled (true); in DoWillResume()
379 return_bp->SetEnabled (false); in WillStop()
386 until_bp->SetEnabled (false); in WillStop()
DThreadPlanStepOut.cpp351 return_bp->SetEnabled (true); in DoWillResume()
363 return_bp->SetEnabled (false); in WillStop()
/external/lldb/include/lldb/Breakpoint/
DStoppoint.h43 SetEnabled (bool enable) = 0;
DBreakpointSite.h129 SetEnabled (bool enabled);
DBreakpointLocation.h106 SetEnabled(bool enabled);
DBreakpointOptions.h207 SetEnabled (bool enabled) in SetEnabled() function
/external/lldb/test/python_api/default-constructor/
Dsb_watchpoint.py14 obj.SetEnabled(True)
Dsb_breakpointlocation.py11 obj.SetEnabled(True)
Dsb_breakpoint.py15 obj.SetEnabled(True)
/external/lldb/test/python_api/hello_world/
DTestHelloWorld.py104 breakpoint.SetEnabled(False)
108 breakpoint.SetEnabled(True)
/external/lldb/source/API/
DSBBreakpointLocation.cpp98 SBBreakpointLocation::SetEnabled (bool enabled) in SetEnabled() function in SBBreakpointLocation
103 m_opaque_sp->SetEnabled (enabled); in SetEnabled()
/external/lldb/include/lldb/API/
DSBBreakpointLocation.h44 SetEnabled(bool enabled);
DSBWatchpoint.h52 SetEnabled(bool enabled);
DSBTypeCategory.h34 SetEnabled (bool);
DSBBreakpoint.h65 SetEnabled (bool enable);
/external/lldb/source/Commands/
DCommandObjectBreakpoint.cpp948 location->SetEnabled (m_options.m_enable_value); in DoExecute()
972 bp->SetEnabled (m_options.m_enable_value); in DoExecute()
1084 location->SetEnabled (true); in DoExecute()
1090 breakpoint->SetEnabled (true); in DoExecute()
1204 location->SetEnabled (false); in DoExecute()
1210 breakpoint->SetEnabled (false); in DoExecute()
1707 location->SetEnabled (false); in DoExecute()
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp424 m_cxx_exception_bp_sp->SetEnabled (true); in SetExceptionBreakpoints()
443 m_cxx_exception_bp_sp->SetEnabled (false); in ClearExceptionBreakpoints()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp348 m_objc_exception_bp_sp->SetEnabled(true); in SetExceptionBreakpoints()
360 m_objc_exception_bp_sp->SetEnabled (false); in ClearExceptionBreakpoints()
/external/lldb/test/functionalities/watchpoint/watchpoint_events/
DTestWatchpointEvents.py90 local_watch.SetEnabled(False)
/external/lldb/test/python_api/watchpoint/
DTestWatchpointIter.py106 watchpoint.SetEnabled(False)

123