Set a breakpoint on unaligned accesses.
stop [quiet] unaligned [thread ID {,...}][if cond] [commands]
ID |
A thread ID. |
cond |
A conditional expression. |
commands |
A list of debugger commands. |
This command sets a breakpoint that stops the debugger when program execution encounters an unaligned access.
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 © 2001-2011, Intel Corporation. All rights reserved.