diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-08-19 12:49:19 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-08-19 12:49:19 +0000 |
commit | 073120b913e2614f309c5b6d0c313308ed2b4c82 (patch) | |
tree | e09ff154a3adc12442cd75481a49f3079060be20 /gdb/ChangeLog | |
parent | aeac0ff9c2b0734cd9b0ce4ee0af9e9169c8dc6b (diff) | |
download | gdb-073120b913e2614f309c5b6d0c313308ed2b4c82.zip gdb-073120b913e2614f309c5b6d0c313308ed2b4c82.tar.gz gdb-073120b913e2614f309c5b6d0c313308ed2b4c82.tar.bz2 |
* target.c (maybe_kill_then_attach)
(maybe_kill_then_create_inferior): Remove.
(update_current_target): Do not default to_attach,
to_create_inferiour, to_is_async_p.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0eb48b3..1e3d82b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2008-08-19 Vladimir Prus <vladimir@codesourcery.com> + + * target.c (maybe_kill_then_attach) + (maybe_kill_then_create_inferior): Remove. + (update_current_target): Do not default to_attach, + to_create_inferiour, to_is_async_p. + 2008-08-19 Paul N. Hilfinger <hilfinger@adacore.com> Changes for supporting boolean types in debugging data. |