f78
Disabling breakpoints
Enabled
Disabled
Enabled once
Enabled for deletion
You can use the following commands to enable or disable breakpoints and
watchpoints.
Except for a breakpoint set with
The breakpoint stops your program. A breakpoint set with the
The breakpoint has no effect on your program.
The breakpoint stops your program, but then becomes disabled. A breakpoint set
with the tbreak command starts out in this state.
The breakpoint stops your program, but immediately after it does so it is
deleted permanently.
Disable the specified breakpoints—or all breakpoints, if none are listed. A
disabled breakpoint has no effect but is not forgotten. All options such as
ignore-counts, conditions and commands are remembered in case the breakpoint is
enabled again later. You may abbreviate disable as dis.
Enable the specified breakpoints (or all defined breakpoints). They become
effective once again in stopping your program.
Enable the specified breakpoints temporarily. GDB disables any of these
breakpoints immediately after stopping your program.
Enable the specified breakpoints to work once, then die. GDB deletes any of
these breakpoints as soon as your program stops there.