Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/external/gpl3/gdb/dist/gdb Pull up following revision(s) ...



details:   https://anonhg.NetBSD.org/src/rev/153d5758a1a6
branches:  netbsd-9
changeset: 458289:153d5758a1a6
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Sep 01 14:15:24 2019 +0000

description:
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

diffstat:

 external/gpl3/gdb/dist/gdb/arm-nbsd-nat.c |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r e801e3b23a3e -r 153d5758a1a6 external/gpl3/gdb/dist/gdb/arm-nbsd-nat.c
--- a/external/gpl3/gdb/dist/gdb/arm-nbsd-nat.c Sun Sep 01 14:13:46 2019 +0000
+++ b/external/gpl3/gdb/dist/gdb/arm-nbsd-nat.c Sun Sep 01 14:15:24 2019 +0000
@@ -536,6 +536,9 @@
 {
   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);
 }



Home | Main Index | Thread Index | Old Index