diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-05-05 20:08:45 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-05-05 20:08:45 +0000 |
commit | 597320e75bbd31d67bdd1a460577a5e8b519a048 (patch) | |
tree | 4c9623cb232b4865817e6a1290d03d0bb34e3d37 /gdb/ChangeLog | |
parent | 1f3c39b9e611c663b15240fb09f738b5bee12c21 (diff) | |
download | gdb-597320e75bbd31d67bdd1a460577a5e8b519a048.zip gdb-597320e75bbd31d67bdd1a460577a5e8b519a048.tar.gz gdb-597320e75bbd31d67bdd1a460577a5e8b519a048.tar.bz2 |
* remote.c (remote_disconnect): Add TARGET argument.
* target.c (debug_to_disconnect): Delete.
(update_current_target): Do not inherit to_disconnect.
(target_disconnect): Search for a target to implement to_disconnect.
(setup_target_debug): Do not reference to_disconnect.
* target.h (struct target_ops): Add target argument to
to_disconnect.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7b146df..f3b1b23 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2006-05-05 Daniel Jacobowitz <dan@codesourcery.com> + + * remote.c (remote_disconnect): Add TARGET argument. + * target.c (debug_to_disconnect): Delete. + (update_current_target): Do not inherit to_disconnect. + (target_disconnect): Search for a target to implement to_disconnect. + (setup_target_debug): Do not reference to_disconnect. + * target.h (struct target_ops): Add target argument to + to_disconnect. + 2006-05-06 Fred Fish <fnf@specifix.com> * mips-tdep.c (mips_o64_push_dummy_call): Left shift big endian |