IA32 hardware debug register calculator
This commit is contained in:
parent
5f21264728
commit
cd6b168ee2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44514
@ -90,6 +90,7 @@
|
||||
SUBDIR += cvsweb
|
||||
SUBDIR += cweb
|
||||
SUBDIR += cxref
|
||||
SUBDIR += dbregc
|
||||
SUBDIR += ddd
|
||||
SUBDIR += devtodo
|
||||
SUBDIR += dia2code
|
||||
|
19
devel/dbregc/Makefile
Normal file
19
devel/dbregc/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# New ports collection makefile for: dbregc
|
||||
# Date created: 27 June, 2001
|
||||
# Whom: Brian Dean <bsd@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dbregc
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= bsd
|
||||
|
||||
MAINTAINER= bsd@FreeBSD.org
|
||||
|
||||
MAN1= dbregc.1
|
||||
MANCOMPRESSED= no
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/dbregc/distinfo
Normal file
1
devel/dbregc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dbregc-1.0.0.tar.gz) = a3db0f6295933f09125a0e9fd5cec20a
|
1
devel/dbregc/pkg-comment
Normal file
1
devel/dbregc/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
IA32 hardware debug register calculator
|
3
devel/dbregc/pkg-descr
Normal file
3
devel/dbregc/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
DBREGC accepts breakpoint specifications on the command line and
|
||||
prints out the corresponding IA32 hardware debug register values in a
|
||||
format usful for kernel debugging with ddb.
|
1
devel/dbregc/pkg-plist
Normal file
1
devel/dbregc/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/dbregc
|
Loading…
Reference in New Issue
Block a user