peter
b6009897cf
Remove a couple of __P() stragglers.
2002-06-29 02:32:34 +00:00
bde
2476989132
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
bde
835f589446
Restored db_elf.c from the Attic. This will be used for a quick fix for
...
the longstanding brokenness of symbols in ddb at boot time. It doesn't
compile and is not attached to the build yet.
2002-05-06 00:05:44 +00:00
peter
f92401f326
Unused file. This (NetBSD derived) file was obsoleted by kld.
2000-01-11 13:29:10 +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
692ee06246
At the moment, the alpha tentatively uses the ddb elf code rather than KLD,
...
because the alpha boot loader hasn't been converted yet, and because
it needs the full symbol tables with local symbols in order to make sense
of stack tracebacks. KLD will implement this (using full sybmol table
rather than the globals only) shortly.
1998-10-09 23:32:03 +00:00
dfr
988c605cbc
Update to work with the new elf headers.
1998-08-17 08:06:31 +00:00
dfr
54c71cf68a
Forgot to mention:
...
Obtained from: NetBSD
1998-06-28 00:59:26 +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