HP (Hewlett-Packard) Ski Simulator Manuale Utente

Pagina di 110
A-2
Command Reference
Copyright © 2000 Hewlett-Packard Co.
Ski IA-64 Simulator Reference Manual 1.0L
cated page, including instruction pages. Multiple values may not be supplied. The string may not contain spaces and
quoting it is not a workaround. See “Changing Registers and Memory with Assignment Commands” on page 8-1.
bs
 [address]
Set breakpoint at the location specified by the current value of
ip
or at the specified address. (IA-64 code only) See
bD
bd
breakpoint_number
Delete breakpoint breakpoint_number. Use the
bl
command to get a list of all breakpoints and their corresponding
bl
cont
Continue simulating the program from the current
ip
value. Most commonly used after the simulator stops at a
dj
 [address]
Jump the Data Window display to the specified address. If no address is given, the window display changes to the
previous location, providing a handy way to swap the display between two different parts of memory. See “Data
Window Commands” on page 5-5.
db
 [count]
Move the Data Window backward count lines or one windowful if no count is given. See “Data Window Com-
mands” on page 5-5.
dbndl
Display the Data Window contents as instruction bundles. See “Data Window Commands” on page 5-5.
dbs
address length
 [r|w|rw]
Set data breakpoint covering the memory area of length bytes starting at address. See “Setting Data Breakpoints” on
page 8-7.
dbD
dbd breakpoint_number
Delete data breakpoint breakpoint_number. Use the
dbl
command to get a list of all breakpoints and their corre-
dbl
dd
starting_address ending_address [filename]
Dump memory contents to the screen or to the file given by filename. The range dumped is between starting_address
and ending_address inclusive. The dump is formatted as hexadecimal. See “Data Window Commands” on page 5-5.