diff options
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. |