diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2006-09-04 10:12:30 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2006-09-04 10:12:30 +0000 |
commit | 52cd653be25cd656b60fc1c6ec1454cc87fa0006 (patch) | |
tree | edf28855af8b0ec6876ad07ede408aaeca826fdb | |
parent | 39882e987ed506db43704119136e8065d8640b05 (diff) | |
download | fsf-binutils-gdb-52cd653be25cd656b60fc1c6ec1454cc87fa0006.zip fsf-binutils-gdb-52cd653be25cd656b60fc1c6ec1454cc87fa0006.tar.gz fsf-binutils-gdb-52cd653be25cd656b60fc1c6ec1454cc87fa0006.tar.bz2 |
*** empty log message ***
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 58ed426..8b9b68a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,7 +1,19 @@ 2006-09-04 Nick Roberts <nickrob@snap.net.nz> + * 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 <nickrob@snap.net.nz> + * 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. |