This is the mail archive of the gdb-patches@sourceware.cygnus.com 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]

moving target_pid_to_str into the target vector.


This is a heads-up: I plan to change the macro "target_pid_to_str"
into a target vector method, allowing the same sort of inheritance
and overriding as the other target vector methods.  This will be
of especial use to architectures that may have more than one
possible representation of threads (such as solaris, maybe hpux).

Native target files that I will touch in making this change
include the following (if I've left any out, please let me know):

	inftarg.c
	gnu-nat.c
	hppah-nat.c and infttrace.c
	sol-thread.c
	procfs.c
	linux-thread.c
	win32-nat.c
	lynx-nat.c

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