Native Inspect Manual (H06.04+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-005
4-27
dmab command
Example
To use the automatic display list:
To display an expression (COBOL):
dmab command
Deletes a memory access breakpoint (MAB), which is set with the mab command.
-g
deletes the global MAB.
Example
To delete the memory access breakpoint:
(eInspect 4,798):display pcb->attributeCount
1: pcb->attributeCount = 1
(eInspect 4,798):display pcb->pin
2: pcb->pin = 0
(eInspect 4,798):next
364 PCB_addAttribute( pcb, PCBAttribute_createNonstop(
PCBLis
t.entry[10] ) );
2: pcb->pin = 0
1: pcb->attributeCount = 2
(eInspect 4,798):next
365 memcpy( gBuffer, pcb, sizeof( PCB_t ) );
2: pcb->pin = 0
1: pcb->attributeCount = 3
(eInspect 4,798):disable display 1 2
(eInspect 4,798):next
369 pcb = PCBList.entry[0]->ref.pcb;
(eInspect 4,798):info display
Auto-display expressions now in effect:
Num Enb Expression
2: n pcb->pin
1: n pcb->attributeCount
(eInspect 7,383):display CI
1:CI=142
(eInspect 7,383):next
00142
103 DISPLAY “Leaving cat”.
1: CI=142
(eInspect 7,383):display CI NOT EQUAL 0
2: CI NOT EQUAL O=’T’
dmab [ -g ]
(eInspect 1,480): dmab PCBList.count










