From 52cd653be25cd656b60fc1c6ec1454cc87fa0006 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Mon, 4 Sep 2006 10:12:30 +0000 Subject: [PATCH] *** empty log message *** --- gdb/ChangeLog | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 58ed426fab5..8b9b68a4f9b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,7 +1,19 @@ +2006-09-04 Nick Roberts + + * mi/mi-main.c (captured_mi_execute_command): Give + current_command_token a value. + + * exec.c (standard_async): Make it a no-op. + (async_file_handler): Move to to inf-ptrace.c. + (init_exec_ops): Move async_terminal target methods to... + + * inf-ptrace.c (inf_ptrace_target): ...here. Add async methods. + (inf_ptrace_async): New function (was old standard_async). + 2006-09-04 Nick Roberts * linux-nat.c (linux_nat_wait): Add inferior to LWP list for - async too and includ lwp no in return value. + async too and include lwp no in return value. * testsuite/gdb.mi/mi-async.exp: New file. Test asynchronous Machine Interface (MI) operations. -- 2.47.2