Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/gdbscripts Pull up revision 1.1 (new, requested by ...



details:   https://anonhg.NetBSD.org/src/rev/22699c9aa575
branches:  netbsd-1-6
changeset: 529560:22699c9aa575
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 30 13:06:15 2002 +0000

description:
Pull up revision 1.1 (new, requested by thorpej in ticket #756):
  Build a .gdbinit in the kernel build directory.  The new
  .gdbinit will source all of the system-provided gdb scripts
  in sys/gdbscripts, as well as any files specified by the
  user in the GDBINIT make variable.

diffstat:

 sys/gdbscripts/Makefile.inc |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (7 lines):

diff -r a876558d7f49 -r 22699c9aa575 sys/gdbscripts/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/gdbscripts/Makefile.inc       Sat Nov 30 13:06:15 2002 +0000
@@ -0,0 +1,3 @@
+#      $NetBSD: Makefile.inc,v 1.1.6.2 2002/11/30 13:06:15 he Exp $
+
+SYS_GDBINIT=   bdump kdump msgbuf pgrpdump stats vchain vdump xps



Home | Main Index | Thread Index | Old Index