GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
sparc_target< BaseTarget > Struct Template Reference

#include "sparc-nat.h"

Inheritance diagram for sparc_target< BaseTarget >:

Public Member Functions

void fetch_registers (struct regcache *regcache, int regnum) override
 
void store_registers (struct regcache *regcache, int regnum) override
 
enum target_xfer_status xfer_partial (enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) override
 

Detailed Description

template<typename BaseTarget>
struct sparc_target< BaseTarget >

Definition at line 61 of file sparc-nat.h.

Member Function Documentation

◆ fetch_registers()

template<typename BaseTarget >
void sparc_target< BaseTarget >::fetch_registers ( struct regcache * regcache,
int regnum )
inlineoverride

Definition at line 63 of file sparc-nat.h.

References regnum, and sparc_fetch_inferior_registers().

◆ store_registers()

template<typename BaseTarget >
void sparc_target< BaseTarget >::store_registers ( struct regcache * regcache,
int regnum )
inlineoverride

Definition at line 66 of file sparc-nat.h.

References regnum, and sparc_store_inferior_registers().

◆ xfer_partial()

template<typename BaseTarget >
enum target_xfer_status sparc_target< BaseTarget >::xfer_partial ( enum target_object object,
const char * annex,
gdb_byte * readbuf,
const gdb_byte * writebuf,
ULONGEST offset,
ULONGEST len,
ULONGEST * xfered_len )
inlineoverride

Definition at line 69 of file sparc-nat.h.

References sparc_xfer_wcookie(), and TARGET_OBJECT_WCOOKIE.


The documentation for this struct was generated from the following file: