Ignore data sharing events in the named function.
idb sharing filter add function function_name
function_name |
The name of the function whose sharing events you want to ignore. |
This command tells the debugger to ignore data sharing events in the named function.
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)
Copyright © 2001-2011, Intel Corporation. All rights reserved.