diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-18 10:51:10 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-02-19 07:47:30 -0700 |
commit | 830ca33050cbad40e2d57ac9843033048e0160ca (patch) | |
tree | ea51a23bd0f480ee0e2516c142efef48f0896e70 /gdb/ChangeLog | |
parent | 825828fcf34539d98b0c10f9c33d35a9641c8018 (diff) | |
download | fsf-binutils-gdb-830ca33050cbad40e2d57ac9843033048e0160ca.zip fsf-binutils-gdb-830ca33050cbad40e2d57ac9843033048e0160ca.tar.gz fsf-binutils-gdb-830ca33050cbad40e2d57ac9843033048e0160ca.tar.bz2 |
convert to_pid_to_exec_file
2014-02-19 Tom Tromey <tromey@redhat.com>
* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_pid_to_exec_file.
* target.h (struct target_ops) <to_pid_to_exec_file>: Use
TARGET_DEFAULT_RETURN.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3a5b4d7..626ec0c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2,6 +2,14 @@ * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default + to_pid_to_exec_file. + * target.h (struct target_ops) <to_pid_to_exec_file>: Use + TARGET_DEFAULT_RETURN. + +2014-02-19 Tom Tromey <tromey@redhat.com> + + * target-delegates.c: Rebuild. + * target.c (update_current_target): Don't inherit or default to_thread_name. (target_thread_name): Unconditionally delegate. * target.h (struct target_ops) <to_thread_name>: Use |