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
bs [address]
Set breakpoint at the location specified by the current value of ip or at the specified address.
bD
Delete all breakpoints. See “Deleting Program Breakpoints” on page
bd breakpoint_number
Delete breakpoint breakpoint_number. Use the bl command to get a list of all breakpoints and their corresponding numbers. See “Deleting Program Breakpoints” on page
bl
Display a list of current breakpoints. See “Listing Program Breakpoints” on page
cont
Continue simulating the program from the current ip value. Most commonly used after the simulator stops at a breakpoint. See “Program Execution” on page
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
db [count]
Move the Data Window backward count lines or one windowful if no count is given. See “Data Window Com- mands” on page
dbndl
Display the Data Window contents as instruction bundles. See “Data Window Commands” on page
dbs address length [rwrw]
Set data breakpoint covering the memory area of length bytes starting at address. See “Setting Data Breakpoints” on page
dbD
Delete all data breakpoints. See “Deleting Program Breakpoints” on page
dbd breakpoint_number
Delete data breakpoint breakpoint_number. Use the dbl command to get a list of all breakpoints and their corre- sponding numbers. See “Deleting Program Breakpoints” on page
dbl
Display a list of current data breakpoints. See “Listing Program Breakpoints” on page
ddstarting_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
Copyright © 2000 |