diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-18 14:46:03 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-02-19 07:48:15 -0700 |
commit | 770234d33bd301dd1893457a90e4b02cfec5c87a (patch) | |
tree | e0f91a43023a20ac814fe623f56fa055fe970567 /gdb/ChangeLog | |
parent | 09b0dc2b57ce52fc478710797dabdf46bfd5abd1 (diff) | |
download | gdb-770234d33bd301dd1893457a90e4b02cfec5c87a.zip gdb-770234d33bd301dd1893457a90e4b02cfec5c87a.tar.gz gdb-770234d33bd301dd1893457a90e4b02cfec5c87a.tar.bz2 |
convert to_pid_to_str
2014-02-19 Tom Tromey <tromey@redhat.com>
* target-delegates.c: Rebuild.
* target.c (target_pid_to_str): Unconditionally delegate.
(init_dummy_target): Don't initialize to_pid_to_str.
(default_pid_to_str): Rename from dummy_pid_to_str.
* target.h (struct target_ops) <to_pid_to_str>: Use
TARGET_DEFAULT_FUNC.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bcc47b9..2512cbc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,15 @@ 2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. + * target.c (target_pid_to_str): Unconditionally delegate. + (init_dummy_target): Don't initialize to_pid_to_str. + (default_pid_to_str): Rename from dummy_pid_to_str. + * target.h (struct target_ops) <to_pid_to_str>: Use + TARGET_DEFAULT_FUNC. + +2014-02-19 Tom Tromey <tromey@redhat.com> + + * target-delegates.c: Rebuild. * target.c (target_find_new_threads): Unconditionally delegate. * target.h (struct target_ops) <to_find_new_threads>: Use TARGET_DEFAULT_RETURN. |