Ignore data sharing events on the specified variable.
idb sharing filter add variable variable [, size]
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. |
This command does not apply to Mac OS* X.
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:
(idb) idb sharing filter add variable *(struct X*)0xabcdabcd
Copyright © 1996-2010, Intel Corporation. All rights reserved.