freebsd-dev/sys/compat/freebsd32
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
..
freebsd32_ioctl.c
freebsd32_ioctl.h
freebsd32_ipc.h Move SysV IPC freebsd32 compat shims helpers from freebsd32_misc.c to 2010-03-19 11:01:51 +00:00
freebsd32_misc.c Supply some useful information to the started image using ELF aux vectors. 2010-08-17 08:55:45 +00:00
freebsd32_proto.h Regenerate 2010-06-28 18:17:21 +00:00
freebsd32_signal.h Constify source argument for siginfo_to_siginfo32(). 2010-07-04 11:43:53 +00:00
freebsd32_syscall.h Regenerate 2010-06-28 18:17:21 +00:00
freebsd32_syscalls.c Regenerate 2010-06-28 18:17:21 +00:00
freebsd32_sysent.c Regenerate 2010-06-28 18:17:21 +00:00
freebsd32_util.h Revert r210451, and the similar part of the r210431. The forward-declaration 2010-07-26 12:52:44 +00:00
freebsd32.h Add the ability for GDB to printout the thread name along with other 2010-11-22 14:42:13 +00:00
Makefile
syscalls.conf
syscalls.master Count number of threads that enter and leave dynamically registered 2010-06-28 18:06:46 +00:00