Native Inspect Manual (H06.04+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-005
4-43
jump command
To display the contents of the registers (output is several screens long):
jump command
Continues execution of the current process at the specified line number or address.
The jump command changes the program counter to the specified location but does
not change the current stack frame or registers.
linespec
is the line number or statement number where you want execution to stop.
To suspend execution at the destination location, first enter the break command, tbreak
command to plant a temporary breakpoint.
(eInspect 2,647):info reg
pr0: 0x1
pr1: 0x0
pr2: 0x0
pr3: 0x0
pr4: 0x0
pr5: 0x0
pr6: 0x0
pr7: 0x0
pr8: 0x1
pr9: 0x0
pr10: 0x0
pr11: 0x0
pr12: 0x1
pr13: 0x0
pr14: 0x1
...
gr31: 0x400000000000038c
br0: 0x0
br1: 0x0
br2: 0x0
br3: 0x0
br4: 0x0
br5: 0x0
br6: 0xffffffffe18a3840
br7: 0xffffffffe1555440
ip: 0xffffffffe2207040
cfm: 0x0
ra: 0x0
sp: 0x6fffff50
psp: 0x6fffff50
bsp: 0x6e000000
lc: 0x0
ec: 0x0
(eInspect 2,647):
Caution. Use the jump command with care. It can result in program failure if the target
location depends on a state (such as registers) that has not been established.
jump linespec










