[Bug gdb/10783] search_simple_memory miscalculates its read address for multiple search chunks
pedro at codesourcery dot com
sourceware-bugzilla@sourceware.org
Thu Oct 15 15:45:00 GMT 2009
------- Additional Comments From pedro at codesourcery dot com 2009-10-15 15:45 -------
Thanks. Pasting here the example you showed on IRC:
(gdb) find /b 0xcaa6000, 0x0caa7000, 'B', 'u', 'r', 'n', 'e', 'r'
0xcaa6324 <--- this one is correct
1 pattern found.
(gdb) find /b 0xbaa6000, 0x0caa7000, 'B', 'u', 'r', 'n', 'e', 'r'
^^^^^^^^^--- lowered the start address
0xc9197d2 \
0xc91985c \_ no mention of 0xcaa6324 anymore ):
0xc91993c /
0xca98fac /
4 patterns found.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10783
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Gdb-prs
mailing list