This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/10783] search_simple_memory miscalculates its read address for multiple search chunks


------- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]