From owner-cvs-all Fri Aug 25 22:13:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 954FC37B43C; Fri, 25 Aug 2000 22:13:30 -0700 (PDT) Received: (from jwd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA65917; Fri, 25 Aug 2000 22:13:30 -0700 (PDT) (envelope-from jwd@FreeBSD.org) Message-Id: <200008260513.WAA65917@freefall.freebsd.org> From: "John W. De Boskey" Date: Fri, 25 Aug 2000 22:13:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf rtld.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jwd 2000/08/25 22:13:30 PDT Modified files: libexec/rtld-elf rtld.c Log: Pass two pointer parameters to the r_debug_state() hook function, thus allowing a debugger or other trace tool to easily grab the addresses of the needed structures off the stack. This change is transparent to gdb, which locates the link_map list and transfers it to debugger memory for comparison purposes. A sample program will be committed showing how this can be used. Reviewed by: John Polstra Revision Changes Path 1.48 +19 -9 src/libexec/rtld-elf/rtld.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message