| /llvm-project/lldb/test/API/lang/c/stepping/ |
| H A D | TestStepAndBreakpoints.py | 179 bkpt.SetEnabled(False) 199 break_in_b.SetEnabled(True) 233 break_in_b.SetEnabled(False) 259 break_before_complex_1.SetEnabled(False) 269 break_before_complex_2.SetEnabled(False) 279 break_before_complex_3.SetEnabled(False) 295 break_at_start_of_a.SetEnabled(False) 296 break_at_start_of_c.SetEnabled(False) 306 break_before_complex_4.SetEnabled(False)
|
| /llvm-project/lldb/test/API/python_api/formatters/ |
| H A D | TestFormattersSBAPI.py | 82 new_category.SetEnabled(True) 95 new_category.SetEnabled(False) 143 self.dbg.GetCategory("JASSynth").SetEnabled(True) 146 self.dbg.GetCategory("CCCSynth2").SetEnabled(True) 157 self.dbg.GetCategory("CCCSynth2").SetEnabled(False) 159 self.dbg.GetCategory("CCCSynth").SetEnabled(True) 171 self.dbg.GetCategory("BarIntSynth").SetEnabled(True) 207 self.dbg.GetCategory("JASSynth").SetEnabled(False) 425 new_category.SetEnabled(True)
|
| /llvm-project/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/lldb/test/API/commands/process/continue_to_bkpt/ |
| H A D | TestContinueToBkpts.py | 108 bkpt.SetEnabled(False) 121 loc.SetEnabled(False) 136 loc.SetEnabled(True)
|
| /llvm-project/lldb/test/API/commands/watchpoints/watchpoint_disable/ |
| H A D | TestWatchpointDisable.py | 67 wp.SetEnabled(False) 79 wp.SetEnabled(True)
|
| /llvm-project/lldb/test/API/commands/watchpoints/watchpoint_events/ |
| H A D | TestWatchpointEvents.py | 66 local_watch.SetEnabled(False) 69 local_watch.SetEnabled(True)
|
| /llvm-project/lldb/test/API/commands/watchpoints/step_over_watchpoint/ |
| H A D | TestStepOverWatchpoint.py | 48 bkpt.SetEnabled(False) 78 bkpt.SetEnabled(False)
|
| /llvm-project/lldb/test/API/python_api/hello_world/ |
| H A D | TestHelloWorld.py | 45 breakpoint.SetEnabled(False) 50 breakpoint.SetEnabled(True)
|
| /llvm-project/lldb/test/API/functionalities/data-formatter/type_summary_list_script/ |
| H A D | tslsformatters.py | 9 category.SetEnabled(True)
|
| /llvm-project/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_watchpoint.py | 13 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/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/ |
| H A D | watchpoint2.in | 7 wp:SetEnabled(false)
|
| /llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | Stoppoint.h | 29 virtual void SetEnabled(bool enable) = 0;
|
| /llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointList.cpp | 74 bp_sp->SetEnabled(enabled); in SetEnabledAll() 81 bp_sp->SetEnabled(enabled); in SetEnabledAllowed()
|
| /llvm-project/lldb/test/API/functionalities/data-formatter/callback-matching/ |
| H A D | formatters_with_callback.py | 43 cat.SetEnabled(True)
|
| /llvm-project/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestWriteMemory.py | 21 bp.SetEnabled(True)
|
| /llvm-project/lldb/test/API/tools/lldb-dap/variables/children/ |
| H A D | formatter.py | 42 cat.SetEnabled(True)
|
| /llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/ |
| H A D | TestBreakpointCommand.py | 519 bp_1.SetEnabled(False) 520 bp_3.SetEnabled(False) 542 bp_1.SetEnabled(False)
|
| /llvm-project/lldb/bindings/interface/ |
| H A D | SBBreakpointExtensions.i | 50 …enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configures whether thi…
|
| /llvm-project/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()
|
| /llvm-project/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 134 void SBWatchpoint::SetEnabled(bool enabled) { in SetEnabled() function in SBWatchpoint 149 watchpoint_sp->SetEnabled(enabled, notify); in SetEnabled()
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBWatchpoint.h | 55 void SetEnabled(bool enabled);
|
| /llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.h | 88 void SetEnabled(bool enabled);
|