16.12.2012 Views

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

dbx: clear<br />

clear subcommand for dbx: Remove all stops at a given source line<br />

Format<br />

clear sourceline<br />

Description<br />

The clear subcommand removes all stops at a given source line. The sourceline<br />

argument can be specified in two formats:<br />

v As an integer<br />

v As a filename string followed by a : (colon) and an integer<br />

Usage Note<br />

The clear subcommand can be run only while the dbx debug program is running.<br />

Example<br />

To remove breakpoints set at line 19, enter:<br />

clear 19<br />

Related Information<br />

The cleari and delete subcommands.<br />

cleari subcommand for dbx: Remove all breakpoints at an address<br />

Format<br />

cleari address<br />

Description<br />

The cleari subcommand clears all the breakpoints at the address specified by the<br />

address argument.<br />

Usage Note<br />

The cleari subcommand can be run only while the dbx debug program is running.<br />

Examples<br />

1. To remove a breakpoint set at address 0X100001B4, enter:<br />

cleari 0x100001b4<br />

2. To remove a breakpoint set at the address of the main() procedure, enter:<br />

cleari &main<br />

Related Information<br />

The clear and delete subcommands.<br />

condition subcommand for dbx: Display a list of active condition<br />

variables<br />

Format<br />

condition [number ...]<br />

condition wait<br />

condition nowait<br />

Description<br />

The condition subcommand displays a list of active condition variables for the<br />

application program. All active condition variables are listed unless you use the<br />

192 z/<strong>OS</strong> <strong>V1R9.0</strong> <strong>UNIX</strong> <strong>System</strong> <strong>Services</strong> <strong>Command</strong> Reference

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!