From owner-cvs-all Tue Jul 10 21: 7: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id F231937B406; Tue, 10 Jul 2001 21:07:04 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from beppo (mjacob@beppo [192.67.166.79]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f6B46oS00923; Tue, 10 Jul 2001 21:06:54 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Tue, 10 Jul 2001 21:06:50 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Brian Dean Cc: 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 In-Reply-To: <20010710232818.E31249@neutrino.bsdhome.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Thanks for doing this- this will be cool. On Tue, 10 Jul 2001, Brian Dean wrote: > 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