summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_kld.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove now unused files:marcel2004-07-111-133/+0
| | | | | | db_elf.c, db_kld.c: The new KDB backend supports both at the same time. db_sysctl.c: The functionality has been moved to sys/kern/subr_kdb.c. db_trap.c: The DDB entry point has been moved to sys/ddb/db_main.c.
* Use __FBSDID().obrien2003-06-101-2/+3
|
* Reconnect db_elf.c to the build (now under "options DDB_NOKLDSYM"). Itbde2002-05-071-0/+6
| | | | doesn't actually build yet.
* Fix a typo in the db_kld.c file - it's kld support not raw a.out support.peter2000-01-111-4/+1
| | | | | Always use db_kld.c for symbol table support as the base kernel maintains this information.
* Delete unneeded #includepeter1999-10-111-2/+0
| | | | Submitted by: phk
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-12/+12
| | | | | | | kernel compile. This commit includes significant work to proper handle const arguments for the DDB symbol routines.
* Changes to support -Wall, -Wcast-qual. Had to make physical code changesdillon1999-01-271-4/+4
| | | | | in db_lookup() to avoid the *cp = 0 / *cp = ':' combo ( temporary nul-terminate-then-restore-original ) on a const char * string.
* Forgot to commit this; the alpha uses the kld symbol interface now. Thepeter1998-10-151-2/+2
| | | | tables that db_elf.c is expecting are not loaded in that format any more.
* Call some helper routines to be supplied by kern_linker.c in order topeter1998-10-091-14/+7
| | | | | | | get to all the symbol tables for all modules, not just the core kernel symbol table. Yes, DDB can see KLD module symbols with this, both by lookup and in tracebacks. No more references to _end from tracebacks within an LKM. :-)
* Add symtab parameter to X_db_symbol_values.dfr1998-07-051-2/+3
|
* Add DDB symbol support for ELF and KLD. The KLD support only supports globaldfr1998-06-281-0/+137
symbols so its not too useful. Changes to the kernel linker to allow it to supply DDB with symbols will come later.
OpenPOWER on IntegriCloud