]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Tue, 5 Sep 2006 10:09:05 +0000 (10:09 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 5 Sep 2006 10:09:05 +0000 (10:09 +0000)
gdb/ChangeLog

index 8b9b68a4f9b76b3cd007197577bd7d855cdaacee..7da8515f8dba5db0c5bbbc8a414788a391606f83 100644 (file)
@@ -1,3 +1,23 @@
+2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
+
+       * PROBLEMS.async: Update.
+
+       * testsuite/gdb.mi/mi-async.exp: Add a new test for restarting
+       inferior.
+
+       * mi/mi-main.c: Replace last_async_command with
+       current_command_token.  Rename previous_async_command to
+       previous_command_token.
+       (captured_mi_execute_command): Reset current_command_token to
+       NULL when executing a CLI command.
+
+       * cli/cli-interp.c (_initialize_cli_interp): Change interpreter
+       names: console -> console-unquoted, console-quoted -> console
+       for backward compatiblity.
+
+       * async-nat-inferior.c: Remove declarations for
+       standard_is_async_p standard_can_async_p.
+
 2006-09-04  Nick Roberts  <nickrob@snap.net.nz>
 
        * mi/mi-main.c (captured_mi_execute_command): Give