diff options
author | Pedro Alves <palves@redhat.com> | 2008-03-14 15:46:32 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-03-14 15:46:32 +0000 |
commit | ff9b3928e9fab5ea4de31101179059c4b91ad9d8 (patch) | |
tree | 0b875f545a35ea43aabe3448d80536edf362a9be /gdb/ChangeLog | |
parent | b18392efbed6c18ecb7430dee65308e96e35cbf7 (diff) | |
download | gdb-ff9b3928e9fab5ea4de31101179059c4b91ad9d8.zip gdb-ff9b3928e9fab5ea4de31101179059c4b91ad9d8.tar.gz gdb-ff9b3928e9fab5ea4de31101179059c4b91ad9d8.tar.bz2 |
* top.c (execute_command): Disable break and stop
commands in async mode.
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 b444fb6..d02d4a9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2008-03-14 Pedro Alves <pedro@codesourcery.com> + * top.c (execute_command): Disable break and stop + commands in async mode. + +2008-03-14 Pedro Alves <pedro@codesourcery.com> + revert: 2008-03-14 Pedro Alves <pedro@codesourcery.com> * inf-loop.c (inferior_event_handler): Don't include remote.h. |