Module Name: src
Committed By: christos
Date: Thu May 30 21:16:03 UTC 2019
Modified Files:
src/external/gpl3/gdb/dist/gdb: amd64-nbsd-nat.c
Log Message:
let's do things in the order everyone else does (I don't think it matters)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb/dist/gdb/amd64-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/amd64-nbsd-nat.c
diff -u src/external/gpl3/gdb/dist/gdb/amd64-nbsd-nat.c:1.7 src/external/gpl3/gdb/dist/gdb/amd64-nbsd-nat.c:1.8
--- src/external/gpl3/gdb/dist/gdb/amd64-nbsd-nat.c:1.7 Thu May 30 16:41:14 2019
+++ src/external/gpl3/gdb/dist/gdb/amd64-nbsd-nat.c Thu May 30 17:16:03 2019
@@ -131,7 +131,7 @@ _initialize_amd64nbsd_nat (void)
amd64_native_gregset32_num_regs = ARRAY_SIZE (amd64nbsd32_r_reg_offset);
amd64_native_gregset64_reg_offset = amd64nbsd_r_reg_offset;
- bsd_kvm_add_target (amd64nbsd_supply_pcb);
-
add_inf_child_target (&the_amd64_nbsd_nat_target);
+
+ bsd_kvm_add_target (amd64nbsd_supply_pcb);
}