Native Inspect Manual (H06.04+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-005
4-32
finish command
finish command
Executes the current process until execution either returns from the currently selected
frame (by default, the current frame) or encounters a debugging event. The finish
command prints the return value, if there is one. Use the frame command, select-frame
command to select the current frame.
The finish command operates relative to the currently selected frame, which might
differ from the current execution frame.
Related Commands: next command, nexti command, step command, stepi command
fn command
Searches for a specified value (finds a number) in the virtual address space of the
current process. The fn command is Debug-compatible.
value
is the value you want to find. The fn command does not infer the bit size of value
based on its magnitude.
start-addr
is the address where the search is to begin.
end-addr
is the address where the search is to end.
type
is the bit size of value (8, 16, 32, or 64 bits). The default value is 32 bits. The
search increment is the same as the bit size.
After finding the first instance of the specified value, Native Inspect prompts you to
confirm continuation of the search.
frame command, select-frame command
Selects a stack frame and prints information about the selected stack frame. The
selected stack frame becomes the frame relative to which program state is displayed.
finish
fn value [ start-addr [ end-addr ]] [ type ]










