idb sharing filter add range (gdb mode only)

Ignore data sharing events in an address range.

Syntax

idb sharing filter add range start_address, end_address

Parameters

start_address

The address at the start of the memory range.

end_address

The address at the end of the memory range.

Description

This command does not apply to Mac OS* X.

This command tells the debugger to ignore data sharing events in the address range you specify.

Example

The following example creates a filter that suppresses the detections when execution is at the first 16 bytes of the function foo.

(idb)  idb sharing filter add range foo, foo+15
(idb)  idb sharing filter list
1 Code range '/site/test/ds2'::'/site/test/ds2.c'::foo - foo + 15 [0x80489a8 - 0x80489b6] State: enabled
(idb) 

See Also


Submit feedback on this help topic

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