stop unaligned (idb mode only)

Set a breakpoint on unaligned accesses.

Syntax

stop [quiet] unaligned [thread ID {,...}][if cond] [commands]

Parameters

ID

A thread ID.

cond

A conditional expression.

commands

A list of debugger commands.

Description

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.

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.