Module Name: src Committed By: martin Date: Sun Sep 1 14:15:25 UTC 2019
Modified Files: src/external/gpl3/gdb/dist/gdb [netbsd-9]: arm-nbsd-nat.c Log Message: Pull up following revision(s) (requested by skrll in ticket #151): external/gpl3/gdb/dist/gdb/arm-nbsd-nat.c: revision 1.12 Restore the kvm support To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.11.2.1 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.11.2.1 --- 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 Sun Sep 1 14:15:24 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); }