Module Name: src Committed By: skrll Date: Sat Aug 31 20:16:25 UTC 2019
Modified Files: src/external/gpl3/gdb/dist/gdb: arm-nbsd-nat.c Log Message: Restore the kvm support To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gdb/dist/gdb/arm-nbsd-nat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gdb/dist/gdb/arm-nbsd-nat.c diff -u src/external/gpl3/gdb/dist/gdb/arm-nbsd-nat.c:1.11 src/external/gpl3/gdb/dist/gdb/arm-nbsd-nat.c:1.12 --- src/external/gpl3/gdb/dist/gdb/arm-nbsd-nat.c:1.11 Thu May 30 16:02:23 2019 +++ src/external/gpl3/gdb/dist/gdb/arm-nbsd-nat.c Sat Aug 31 20:16:25 2019 @@ -536,6 +536,9 @@ _initialize_arm_netbsd_nat (void) { add_inf_child_target (&the_arm_nbsd_nat_target); + /* Support debugging kernel virtual memory images. */ + bsd_kvm_add_target (armnbsd_supply_pcb); + deprecated_add_core_fns (&arm_netbsd_core_fns); deprecated_add_core_fns (&arm_netbsd_elfcore_fns); }