From owner-cvs-all Wed Jan 10 10:15:48 2001 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 D723A37B69B; Wed, 10 Jan 2001 10:15:25 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AIFPp10604; Wed, 10 Jan 2001 10:15:25 -0800 (PST) (envelope-from jake) Message-Id: <200101101815.f0AIFPp10604@freefall.freebsd.org> From: Jake Burkholder Date: Wed, 10 Jan 2001 10:15:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2001/01/10 10:15:25 PST Modified files: gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c Log: - Add #defines for the symbol names of the kernel interrupt, system call and trap entry points so they're easy to find and change - Use the cpuhead and allcpu list to locate globaldata for the current cpu, rather than SMP_prvspace or __globaldata - Use offsets into struct globaldata directly to find per-cpu variables, rather than symbols in globals.o Glanced at by: peter Revision Changes Path 1.22 +48 -30 src/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message