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 />

|<br />

|<br />

|<br />

|<br />

|<br />

|<br />

|<br />

without dbx control as if that signal had been received by the focus thread. If the<br />

signal is not specified, the program continues with no signal and without dbx<br />

control.<br />

Signal names are not case-sensitive, and the SIG prefix is optional. If no signal is<br />

specified, the program continues without dbx control as if it had not been stopped.<br />

Usage<br />

v The detach subcommand can be run only while the dbx debug program is<br />

running.<br />

v The detach subcommand is not supported in GUI (socket) mode (-p).<br />

Examples<br />

1. To continue program execution from the current stopping point without dbx in<br />

control, enter:<br />

detach<br />

2. To continue program execution without dbx control as though it had received<br />

the signal SIGQUIT, enter:<br />

detach SIGQUIT<br />

Related Information<br />

The cont subcommand.<br />

display memory subcommand for dbx: Display the contents of<br />

memory<br />

Format<br />

address, address/[mode]<br />

address/[count][mode]<br />

[b| Bd | Bf | Bq | c | d | D | f | g | h | i | I | ld | lo | lx | o | O | q | s | S | o | W | X]<br />

[>file]<br />

Description<br />

The display memory subcommand displays the contents of memory. The display<br />

starts at the first address, and terminates at either the second address or until count<br />

items are printed. If the address is ″.″, the address following the one most recently<br />

printed is used. The mode specifies how memory is to be printed; if it is omitted the<br />

previous mode specified is used. The initial mode is ″X″.<br />

v The range of memory displayed is controlled by specifying:<br />

dbx: detach<br />

–- Two address arguments, in which case all lines between those two<br />

addresses are displayed (address/address), or<br />

–- One address argument, where the display starts, and count, which<br />

determines the number of lines displayed from address<br />

(address/count).<br />

. Used in place of the first address argument, this displays from the<br />

point where you left off (see example 3 on page 197).<br />

v Symbolic addresses are specified by preceding the name with an &<br />

(ampersand).<br />

v Registers are denoted by ″$rN″, ″$frN″ or ″$drN″, where N is the number of<br />

the register.<br />

Chapter 2. Shell command descriptions 195

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

Saved successfully!

Ooh no, something went wrong!