Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2001 23:28:18 -0400
From:      Brian Dean <bsd@bsdhome.com>
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>
In-Reply-To: <200107110315.f6B3FPw84670@freefall.freebsd.org>; from bsd@FreeBSD.org on Tue, Jul 10, 2001 at 08:15:25PM -0700
References:  <200107110315.f6B3FPw84670@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010710232818.E31249>