From 54ba13f733396d107167bf89afd43db66bebe779 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 5 Feb 2009 18:54:50 +0000 Subject: * target.h (target_tid_to_str): Delete. * thread.c (print_thread_info, thread_apply_all_command) (thread_apply_command, thread_command, do_captured_thread_select): Use target_pid_to_str instead of target_tid_to_str. * linux-fork.c (delete_fork_command): Likewise. --- gdb/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 94adead..7b020b1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2009-02-05 Pedro Alves + * target.h (target_tid_to_str): Delete. + * thread.c (print_thread_info, thread_apply_all_command) + (thread_apply_command, thread_command, do_captured_thread_select): + Use target_pid_to_str instead of target_tid_to_str. + * linux-fork.c (delete_fork_command): Likewise. + +2009-02-05 Pedro Alves + * frame.c (has_stack_frames): Make public. (get_prev_frame): Don't allow a NULL this_frame anymore. * frame.h (has_stack_frames): Declare. -- cgit v1.1