Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-20
delete command
Example
To display memory using the Debug-compatible a and d commands:
delete command
Deletes instruction breakpoints.
If you not specify any breakpoint numbers, Native Inspect prompts you for confirmation
before deleting all the breakpoints associated with the current process.
breakpoint-number
is the number (1, 2, 3, and so on) of a breakpoint associated with the current
process. You can delete only breakpoints that are associated with the current
process or global breakpoints. Deleted breakpoint numbers are not reassigned.
To determine a breakpoint number, use the info command with the breakpoint
option.
delete display command
Deletes an expression from the list of expressions that are automatically displayed
when the program is suspended.
If you do not specify a num, the command deletes all automatic display expressions.
num
is an ordinal number that identifies one expression on the automatic display list.
Considerations
To specify an expression for automatic display, use the display command.
(eInspect 3,663):d 0x8005884 10
0x8005884: 0x6d6f6e69 0x746f7200 0x00000000 0x00000000
0x8005894: 0x00000000 0x00000000 0x00000000 0x00000000
0x80058a4: 0x00000000 0x00000000
(eInspect 3,663):a 0x8005884 10
0x8005884: .moni. .tor.. ...... ......
0x8005894: ...... ...... ...... ......
0x80058a4: ...... ......
delete [ breakpoints ][ breakpoint-number ...]
delete display [ num ]