David E. O'Brien
753960f7c4
Use __FBSDID().
2003-06-10 22:09:23 +00:00
Bruce Evans
7085e70878
Reconnect db_elf.c to the build (now under "options DDB_NOKLDSYM"). It
...
doesn't actually build yet.
2002-05-07 10:59:52 +00:00
Peter Wemm
63aad530bc
Fix a typo in the db_kld.c file - it's kld support not raw a.out support.
...
Always use db_kld.c for symbol table support as the base kernel maintains
this information.
2000-01-11 13:25:12 +00:00
Peter Wemm
07bee188eb
Delete unneeded #include
...
Submitted by: phk
1999-10-11 14:42:33 +00:00
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Matthew Dillon
fe08c21a53
Fix warnings in preparation for adding -Wall -Wcast-qual to the
...
kernel compile.
This commit includes significant work to proper handle const arguments
for the DDB symbol routines.
1999-01-27 23:45:44 +00:00
Matthew Dillon
a1c1e16ada
Changes to support -Wall, -Wcast-qual. Had to make physical code changes
...
in db_lookup() to avoid the *cp = 0 / *cp = ':' combo ( temporary
nul-terminate-then-restore-original ) on a const char * string.
1999-01-27 19:00:49 +00:00
Peter Wemm
456aa5a8cf
Forgot to commit this; the alpha uses the kld symbol interface now. The
...
tables that db_elf.c is expecting are not loaded in that format any more.
1998-10-15 02:01:50 +00:00
Peter Wemm
c6b72a39e9
Call some helper routines to be supplied by kern_linker.c in order to
...
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. :-)
1998-10-09 23:34:09 +00:00
Doug Rabson
398a2b53c4
Add symtab parameter to X_db_symbol_values.
1998-07-05 10:11:20 +00:00
Doug Rabson
0282b90962
Add DDB symbol support for ELF and KLD. The KLD support only supports global
...
symbols so its not too useful. Changes to the kernel linker to allow it to
supply DDB with symbols will come later.
1998-06-28 00:57:28 +00:00