Searched defs:target_ops (Results 1 – 2 of 2) sorted by relevance
281 struct target_ops struct283 struct target_ops *beneath; /* To the target under this one. */ argument298 to xfree everything (including the "struct target_ops"). */ argument299 void (*to_xclose) (struct target_ops *targ, int quitting); argument300 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 …]
46 struct target_ops struct57 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 …]