Native Inspect Manual (H06.07+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-006
4-81
until command
Examples
This example shows that when you delete a mapping for a pathname prefix that has
resulted in the creation of new aliases, all such aliases are deleted.
Note that alias 2 was also deleted because it depended on alias 1.
until command
Continues executing the current process until a specified location is reached, a
debugging event occurs, or the current stack frame returns.
Alias: u
linespec
is the line number where you want execution to stop.
If you enter the until command with no arguments, the results are similar to those of
the next command, except that at the bottom of a loop the until command steps
through all remaining iterations.
Examples
To execute until the function returns:
Display existing mappings:
(eInspect 3,-2): map
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
Delete alias 1:
(eInspect 3, -2): unmap 1
Display remaining aliases:
(eInspect 3, -2): map
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
until [ linespec ]
(eInspect 1,329):until
- building PCBReadyList: 0, 2, 4
379 PCBList_add( &PCBReadyList, PCBList.entry[0] );