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: set<br />

$r General register.<br />

$repeat<br />

Repeats the previous command if no command was entered.<br />

$showbases<br />

When set, dbx will show base class data when a derived class is printed.<br />

$sigblock<br />

Blocks all signals from reaching the program being debugged.<br />

$sticky_debug<br />

When set, dbx will recognize sticky bit programs and DLLs in the loadmap.<br />

$t Thread variables<br />

$tv_events<br />

When set, dbx notifies the user but does not stop when a thread object<br />

event is processed. The following trace information is sent to the user for<br />

the different events:<br />

(dbx) cont<br />

.<br />

.<br />

IPT create, thid=0x1234567890123456, stack=5200<br />

IPT exit, thid=0x1234567890123456<br />

tv create, thid=0x1234567890123456, created thid=0x1234567890123422,<br />

stack=5200<br />

tv created, thid=0x1234567890123456, stack=5200<br />

tv exit, thid=0x1234567890123456<br />

tv wait, thid=0x1234567890123456, joining thid=0x1234567890123422<br />

tv unwait, thid=0x1234567890123456, joined thid=0x1234567890123422<br />

$unsafeassign<br />

Turns off strict type checking between the two sides of an assign<br />

subcommand.<br />

$unsafebounds<br />

Turns off subscript checking on arrays.<br />

$unsafecall<br />

Turns off strict type checking for arguments to subroutines or function calls.<br />

$unsafegoto<br />

Turns off the goto subcommand destination checking.<br />

$vardim<br />

Specifies the dimension length to use when printing arrays with unknown<br />

bounds. The default value is 10. This variable is not supported.<br />

$vectint<br />

Displays the vector register contents as integer values. (This is the default).<br />

This variable is not supported.<br />

Usage notes<br />

1. The $unsafe variables limit the usefulness of the dbx debug program in<br />

detecting errors.<br />

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

Examples<br />

1. To change the default number of lines to be listed to 20, enter:<br />

set $listwindow=20<br />

2. To disable type checking on the assign subcommand, enter:<br />

218 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!