Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2008 22:20:13 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile kgdb.h kld.c kthr.c main.c trgt.c trgt_i386.c
Message-ID:  <200802252220.m1PMKDVX054794@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2008-02-25 22:20:13 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    gnu/usr.bin/gdb/kgdb Makefile kgdb.h kthr.c main.c trgt.c 
                         trgt_i386.c 
  Added files:           (Branch: RELENG_6)
    gnu/usr.bin/gdb/kgdb kld.c 
  Log:
  MFC: Mostly sync kgdb with HEAD including the following changes:
  - Add a new 'add-kld <kld>' command to locate a kld and load its symbols.
  - If the quiet flag is specified, don't dump the unread portion of the
    message buffer on startup.
  - Remove the warnx() from kgdb_lookup() and add it in callers where a
    failed lookup is warning worthy.
  - Add a shared library backend for kernel files that treats klds as shared
    libraries and auto-load symbols for klds on startup.
  - Build a section table from the kernel file so that 'info files' output
    looks sane.
  
  Revision  Changes    Path
  1.6.2.1   +1 -1      src/gnu/usr.bin/gdb/kgdb/Makefile
  1.2.2.5   +5 -0      src/gnu/usr.bin/gdb/kgdb/kgdb.h
  1.6.4.1   +479 -0    src/gnu/usr.bin/gdb/kgdb/kld.c (new)
  1.2.2.7   +7 -5      src/gnu/usr.bin/gdb/kgdb/kthr.c
  1.7.2.5   +6 -5      src/gnu/usr.bin/gdb/kgdb/main.c
  1.2.2.4   +13 -5     src/gnu/usr.bin/gdb/kgdb/trgt.c
  1.2.2.3   +3 -1      src/gnu/usr.bin/gdb/kgdb/trgt_i386.c



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