summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_run.c
diff options
context:
space:
mode:
authorroyger <royger@FreeBSD.org>2014-09-25 08:28:10 +0000
committerroyger <royger@FreeBSD.org>2014-09-25 08:28:10 +0000
commit494dc32ba6c0d7c44aa6018743e2880806f0da3d (patch)
tree3abf237e04642b4e670e2e2b0e6e7072f1ee5524 /sys/ddb/db_run.c
parentfe82580e96f90207d8231ebbe1c9f7fbf5f2e04b (diff)
downloadFreeBSD-src-494dc32ba6c0d7c44aa6018743e2880806f0da3d.zip
FreeBSD-src-494dc32ba6c0d7c44aa6018743e2880806f0da3d.tar.gz
ddb: allow specifying the exact address of the symtab and strtab
When the FreeBSD kernel is loaded from Xen the symtab and strtab are not loaded the same way as the native boot loader. This patch adds three new global variables to ddb that can be used to specify the exact position and size of those tables, so they can be directly used as parameters to db_add_symbol_table. A new helper is introduced, so callers that used to set ksym_start and ksym_end can use this helper to set the new variables. It also adds support for loading them from the Xen PVH port, that was previously missing those tables. Sponsored by: Citrix Systems R&D Reviewed by: kib ddb/db_main.c: - Add three new global variables: ksymtab, kstrtab, ksymtab_size that can be used to specify the position and size of the symtab and strtab. - Use those new variables in db_init in order to call db_add_symbol_table. - Move the logic in db_init to db_fetch_symtab in order to set ksymtab, kstrtab, ksymtab_size from ksym_start and ksym_end. ddb/ddb.h: - Add prototype for db_fetch_ksymtab. - Declate the extern variables ksymtab, kstrtab and ksymtab_size. x86/xen/pv.c: - Add support for finding the symtab and strtab when booted as a Xen PVH guest. Since Xen loads the symtab and strtab as NetBSD expects to find them we have to adapt and use the same method. amd64/amd64/machdep.c: arm/arm/machdep.c: i386/i386/machdep.c: mips/mips/machdep.c: pc98/pc98/machdep.c: powerpc/aim/machdep.c: powerpc/booke/machdep.c: sparc64/sparc64/machdep.c: - Use the newly introduced db_fetch_ksymtab in order to set ksymtab, kstrtab and ksymtab_size.
Diffstat (limited to 'sys/ddb/db_run.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud