]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r215679:
authorattilio <attilio@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 27 Dec 2010 12:39:24 +0000 (12:39 +0000)
committerattilio <attilio@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 27 Dec 2010 12:39:24 +0000 (12:39 +0000)
commit6dc305a316d9c7a3613978fa58c93c0b774eb18c
tree31f0b3cbe1e8a7c65e9843c1b9be2c640bf8aa57
parent4ff67e7afc5753d11bf816a36133762ffcd3600f
MFC r215679:
Add the ability for GDB to printout the thread name along with other thread
specific informations.
In order to achieve that, for both on-line debugging and core analysis,
a new member to PT_LWPINFO ptrace(2) interface is added and a new
ELF note (NT_THRMISC) as well.

Sponsored by: Sandvine Incorporated

git-svn-id: svn://svn.freebsd.org/base/stable/8@216734 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
14 files changed:
contrib/binutils/bfd/elf-bfd.h
contrib/binutils/bfd/elf.c
contrib/binutils/binutils/readelf.c
contrib/binutils/include/elf/common.h
contrib/file/readelf.h
contrib/gdb/gdb/fbsd-proc.c
gnu/usr.bin/gdb/libgdb/fbsd-threads.c
sys/compat/freebsd32/freebsd32.h
sys/kern/imgact_elf.c
sys/kern/sys_process.c
sys/sys/elf_common.h
sys/sys/procfs.h
sys/sys/ptrace.h
usr.bin/gcore/elfcore.c