Home
last modified time | relevance | path

Searched defs:target_ops (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dtarget.h281 struct target_ops struct
283 struct target_ops *beneath; /* To the target under this one. */ argument
298 to xfree everything (including the "struct target_ops"). */ argument
299 void (*to_xclose) (struct target_ops *targ, int quitting); argument
300 void (*to_close) (int);
301 void (*to_attach) (char *, int);
302 void (*to_post_attach) (int);
303 void (*to_detach) (char *, int);
304 void (*to_disconnect) (char *, int);
305 void (*to_resume) (ptid_t, int, enum target_signal);
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dtarget.h46 struct target_ops struct
57 int (*create_inferior) (char *program, char **args);
64 int (*attach) (int pid);
68 void (*kill) (void);
72 void (*detach) (void);
76 int (*thread_alive) (int pid);
80 void (*resume) (struct thread_resume *resume_info);
88 unsigned char (*wait) (char *status);
94 void (*fetch_registers) (int regno);
100 void (*store_registers) (int regno);
[all …]