Debug Manual

Table Of Contents
Debug Command Overview
Debug Manual421921-003
3-6
Miscellaneous Commands
Miscellaneous Commands
Miscellaneous Debug commands are listed in Table 3-6.
Multiple Commands on a Line
Debug allows multiple commands on a line, each separated by a semicolon (;). This
feature allows you to enter very sophisticated and powerful command lines while
debugging.
Command Structure
Most of the Debug commands have one function and one syntax definition. However,
the A, B, BM, D, and M commands have more than one function. For these
commands, each function has its own definition and its own syntax.
For example, the B command has five functions: set unconditional code breakpoint, set
conditional code breakpoint, set trace code breakpoint, set execute code breakpoint,
and display code and memory-access breakpoints. Although all of these functions deal
with setting breakpoints, each function has a unique description and a unique syntax.
PRV Privileged Enables or disables the use of privileged commands.
V Vector Allows access to other address spaces.
VQA Vector Sets the current selectable data segment to the specified
absolute segment numbe
r.
Table 3-6. Process Control Commands
Command Meaning Description
FC Fix
command
Fix Debug command. Allows you to edit the last Debug
command that you entered.
EX[IT] Exit Exits the Debug session.
H[ELP] Help Displays requested help information about a Debug command,
variable, or all help topics.
INSPECT Run
Inspect
Switches to the Inspect debugger.
P[AUSE] Pause Pauses (suspends) the process for a specified time.
R Resume Resumes program execution (leaves the debug state).
S[TOP] Stop Stops process execution.
Table 3-5. Privileged Commands (page 2 of 2)
Command Meaning Description