stop pc (idb mode only)

Set a breakpoint when PC equals a specific address.

Syntax

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

Parameters

address

An address.

ID

A thread ID.

cond

A conditional expression.

commands

A list of debugger commands.

Description

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.

See Also


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.