Native Inspect Manual (H06.07+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-006
4-55
modify command
Example
In this example of the mh command and the ih command, the first mh command
causes the signal to be reported to the debugger; the second mh command restores
the default signal handler; and the ih command displays information about the signal
handlers:
modify command
A Debug-compatible Tcl command that changes the content of memory at native-
address to value.
Alias: m, mn
native-address
is the address in memory whose contents you want to change.
(eInspect 4,658):mh SIGNOMEM DIG_DBG
(eInspect 4,658):mh SIGCHLD SIG_DFL
(eInspect 4,658):ih
Signal Priv/Non Handler Mask Flags
SIGHUP N 0xfffc0000 0x0 0x0
SIGINT N 0xfffc0000 0x0 0x0
SIGQUIT N 0xfffc0000 0x0 0x0
SIGILL N 0xfffc0000 0x0 0x0
SIGURG N 0xfffc0001 0x0 0x0
SIGABRT N 0xfffc0000 0x0 0x0
SIGIO N 0xfffc0001 0x0 0x0
SIGFPE N 0xfffc0000 0x0 0x0
SIGKILL N 0xfffc0000 0x0 0x0
SIGSEGV N 0xfffc0000 0x0 0x0
SIGWINCH N 0xfffc0001 0x0 0x0
SIGPIPE N 0xfffc0000 0x0 0x0
SIGALRM N 0xfffc0000 0x0 0x0
SIGTERM N 0xfffc0000 0x0 0x0
SIGUSR1 N 0xfffc0000 0x0 0x0
SIGUSR2 N 0xfffc0000 0x0 0x0
SIGCHLD N 0xfffc0000 0x0 0x0
SIGRECV N 0xfffc0001 0x0 0x0
SIGSTOP N 0xfffc0000 0x0 0x0
SIGTSTP N 0xfffc0000 0x0 0x0
SIGMEMERR N 0xfffc0000 0x0 0x0
SIGNOMEM N 0xd 0x0 0x0
SIGMEMMGR N 0xfffc0000 0x0 0x0
SIGSTK N 0xfffc0000 0x0 0x0
SIGTIMEOUT N 0xfffc0000 0x0 0x0
SIGLIMIT N 0xfffc0000 0x0 0x0
SIGCONT N 0xfffc0001 0x0 0x0
SIGTTIN N 0xfffc0000 0x0 0x0
SIGTTOU N 0xfffc0000 0x0 0x0
SIGABND N 0xfffc0000 0x0 0x0
(eInspect 4,658):
modify native-address value {8|16|32|64}