We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a6cd4 commit 24fca5cCopy full SHA for 24fca5c
lldb/docs/use/map.rst
@@ -609,6 +609,38 @@ Breakpoint Commands
609
</td>
610
</tr>
611
612
+ <tr>
613
+ <td class="header" colspan="2">Disable a breakpoint.</td>
614
+ </tr>
615
616
+ <td class="content">
617
+ <b>(gdb)</b> disable 1
618
+ <br>
619
+ </td>
620
621
+ <b>(lldb)</b> breakpoint disable 1
622
623
+ <b>(lldb)</b> br dis 1
624
625
626
627
+
628
629
+ <td class="header" colspan="2">Enable a breakpoint.</td>
630
631
632
633
+ <b>(gdb)</b> enable 1
634
635
636
637
+ <b>(lldb)</b> breakpoint enable 1
638
639
+ <b>(lldb)</b> br en 1
640
641
642
643
644
</tbody>
645
</table>
646
0 commit comments