GDBserver
Functions | Variables
/home/stan/gdb/src/gdb/gdbserver/target.c File Reference
#include "server.h"
#include "tracepoint.h"

Go to the source code of this file.

Functions

void set_desired_inferior (int use_general)
int read_inferior_memory (CORE_ADDR memaddr, unsigned char *myaddr, int len)
int write_inferior_memory (CORE_ADDR memaddr, const unsigned char *myaddr, int len)
ptid_t mywait (ptid_t ptid, struct target_waitstatus *ourstatus, int options, int connected_wait)
int start_non_stop (int nonstop)
void set_target_ops (struct target_ops *target)
const char * target_pid_to_str (ptid_t ptid)
int kill_inferior (int pid)

Variables

struct target_opsthe_target

Function Documentation

int kill_inferior ( int  pid)
ptid_t mywait ( ptid_t  ptid,
struct target_waitstatus *  ourstatus,
int  options,
int  connected_wait 
)
int read_inferior_memory ( CORE_ADDR  memaddr,
unsigned char *  myaddr,
int  len 
)
void set_desired_inferior ( int  use_general)
void set_target_ops ( struct target_ops target)

Definition at line 123 of file target.c.

References memcpy(), and xmalloc().

Referenced by initialize_low().

int start_non_stop ( int  nonstop)

Definition at line 109 of file target.c.

References target_ops::start_non_stop.

Referenced by handle_general_set(), main(), and process_serial_event().

const char* target_pid_to_str ( ptid_t  ptid)
int write_inferior_memory ( CORE_ADDR  memaddr,
const unsigned char *  myaddr,
int  len 
)

Variable Documentation

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines