Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDtarget.h283 struct target_ops struct
285 struct target_ops *beneath; /* To the target under this one. */ argument
300 to xfree everything (including the "struct target_ops"). */ argument
301 void (*to_xclose) (struct target_ops *targ, int quitting); argument
302 void (*to_close) (int);
303 void (*to_attach) (char *, int);
304 void (*to_post_attach) (int);
305 void (*to_detach) (char *, int);
306 void (*to_disconnect) (char *, int);
307 void (*to_resume) (ptid_t, int, enum target_signal);
[all …]
/NextBSD/contrib/gdb/gdb/gdbserver/
HDtarget.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 …]