aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-03-14 07:59:32 +0000
committerPedro Alves <palves@redhat.com>2008-03-14 07:59:32 +0000
commit0b4e556cc755b45b35d5a50e905bebc707246d19 (patch)
tree36aacbb36ee7dfd8d2a95473513ef3c5b20bbc7a /gdb/ChangeLog
parentbe3e620119165a017266af64ae310cd6343a370a (diff)
downloadgdb-0b4e556cc755b45b35d5a50e905bebc707246d19.zip
gdb-0b4e556cc755b45b35d5a50e905bebc707246d19.tar.gz
gdb-0b4e556cc755b45b35d5a50e905bebc707246d19.tar.bz2
* top.c (execute_command): Enable break, info and interrupt
commands in async mode.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7a8eb95..3f7b0a8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-14 Pedro Alves <pedro@codesourcery.com>
+
+ * top.c (execute_command): Enable break, info and interrupt
+ commands in async mode.
+
2008-03-13 Vladimir Prus <vladimir@codesourcery.com>
Daniel Jacobowitz <dan@codesourcery.com>