diff options
author | Pedro Alves <palves@redhat.com> | 2008-03-14 08:01:28 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-03-14 08:01:28 +0000 |
commit | 0aca9f07fab431ae87a9766241d4a15b22e56ed7 (patch) | |
tree | 0cb2c3f7d4c3e33598ab76d74d8cd5fac171e2a7 /gdb/ChangeLog | |
parent | 0b4e556cc755b45b35d5a50e905bebc707246d19 (diff) | |
download | gdb-0aca9f07fab431ae87a9766241d4a15b22e56ed7.zip gdb-0aca9f07fab431ae87a9766241d4a15b22e56ed7.tar.gz gdb-0aca9f07fab431ae87a9766241d4a15b22e56ed7.tar.bz2 |
* inf-loop.c (inferior_event_handler): Don't include remote.h.
Call target_stop in the INF_QUIT_REQ case.
* Makefile.in (inf-loop.o): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3f7b0a8..ffa3909 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2008-03-14 Pedro Alves <pedro@codesourcery.com> + * inf-loop.c (inferior_event_handler): Don't include remote.h. + Call target_stop in the INF_QUIT_REQ case. + * Makefile.in (inf-loop.o): Update. + +2008-03-14 Pedro Alves <pedro@codesourcery.com> + * top.c (execute_command): Enable break, info and interrupt commands in async mode. |