opnsense-src/gnu/usr.bin/gdb/kgdb
John Baldwin 2369087a60 - Rework the kld support to hook into GDB's shared library support.
kgdb(8) now treats kld's as shared libraries relative to the kernel
  "binary".  Thus, you can use 'info sharedlibrary' to list the kld's
  along with 'sharedlibrary' and 'nosharedlibrary' to manage symbol
  loading and unloading.  Note that there isn't an easy way to force GDB
  to use a specific path for a shared library.  However, you can use
  'nosharedlibrary' to unload all the klds and then use 'sharedlibrary'
  to load specific klds where it gets the kld correct and use
  'add-kld' for the kld's where the default open behavior doesn't work.
  klds opened via 'sharedlibrary' (and during startup) do have their
  sections listed in 'info files'.
- Change the 'add-kld' command to use filename completion to complete its
  argument.
2008-01-29 23:44:34 +00:00
..
kgdb.1 Bump document date for the previous change. 2006-10-21 17:39:35 +00:00
kgdb.h - Rework the kld support to hook into GDB's shared library support. 2008-01-29 23:44:34 +00:00
kld.c - Rework the kld support to hook into GDB's shared library support. 2008-01-29 23:44:34 +00:00
kthr.c Remove the warnx() from kgdb_lookup() so that we don't emit a warning about 2008-01-28 20:33:19 +00:00
main.c Don't close the kernel bfd object during startup. Instead, leave it open 2008-01-29 23:37:59 +00:00
Makefile Move the code for working with kld's out into its own file. 2008-01-24 19:11:13 +00:00
trgt.c - Rework the kld support to hook into GDB's shared library support. 2008-01-29 23:44:34 +00:00
trgt_amd64.c NMIs now come from 'nmi_calltrap' rather than 'calltrap', so teach 'kgdb' 2007-08-22 20:28:13 +00:00
trgt_arm.c Trim trailing whitespace. 2006-10-16 20:07:23 +00:00
trgt_i386.c Remove the warnx() from kgdb_lookup() so that we don't emit a warning about 2008-01-28 20:33:19 +00:00
trgt_ia64.c Unwind across trap frames. Handles all entry points, except the EPC 2005-09-11 00:47:03 +00:00
trgt_powerpc.c Trim trailing whitespace. 2006-10-16 20:07:23 +00:00
trgt_sparc64.c Claim frames corresponding to tl(0|1)_intr and tl0_trap as well. I 2005-09-11 06:52:14 +00:00