]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2012-07-19 Pedro Alves <palves@redhat.com>
authorPedro Alves <palves@redhat.com>
Thu, 19 Jul 2012 17:53:00 +0000 (17:53 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 19 Jul 2012 17:53:00 +0000 (17:53 +0000)
* record.c (record_resume): Ask the target beneath to report all
signals.

gdb/ChangeLog
gdb/record.c

index 0032aac3eca52c54ceb97fb464f512910370f48e..60810d1c548b6a2fd559001767ab84fb443161e6 100644 (file)
@@ -1,3 +1,8 @@
+2012-07-19  Pedro Alves  <palves@redhat.com>
+
+       * record.c (record_resume): Ask the target beneath to report all
+       signals.
+
 2012-07-19  Doug Evans  <dje@google.com>
 
        * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
index ec42aac9d1d43dc3bd9d3dc90ed342c9e86fecac..e1a612102aafceea20b3fc3e91017338fbec3179 100644 (file)
@@ -1104,6 +1104,9 @@ record_resume (struct target_ops *ops, ptid_t ptid, int step,
             }
         }
 
+      /* Make sure the target beneath reports all signals.  */
+      target_pass_signals (0, NULL);
+
       record_beneath_to_resume (record_beneath_to_resume_ops,
                                 ptid, step, signal);
     }