cleari subcommand for dbx: Remove all breakpoints at an address

Format

cleari address

Description

The cleari subcommand clears all the breakpoints at the address specified by the address argument.

Usage notes

The cleari subcommand can be run only while the dbx debug program is running.

Examples

  1. To remove a breakpoint set at address 0X100001B4, enter:
    cleari 0x100001b4
  2. To remove a breakpoint set at the address of the main() procedure, enter:
    cleari &main

Related information

The clear and delete subcommands.