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.

Usage notes<br />

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

Examples<br />

1. To list all available plug-ins, enter:<br />

plugin<br />

2. To invoke the subcommand help of a plug-in named sample, enter:<br />

plugin sample help<br />

3. To invoke the subcommand interpret 0x12345678of a plug-in named xyz,<br />

enter:<br />

plugin xyz interpret 0x12345678<br />

See the pluginload subcommand, also see the topic on Developing for dbx Plug-in<br />

Framework in z/<strong>OS</strong> <strong>UNIX</strong> <strong>System</strong> <strong>Services</strong> Programming Tools.<br />

pluginload subcommand for dbx: Load the specified plug-in<br />

Format<br />

pluginload file<br />

Description<br />

The pluginload subcommand loads the plug-in specified by the file parameter. The<br />

file parameter should specify a path to the plug-in.<br />

Usage notes<br />

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

running.<br />

Examples<br />

1. To load the plug-in named sample located at /home/user/dbx_plugins/<br />

libdbx_sample.dll, enter:<br />

pluginload /home/user/dbx_plugins/libdbx_sample.dll<br />

See the pluginload subcommand, also see the topic on developing for dbx plug-in<br />

framework in z/<strong>OS</strong> <strong>UNIX</strong> <strong>System</strong> <strong>Services</strong> Programming Tools.<br />

pluginunload subcommand for dbx: Unload the specified plug-in<br />

Format<br />

pluginunload name<br />

Description<br />

The pluginunload subcommand unloads the plug-in specified by the name<br />

parameter. The name parameter should specify a name of plug-in that is currently<br />

loaded.<br />

Usage notes<br />

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

running.<br />

Examples<br />

1. To unload the plug-in named sample, enter:<br />

pluginunload sample<br />

dbx: plugin<br />

Chapter 2. Shell command descriptions 209

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

Saved successfully!

Ooh no, something went wrong!