| /llvm-project-15.0.7/lldb/test/API/lang/c/stepping/ |
| H A D | TestStepAndBreakpoints.py | 163 bkpt.SetEnabled(False) 183 break_in_b.SetEnabled(True) 219 break_in_b.SetEnabled(False) 241 break_before_complex_1.SetEnabled(False) 252 break_before_complex_2.SetEnabled(False) 264 break_before_complex_3.SetEnabled(False) 279 break_at_start_of_a.SetEnabled(False) 280 break_at_start_of_c.SetEnabled(False) 291 break_before_complex_4.SetEnabled(False)
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/formatters/ |
| H A D | TestFormattersSBAPI.py | 91 new_category.SetEnabled(True) 106 new_category.SetEnabled(False) 159 self.dbg.GetCategory("JASSynth").SetEnabled(True) 163 self.dbg.GetCategory("CCCSynth").SetEnabled(True) 190 self.dbg.GetCategory("JASSynth").SetEnabled(False) 383 new_category.SetEnabled(True)
|
| /llvm-project-15.0.7/lldb/test/API/commands/process/continue_to_bkpt/ |
| H A D | TestContinueToBkpts.py | 75 bkpt.SetEnabled(False) 86 loc.SetEnabled(False) 97 loc.SetEnabled(True)
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_disable/ |
| H A D | TestWatchpointDisable.py | 52 wp.SetEnabled(False) 62 wp.SetEnabled(True)
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_events/ |
| H A D | TestWatchpointEvents.py | 68 local_watch.SetEnabled(False) 71 local_watch.SetEnabled(True)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/ |
| H A D | TestBreakpointCommand.py | 323 bp_1.SetEnabled(False) 324 bp_3.SetEnabled(False) 344 bp_1.SetEnabled(False)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/hello_world/ |
| H A D | TestHelloWorld.py | 44 breakpoint.SetEnabled(False) 48 breakpoint.SetEnabled(True)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/type_summary_list_script/ |
| H A D | tslsformatters.py | 8 category.SetEnabled(True)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_watchpoint.py | 14 obj.SetEnabled(True)
|
| H A D | sb_breakpointlocation.py | 11 obj.SetEnabled(True)
|
| H A D | sb_breakpoint.py | 16 obj.SetEnabled(True)
|
| H A D | sb_breakpointname.py | 11 obj.SetEnabled(True)
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/ |
| H A D | watchpoint2.in | 7 wp:SetEnabled(false)
|
| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/lldb/include/lldb/Breakpoint/ |
| H A D | Stoppoint.h | 29 virtual void SetEnabled(bool enable) = 0;
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestWriteMemory.py | 22 bp.SetEnabled(True)
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointList.cpp | 71 bp_sp->SetEnabled(enabled); in SetEnabledAll() 78 bp_sp->SetEnabled(enabled); in SetEnabledAllowed()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBWatchpoint.h | 47 void SetEnabled(bool enabled);
|
| H A D | SBBreakpointLocation.h | 38 void SetEnabled(bool enabled);
|