freebsd-skq/gnu/usr.bin
Attilio Rao 7f08176ee8 Add the ability for GDB to printout the thread name along with other
thread specific informations.

In order to do that, and in order to avoid KBI breakage with existing
infrastructure the following semantic is implemented:
- For live programs, a new member to the PT_LWPINFO is added (pl_tdname)
- For cores, a new ELF note is added (NT_THRMISC) that can be used for
  storing thread specific, miscellaneous, informations. Right now it is
  just popluated with a thread name.

GDB, then, retrieves the correct informations from the corefile via the
BFD interface, as it groks the ELF notes and create appropriate
pseudo-sections.

Sponsored by:	Sandvine Incorporated
Tested by:	gianni
Discussed with:	dim, kan, kib
MFC after:	2 weeks
2010-11-22 14:42:13 +00:00
..
binutils Let gcc and ld know where to find 32 bit libraries on amd64. 2010-11-17 19:54:01 +00:00
cc Let gcc and ld know where to find 32 bit libraries on amd64. 2010-11-17 19:54:01 +00:00
cvs Fix buildworld -DNO_CLEAN when using with Perforce, which marks files as 2010-08-12 20:46:49 +00:00
dialog Mention the radiolist option in the man page. It is being listed when 2010-07-06 18:06:10 +00:00
diff
diff3
dtc Sanitize CFLAGS and add WARNS?=2. The hardcoding of -Os -fPIC 2010-07-15 02:22:50 +00:00
gdb Add the ability for GDB to printout the thread name along with other 2010-11-22 14:42:13 +00:00
gperf
grep
groff Add FreeBSD 8.2. 2010-10-14 14:48:11 +00:00
man
patch
rcs
sdiff
send-pr
sort
texinfo
Makefile Retire GNU man in favor of the newly written BSDL version. 2010-10-03 22:24:14 +00:00
Makefile.inc