Ignore data sharing events in an address range.
idb sharing filter add range start_address, end_address
start_address |
The address at the start of the memory range. |
end_address |
The address at the end of the memory range. |
This command tells the debugger to ignore data sharing events in the address range you specify.
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)
Copyright © 2001-2011, Intel Corporation. All rights reserved.