public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Inherit ppc_nbsd_nat_target from nbsd_nat_target
@ 2020-04-05  6:28 gdb-buildbot
  2020-04-05  6:28 ` Failures on Fedora-i686, branch master gdb-buildbot
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: gdb-buildbot @ 2020-04-05  6:28 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 9faa006d11a5e08264a007463435f84b77864c9c ***

commit 9faa006d11a5e08264a007463435f84b77864c9c
Author:     Kamil Rytarowski <n54@gmx.com>
AuthorDate: Thu Mar 19 14:52:57 2020 +0100
Commit:     Kamil Rytarowski <n54@gmx.com>
CommitDate: Fri Mar 20 15:25:32 2020 +0100

    Inherit ppc_nbsd_nat_target from nbsd_nat_target
    
    gdb/ChangeLog:
    
            * ppc-nbsd-nat.c (ppc_nbsd_nat_target): Inherit from
            nbsd_nat_target instead of inf_ptrace_target.
            * ppc-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
            nbsd_nat_target.

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cb6905b8a3..2eac1e7349 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2020-03-20  Kamil Rytarowski  <n54@gmx.com>
+
+	* ppc-nbsd-nat.c (ppc_nbsd_nat_target): Inherit from
+	nbsd_nat_target instead of inf_ptrace_target.
+	* ppc-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
+	nbsd_nat_target.
+
 2020-03-20  Kamil Rytarowski  <n54@gmx.com>
 
 	* hppa-nbsd-nat.c (fetch_registers): New variable lwp and pass
diff --git a/gdb/ppc-nbsd-nat.c b/gdb/ppc-nbsd-nat.c
index 67c03790ed..8111f3ed0b 100644
--- a/gdb/ppc-nbsd-nat.c
+++ b/gdb/ppc-nbsd-nat.c
@@ -37,8 +37,9 @@
 #include "ppc-nbsd-tdep.h"
 #include "bsd-kvm.h"
 #include "inf-ptrace.h"
+#include "nbsd-nat.h"
 
-struct ppc_nbsd_nat_target final : public inf_ptrace_target
+struct ppc_nbsd_nat_target final : public nbsd_nat_target
 {
   void fetch_registers (struct regcache *, int) override;
   void store_registers (struct regcache *, int) override;


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-04-10  7:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-05  6:28 [binutils-gdb] Inherit ppc_nbsd_nat_target from nbsd_nat_target gdb-buildbot
2020-04-05  6:28 ` Failures on Fedora-i686, branch master gdb-buildbot
2020-04-05  6:41 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
2020-04-05  7:03 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
2020-04-05  7:15 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
2020-04-05  7:42 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2020-04-05  7:58 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
2020-04-08 16:59 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2020-04-09  9:21 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
2020-04-10  7:57 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " gdb-buildbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).