From: Nick Roberts Date: Tue, 5 Sep 2006 10:09:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6aaa2910af90ff41c4cc3920a1019b64181ca954;p=thirdparty%2Fbinutils-gdb.git *** empty log message *** --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8b9b68a4f9b..7da8515f8db 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,23 @@ +2006-09-05 Nick Roberts + + * 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 * mi/mi-main.c (captured_mi_execute_command): Give