idb sharing filter add variable (gdb mode only)

Ignore data sharing events on the specified variable.

Syntax

idb sharing filter add variable variable [, size]

Parameters

variable

A variable that you want to exempt from data sharing event detection.

size

The size of a range of bytes, starting at variable, whose sharing events you want to ignore.

Description

This command tells the debugger to ignore data sharing events on the specified variable.

If you specify size, the debugger ignores data sharing events on size bytes starting at variable. Otherwise, the debugger uses the size of variable. For example:

Example

(idb) idb sharing filter add variable *(struct X*)0xabcdabcd

See Also


Submit feedback on this help topic

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