From owner-cvs-all Tue Jul 10 20:28:30 2001 Delivered-To: cvs-all@freebsd.org Received: from bsdhome.dyndns.org (unknown [24.25.2.193]) by hub.freebsd.org (Postfix) with ESMTP id 3D75337B401; Tue, 10 Jul 2001 20:28:26 -0700 (PDT) (envelope-from bsd@bsdhome.com) Received: from neutrino.bsdhome.com (jupiterx [192.168.220.13]) by bsdhome.dyndns.org (8.11.4/8.11.3) with ESMTP id f6B3SNY32088; Tue, 10 Jul 2001 23:28:24 -0400 (EDT) (envelope-from bsd@bsdhome.com) Received: (from bsd@localhost) by neutrino.bsdhome.com (8.11.4/8.11.4) id f6B3SIJ35176; Tue, 10 Jul 2001 23:28:18 -0400 (EDT) (envelope-from bsd) Date: Tue, 10 Jul 2001 23:28:18 -0400 From: Brian Dean To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha db_trace.c src/sys/ddb db_command.c db_watch.c ddb.h src/sys/i386/i386 db_trace.c machdep.c src/sys/ia64/ia64 db_trace.c Message-ID: <20010710232818.E31249@neutrino.bsdhome.com> References: <200107110315.f6B3FPw84670@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200107110315.f6B3FPw84670@freefall.freebsd.org>; from bsd@FreeBSD.org on Tue, Jul 10, 2001 at 08:15:25PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jul 10, 2001 at 08:15:25PM -0700, Brian S. Dean wrote: > bsd 2001/07/10 20:15:25 PDT > > Modified files: > sys/alpha/alpha db_trace.c > sys/ddb db_command.c db_watch.c ddb.h > sys/i386/i386 db_trace.c machdep.c > sys/ia64/ia64 db_trace.c > Log: > Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and > 'dwatch'. The new commands install hardware watchpoints if supported > by the architecture and if there are enough registers to cover the > desired memory area. The alpha and ia64 changes just install a few stub routines so that the kernel still links. I test built this on beast and it built Ok. I don't have access to an ia64 box to do a test build on. Hopefully I did not break anything. Unfortunately, I wasn't sure where to put the stubs on powerpc, but Benno said he would take care of adding them (Thanks Benno!). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message