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.

|<br />

|<br />

Examples<br />

1. To continue execution for one source line, enter:<br />

step<br />

2. To continue execution for five source lines, enter:<br />

step 5<br />

Related Information<br />

The cont, goto, next, and stepi subcommands.<br />

stepi subcommand for dbx: Run one or more machine instructions<br />

Format<br />

stepi [number]<br />

Description<br />

The stepi subcommand runs instructions of the program. Specify the number of<br />

instructions to be run in the number argument. If the number argument is omitted, it<br />

defaults to 1.<br />

Usage notes<br />

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

running.<br />

2. If the $hold_next variable is defined, dbx holds all threads except the focus<br />

thread during a stepi subcommand. Then dbx unholds the threads after the<br />

stepi subcommand finishes.<br />

Examples<br />

1. To continue execution for one machine instruction, enter:<br />

stepi<br />

2. To continue execution for five machine instructions, enter:<br />

stepi 5<br />

Related Information<br />

The gotoi, nexti, and step subcommands.<br />

stop subcommand for dbx: Stop execution of a program<br />

Format<br />

stop if condition<br />

stop [variable] at ["filename":]sourceline [if condition]<br />

stop [variable] in procedure [if condition]<br />

stop variable [if condition]<br />

dbx: step<br />

Description<br />

The stop subcommand stops execution of the program when certain conditions are<br />

fulfilled. The program is stopped when:<br />

v The condition is true, if the if condition option is used.<br />

v The sourceline line number is reached, if the at sourceline option is used.<br />

v The procedure is called, if the in procedure option is used.<br />

v The variable is changed, if the variable argument is specified.<br />

The dbx debug program associates event numbers with each stop subcommand.<br />

To view these numbers, use the status subcommand. To turn stop off, use the<br />

delete or clear subcommand.<br />

Chapter 2. Shell command descriptions 221

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

Saved successfully!

Ooh no, something went wrong!