Ignore data sharing events in the named file.
idb sharing filter add file filename
filename |
The name of the file 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 in the named file.
In the following example, the debugger ignores the races that resulted from the instructions in the file test.c.
(idb) idb sharing filter add file test.c (idb) idb sharing filter list 1 File 'test.c' [0x80489a8 - 0x8048d87] State: enabled (idb)
Copyright © 1996-2010, Intel Corporation. All rights reserved.