This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Remove target_pid_or_tid_to_str.


> From: Vladimir Prus <vladimir@codesourcery.com>
> Date: Fri, 14 Dec 2007 20:07:58 +0300
> 
> This macros has added in 1999 and used by
> config/pa/nm-hppah.h. The latter file was itself
> deleted in 2004, so now target_pid_or_tid_to_str
> is always the same as target_pid_to_str.
> 
> OK?

Sure.

> - Volodya
> 
> 	* gdb/target.h (target_pid_or_tid_to_str): Remove.
> 	* gdb/infrun.c (handle_inferior_event):
> 	Use target_pid_to_str instead of target_pid_or_tid_to_str.
> 	(normal_stop): Likewise.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]