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.

ataddress<br />

Specifies the machine instruction address.<br />

Usage Note<br />

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

Examples<br />

1. To stop execution at address 0X100020F0, enter:<br />

stopi at 0x100020f0<br />

2. To stop execution when the contents of address 0X100020F0 change, enter:<br />

stopi 0x100020f0<br />

3. To stop at address 0x2d04567 only when thread $t2 reaches that address,<br />

enter:<br />

stopi at 0x2d04567 if $t2=$current<br />

Related Information<br />

The stop subcommand.<br />

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

Format<br />

thread [number ...]<br />

thread hold [number ...]<br />

thread unhold [number ...]<br />

thread info [number ...]<br />

thread current [number ...]<br />

thread activ<br />

thread async<br />

thread dead<br />

thread pcanc<br />

Description<br />

The thread subcommand displays a list of active threads for the application<br />

program. All active threads are listed unless you use the number parameter to<br />

specify the threads you want listed. You can also select threads by their states<br />

using the activ, async, dead, or pcanc options.<br />

You can use the info option to display full information about a thread, and threads<br />

can be held or unheld with the hold or unhold options. The focus thread is<br />

defaulted to the running thread; dbx uses it as the context for normal dbx<br />

subcommands such as register. You can use the current option to switch the dbx<br />

focus thread.<br />

Examples<br />

1. To display all thread objects, enter:<br />

thread<br />

2. To display thread objects number 1 and 2, enter:<br />

thread 1 2<br />

3. To display all active threads, enter:<br />

thread activ<br />

4. To display all threads in dead state, enter:<br />

thread dead<br />

dbx: stopi<br />

Chapter 2. Shell command descriptions 223

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

Saved successfully!

Ooh no, something went wrong!