mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
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:
parent
b7aefa4d2e
commit
90f47860e1
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user