mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
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.
This commit is contained in:
@ -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>
|
2020-03-20 Kamil Rytarowski <n54@gmx.com>
|
||||||
|
|
||||||
* hppa-nbsd-nat.c (fetch_registers): New variable lwp and pass
|
* hppa-nbsd-nat.c (fetch_registers): New variable lwp and pass
|
||||||
|
@ -37,8 +37,9 @@
|
|||||||
#include "ppc-nbsd-tdep.h"
|
#include "ppc-nbsd-tdep.h"
|
||||||
#include "bsd-kvm.h"
|
#include "bsd-kvm.h"
|
||||||
#include "inf-ptrace.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 fetch_registers (struct regcache *, int) override;
|
||||||
void store_registers (struct regcache *, int) override;
|
void store_registers (struct regcache *, int) override;
|
||||||
|
Reference in New Issue
Block a user