Native Inspect Manual (H06.07+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-006
4-53
mh command
New aliases created as a result of prefix matches are added to the mapping list.
For example, if you enter the command
map D:/usr/T1000=/h/src
then a source file name of, for example, D:/usr/T1000/src/cpu/mips/x.c is
aliased to /h/src/src/cpu/mips/x.c. when the source file name is listed. A
subsequent map command displays the following aliases:
2. D:/usr/T1000/src/cpu/mips/x.c is aliased to
/h/src/src/cpu/mips/x.c (Prefix match)
1. D:/usr/T1000 is aliased to /h/src
If you now enter the command:
map D:/usr/T1000=/v/src
then the alias is added to the beginning of the alias list (with alias id 3). If you then
list the source file D:/usr/T1000/src/cpu/mips/x.c, another new full path
name alias (which is now the active alias) is added. A map command now displays
the following:
4. D:/usr/T1000/src/cpu/mips/x.c is aliased to
/v/src/src/cpu/mips/x.c (Prefix match)
3. D:/usr/T1000 is aliased to /v/src
2. D:/usr/T1000/src/cpu/mips/x.c is aliased to
/h/src/src/cpu/mips/x.c (Prefix match)
1. D:/usr/T1000 is aliased to /h/src
Higher numbered aliases take precedence over lower- numbered aliases
Examples
For more examples of mapping file names, see Determining the Compilation-Time
Source File Name (If Necessary) on page 2-5 and Configuring a Search Path for Your
Source Files (If Necessary) on page 2-5.
mh command
Sets up signal handlers (modifies handlers) for the specified signal.
The mh command applies to the current process only and cannot apply to TNS
emulated processes. The signal handlers can be specified as actions or as a
procedure entry address.
signal-name
is the name of the signal being set up with a signal handler. See Table 4-2 on
page 4-54.
mh signal-name { SIG_IGN | SIG_ABORT | SIG_DFL | SIG_DBG |
native-address }