2012-07-19 Pedro Alves <palves@redhat.com>

* record.c (record_resume): Ask the target beneath to report all
	signals.
This commit is contained in:
Pedro Alves 2012-07-19 17:53:00 +00:00
parent b7aefa4d2e
commit 90f47860e1
2 changed files with 8 additions and 0 deletions

View 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

View 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);
}