Date: Mon, 27 Dec 2010 12:39:24 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/binutils/bfd elf-bfd.h elf.c src/contrib/binutils/binutils readelf.c src/contrib/binutils/include/elf common.h src/contrib/file readelf.h src/contrib/gdb/gdb fbsd-proc.c src/gnu/usr.bin/gdb/libgdb fbsd-threads.c ... Message-ID: <201012271241.oBRCfntc088479@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
attilio 2010-12-27 12:39:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) contrib/binutils/bfd elf-bfd.h 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_process.c sys/sys elf_common.h procfs.h ptrace.h usr.bin/gcore elfcore.c Log: SVN rev 216734 on 2010-12-27 12:39:24Z by attilio 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 Revision Changes Path 1.1.1.11.30.1 +2 -0 src/contrib/binutils/bfd/elf-bfd.h 1.19.30.2 +38 -0 src/contrib/binutils/bfd/elf.c 1.1.1.13.30.1 +1 -0 src/contrib/binutils/binutils/readelf.c 1.1.1.13.30.1 +1 -0 src/contrib/binutils/include/elf/common.h 1.2.2.1 +1 -0 src/contrib/file/readelf.h 1.1.1.1.30.1 +5 -0 src/contrib/gdb/gdb/fbsd-proc.c 1.18.2.3 +44 -3 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c 1.9.2.7 +5 -0 src/sys/compat/freebsd32/freebsd32.h 1.197.2.8 +10 -0 src/sys/kern/imgact_elf.c 1.155.2.9 +3 -0 src/sys/kern/sys_process.c 1.31.2.6 +1 -0 src/sys/sys/elf_common.h 1.7.2.2 +7 -0 src/sys/sys/procfs.h 1.28.10.6 +2 -0 src/sys/sys/ptrace.h 1.20.2.5 +11 -0 src/usr.bin/gcore/elfcore.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012271241.oBRCfntc088479>