diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2013-06-04 15:12:52 +0000 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2013-06-04 15:12:52 +0000 |
commit | 5e1b953b8c0c8bad6c73e144776d859273e31a77 (patch) | |
tree | 8b73be55a493090e146a651a50d3bf3daaae089c /gdb/ChangeLog | |
parent | afacd7f34ae5f4d74b0220089c2798d332422f6a (diff) | |
download | gdb-5e1b953b8c0c8bad6c73e144776d859273e31a77.zip gdb-5e1b953b8c0c8bad6c73e144776d859273e31a77.tar.gz gdb-5e1b953b8c0c8bad6c73e144776d859273e31a77.tar.bz2 |
GDB was not restoring the signal handler before returning when a notification
was received. This patch fixes it.
2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
Pedro Alves <palves@redhat.com>
* remote.c (remote_wait_as): Restore signal handler before returning
when GDB gets a notification.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b01d65a..7a0926f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com> + + * remote.c (remote_wait_as): Restore signal handler before returning + when GDB gets a notification. + 2013-06-04 Gary Benson <gbenson@redhat.com> * breakpoint.h (handle_solib_event): Moved function declaration |