8.139 RMMOD (Delete a module)

8.139.1 Function

The RMMOD command deletes (unloads) modules.

8.139.2 Syntax

Descriptive

module [module [module ...]]

Diagram



~¬¬¬¬¬¬¬¬¬¬¬¬¬¬®

Êʬ¬¬ module ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ

8.139.3 Parameter

module

The names of the modules that have to be unloaded. If a device is still bound to a
module then a message is issued and the module is not deleted.

8.139.4 Examples

Example 1:

Delete module “S37X” (S/370 Extension).

HHC00013I Herc command: 'rmmod s37x'

HHC01528I HDL: unloading module 's37x'...

HHC01529I HDL: module 's37x' unloaded

Figure 260: RMMOD c
ommand

8.140 S (Instruction stepping)

8.140.1 Function

This command sets the instruction stepping and breaking range. The instruction stepping is totally sepa-
rate from the instruction tracing range (See T command).

A range can be specified. If there is no range then the range includes all addresses. “S 0” eliminates the
range and all addresses will be stepped. With or without a given range, the S command displays whether
instruction stepping is on or off and the range if any.

The S command by itself does not activate instruction stepping. Use the S+ command to activate instruc-
tion stepping.

8.140.2 Syntax

The S command has the following syntax:

Descriptive

addr-addr addr.length

Diagram

¬¬¬¬¬¬¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ



addr-addr ¬¬¬¬«



¬¬¬ ¬
¬¬¬¬«



addr.length ¬¬¬«



¬¬

8.140.3 Parameter

addr-addr

Specifies an address range with start and end address (from begin address to end
address).

addr:addr

Specifies an address range with start and end address (from begin address to end
address).

addr.length

Specifies an address range with start and length (from begin address with the spe-
cified length).

0

No range is specified or an existing range is reset. Instruction stepping is set for all
addresses.

Previous Page Next Page