From owner-cvs-src-old@FreeBSD.ORG Sat Dec 19 19:30:42 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 921D41065703 for ; Sat, 19 Dec 2009 19:30:42 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7FFB58FC1B for ; Sat, 19 Dec 2009 19:30:42 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBJJUgQp036126 for ; Sat, 19 Dec 2009 19:30:42 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBJJUgMO036125 for cvs-src-old@freebsd.org; Sat, 19 Dec 2009 19:30:42 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <200912191930.nBJJUgMO036125@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Sat, 19 Dec 2009 19:30:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/gcore Makefile elfcore.c gcore.1 gcore.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2009 19:30:42 -0000 attilio 2009-12-19 19:30:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/gcore Makefile elfcore.c gcore.1 gcore.c Log: SVN rev 200737 on 2009-12-19 19:30:27Z by attilio MFC r199805: Change gcore in order to get rid of the procfs support and use FreeBSD's specific interfaces. Main changes: - now gcore recognizes threads within the the process and handle dumps on a thread scope - the process to be analyzed should be stopped while gcore runs - gcore may not work with processes that are being debugged with gdb or truss - ptrace may let interruptible calls to return EINTR, thus dirtying signals handling within the process Sponsored by: Sandvine Incorporated Revision Changes Path 1.9.22.2 +1 -0 src/usr.bin/gcore/Makefile 1.20.2.3 +164 -181 src/usr.bin/gcore/elfcore.c 1.15.30.2 +10 -14 src/usr.bin/gcore/gcore.1 1.31.30.2 +12 -5 src/usr.bin/gcore/gcore.c