Module Name: src
Committed By: christos
Date: Sat Oct 24 23:06:15 UTC 2020
Modified Files:
src/external/gpl3/gdb/dist/gdb: bsd-kvm.c
Log Message:
Now that we are adding the thread in the bsd_kvm_ops target namespace,
make sure that the inferior's top namespace is that too.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/external/gpl3/gdb/dist/gdb/bsd-kvm.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/bsd-kvm.c
diff -u src/external/gpl3/gdb/dist/gdb/bsd-kvm.c:1.18 src/external/gpl3/gdb/dist/gdb/bsd-kvm.c:1.19
--- src/external/gpl3/gdb/dist/gdb/bsd-kvm.c:1.18 Mon Sep 14 22:05:18 2020
+++ src/external/gpl3/gdb/dist/gdb/bsd-kvm.c Sat Oct 24 19:06:15 2020
@@ -140,6 +140,7 @@ bsd_kvm_target_open (const char *arg, in
push_target (&bsd_kvm_ops);
inf = add_inferior_silent (bsd_kvm_ptid.pid ());
+ inf->push_target (&bsd_kvm_ops);
inf->aspace = maybe_new_address_space ();
inf->pspace = new program_space (inf->aspace);