Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide


6.1.4 List of debugger commands (UNIX only)

The table below lists and describes the debugger commands in alphabetical order. The table also shows the abbreviated form for each command the subsection in this manual to be referenced for details.

Table 6‒2: List of debugger commands

Command name

Command execution

Abbreviation

Subsection

break

Sets a breakpoint.

b

6.2.4

cd

Changes the directory.

cd

6.2.25

continue

Performs continuous execution.

c

6.2.9

delete

Deletes breakpoints and watchpoints.

d

6.2.6

exec

Starts the login shell.

ex

6.2.26

finish

Executes a function.

f

6.2.10

help

Displays Help.

h

6.2.27

info breakpoints

Displays information about breakpoints and watchpoints.

i b

6.2.13

info coverage

Displays coverage information during debugging.

i c

6.2.14

info functions

Displays information about functions.

i f

6.2.15

info jobsteps

Displays information about job steps.

i j

6.2.16

info signals

Displays information about signals.

i si

6.2.17

info status

Displays the status.

i st

6.2.18

info variables

Displays information about variables.

i v

6.2.19

joberrmode

Enables or disables the fault injection mode.

jem

6.2.20

kill

Terminates the job definition script.

k

6.2.3

list

Displays the source file.

l

6.2.24

next

Performs sequential execution without stopping within a function.

n

6.2.8

print

Displays the value of a variable.

p

6.2.22

quit

Terminates the debugger.

q

6.2.1

return

Terminates a function.

ret

6.2.11

run

Executes the job definition script.

r

6.2.2

set

Specifies a value for a variable.

set

6.2.21

signal

Sends a signal.

si

6.2.12

step

Performs sequential execution, including sequential execution within a function.

s

6.2.8

watch

Sets a watchpoint.

wa

6.2.5

where

Displays a backtrace.

whe

6.2.23

The following notes apply to using debugger commands: