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
286896fe56
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
Doug Rabson
bcf270989f
Update to work with the new elf headers.
1998-08-17 08:06:31 +00:00
Doug Rabson
c2e7b2e40f
Forgot to mention:
...
Obtained from: NetBSD
1998-06-28 00:59:26 +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