idb sharing filter add function (gdb mode only)

Ignore data sharing events in the named function.

Syntax

idb sharing filter add function function_name

Parameters

function_name

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

Description

This command does not apply to Mac OS* X.

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

Example

In the following example, the debugger ignores the races that resulted from the instructions in the function main.

(idb)  idb sharing filter add function main
(idb)  idb sharing filter list
1 Function '/site/test/ds2'::'/site/test/ds2.c'::main [0x8048a1c - 0x8048d87] State: enabled
(idb) 

See Also


Submit feedback on this help topic

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