gdb-6 uses /dev/kmem exclusively for kernel addresses when gdb'ing a live
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 7 Feb 2005 20:39:01 +0000 (20:39 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 7 Feb 2005 20:39:01 +0000 (20:39 +0000)
commit0cd275af52913b62d489c7bd54ff5774358e5c96
tree8be2fbaac62c4cb37c4b4eadada03b2448462b01
parentb5f4f0e54226eda29683e01e3dcc66033917374a
gdb-6 uses /dev/kmem exclusively for kernel addresses when gdb'ing a live
kernel, but the globaldata mapping is outside the bounds of kernel_map.
Make sure that the globaldata mapping is visible to it.
sys/i386/i386/machdep.c
sys/platform/pc32/i386/machdep.c
sys/sys/globaldata.h
sys/vm/vm_glue.c
sys/vm/vm_map.c