]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add DDB symbol support for ELF and KLD. The KLD support only supports global
authorDoug Rabson <dfr@FreeBSD.org>
Sun, 28 Jun 1998 00:57:28 +0000 (00:57 +0000)
committerDoug Rabson <dfr@FreeBSD.org>
Sun, 28 Jun 1998 00:57:28 +0000 (00:57 +0000)
commit0282b90962e28954590bc19ec29e1bcd0b197fa8
tree9a1b57b24df8c9098ef54d483997df36a474e6c5
parent6edf3d91441dede7bf4f33751b27bd527a1d6d05
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.
sys/ddb/db_elf.c [new file with mode: 0644]
sys/ddb/db_kld.c [new file with mode: 0644]