It can be useful to prevent the debugger from detecting particular thread data sharing events, such as when the event displayed is a false positive result. You can filter the thread data sharing analysis for different access types and exclude them from further detection.
To exclude data sharing events from further detection:
Command | Description |
---|---|
idb sharing filter add file filename | Ignores data sharing events in the named file. |
idb sharing filter add function function_name | Ignores data sharing events in the named function. |
idb sharing filter add range start_address, end_address | Ignores data sharing events in the address range you specify. |
idb sharing filter add variable variable [, size] | Ignores data sharing events on the specified variable. |
The Intel® Debugger will ignore any further access from the selected type and not detect data sharing events for it.
Copyright © 1996-2010, Intel Corporation. All rights reserved.