Set a breakpoint when PC equals a specific address.
stop [quiet] pc address [thread ID {,...}][if cond] [commands]
address |
An address. |
ID |
A thread ID. |
cond |
A conditional expression. |
commands |
A list of debugger commands. |
This command sets a breakpoint that stops program execution when PC equals an address that you specify.
To suppress status reporting messages when the debugger hits a breakpoint, specify quiet.
To set a breakpoint such that the debugger stops when it hits one or more specific threads, specify thread and one or more comma-separated thread IDs.
To set a breakpoint based on a conditional expression, specify if cond.
To run one or more commands upon hitting a breakpoint, specify commands.
Copyright © 1996-2010, Intel Corporation. All rights reserved.