mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* 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.
This commit is contained in:
@@ -439,7 +439,7 @@ delete_fork_command (char *args, int from_tty)
|
||||
error (_("Please switch to another fork/checkpoint before deleting the current one"));
|
||||
|
||||
if (ptrace (PTRACE_KILL, PIDGET (ptid), 0, 0))
|
||||
error (_("Unable to kill pid %s"), target_tid_to_str (ptid));
|
||||
error (_("Unable to kill pid %s"), target_pid_to_str (ptid));
|
||||
|
||||
if (from_tty)
|
||||
printf_filtered (_("Killed %s\n"), target_pid_to_str (ptid));
|
||||
|
||||
Reference in New Issue
Block a user