idb sharing filter add file (gdb mode only)

Ignore data sharing events in the named file.

Syntax

idb sharing filter add file filename

Parameters

filename

The name of the file whose sharing events you want to ignore.

Description

This command tells the debugger to ignore data sharing events in the named file.

Example

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) 

See Also


Submit feedback on this help topic

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