projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7aefa4
)
2012-07-19 Pedro Alves <palves@redhat.com>
author
Pedro Alves
<palves@redhat.com>
Thu, 19 Jul 2012 17:53:00 +0000
(17:53 +0000)
committer
Pedro 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
patch
|
blob
|
history
gdb/record.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 0032aac3eca52c54ceb97fb464f512910370f48e..60810d1c548b6a2fd559001767ab84fb443161e6 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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
diff --git
a/gdb/record.c
b/gdb/record.c
index ec42aac9d1d43dc3bd9d3dc90ed342c9e86fecac..e1a612102aafceea20b3fc3e91017338fbec3179 100644
(file)
--- a/
gdb/record.c
+++ b/
gdb/record.c
@@
-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);
}