diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-17 21:33:18 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-02-19 07:45:49 -0700 |
commit | d796e1d62f3cf00c48bf8e88d3f4e83848080525 (patch) | |
tree | ba7ffcccebdf6aa9d00875d1addc5f211dbdac94 /gdb/ChangeLog | |
parent | ff214e679c60368c23e4052c9efcc7457a3a2c43 (diff) | |
download | gdb-d796e1d62f3cf00c48bf8e88d3f4e83848080525.zip gdb-d796e1d62f3cf00c48bf8e88d3f4e83848080525.tar.gz gdb-d796e1d62f3cf00c48bf8e88d3f4e83848080525.tar.bz2 |
Add target_ops argument to to_has_exited
2014-02-19 Tom Tromey <tromey@redhat.com>
* target.h (struct target_ops) <to_has_exited>: Add argument.
(target_has_exited): Add argument.
* target.c (debug_to_has_exited): Add argument.
(update_current_target): Update.
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 87f0bea..30db237 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2014-02-19 Tom Tromey <tromey@redhat.com> + * target.h (struct target_ops) <to_has_exited>: Add argument. + (target_has_exited): Add argument. + * target.c (debug_to_has_exited): Add argument. + (update_current_target): Update. + +2014-02-19 Tom Tromey <tromey@redhat.com> + * target.h (struct target_ops) <to_set_syscall_catchpoint>: Add argument. (target_set_syscall_catchpoint): Add argument. |