bd list | *
The bd command temporarily disables one or more breakpoints. To restore breakpoints disabled by the bd command, use the be command.
The following example disables breakpoints 0, 4, and 8:
bd 0 4 8