]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add DDB symbol support for ELF and KLD. The KLD support only supports global
authordfr <dfr@FreeBSD.org>
Sun, 28 Jun 1998 00:57:28 +0000 (00:57 +0000)
committerdfr <dfr@FreeBSD.org>
Sun, 28 Jun 1998 00:57:28 +0000 (00:57 +0000)
commitf0112afdb9533c9359371c38ae0611674bbff6b3
tree7b19d43cb9087f2776ff26d60c7239400ad9404e
parent0cc72302972d9c4dd07f5a5df9eeaabdd9f4ae2d
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]