diff options
author | pst <pst@FreeBSD.org> | 1996-08-27 19:45:58 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-08-27 19:45:58 +0000 |
commit | 17e45781b1f9509793bb2e719c366f1ab9e47385 (patch) | |
tree | 76982da048587d3d1d2cf24c80a398f8829d3224 /sys/conf | |
parent | 694862e163e556e390b626fa5d5c14ba68fc1e92 (diff) | |
download | FreeBSD-src-17e45781b1f9509793bb2e719c366f1ab9e47385.zip FreeBSD-src-17e45781b1f9509793bb2e719c366f1ab9e47385.tar.gz |
Support for GDB remote debug protocol.
Sponsored by: Juniper Networks, Inc. <pst@jnx.com>
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 9b21743..090296c 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.137 1996/07/05 18:49:01 jhay Exp $ +# $Id: files.i386,v 1.138 1996/07/08 19:44:30 wollman Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \ @@ -40,6 +40,7 @@ i386/i386/cons.c standard i386/i386/db_disasm.c optional ddb i386/i386/db_interface.c optional ddb i386/i386/db_trace.c optional ddb +i386/i386/i386-gdbstub.c optional ddb i386/i386/exception.s standard i386/i386/identcpu.c standard i386/i386/in_cksum.c optional inet |