2010-03-04 Hui Zhu <teawater@gmail.com>
authorHui Zhu <teawater@gmail.com>
Thu, 4 Mar 2010 07:53:20 +0000 (07:53 +0000)
committerHui Zhu <teawater@gmail.com>
Thu, 4 Mar 2010 07:53:20 +0000 (07:53 +0000)
* i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".

gdb/ChangeLog
gdb/i386-tdep.c

index 8a2361c..27a749d 100644 (file)
@@ -1,3 +1,7 @@
+2010-03-04  Hui Zhu  <teawater@gmail.com>
+
+       * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
+
 2010-03-03  Pedro Alves  <pedro@codesourcery.com>
 
        * utils.c (fputs_maybe_filtered): Always disable pagination if the
index 208ed2c..05afa56 100644 (file)
@@ -5388,7 +5388,7 @@ i386_process_record (struct gdbarch *gdbarch, struct regcache *regcache,
                    return -1;
                  if (record_arch_list_add_mem (tmpu64, 2))
                    return -1;
-                 addr += 2;
+                 tmpu64 += 2;
                   if (ir.regmap[X86_RECORD_R8_REGNUM])
                     {
                       if (record_arch_list_add_mem (tmpu64, 8))