peter
a6ad092de6
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
3e06e54387
Delete unneeded #include
...
Submitted by: phk
1999-10-11 14:42:33 +00:00
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
dillon
f9a4729a9b
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
dillon
153f359f37
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
d13c281654
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
887fa28cea
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
dfr
520ba75a03
Add symtab parameter to X_db_symbol_values.
1998-07-05 10:11:20 +00:00
dfr
f0112afdb9
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