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.


On Fri, Dec 14, 2007 at 08:07:58PM +0300, Vladimir Prus wrote:
> 
> 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?
> 
> - 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.

OK.

-- 
Daniel Jacobowitz
CodeSourcery


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