Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dtarget.h405 struct target_ops struct
407 struct target_ops *beneath; /* To the target under this one. */ argument
422 to xfree everything (including the "struct target_ops"). */ argument
423 void (*to_xclose) (struct target_ops *targ, int quitting); argument
425 void (*to_attach) (struct target_ops *ops, char *, int); argument
427 void (*to_detach) (struct target_ops *ops, char *, int); argument
428 void (*to_disconnect) (struct target_ops *, char *, int); argument
429 void (*to_resume) (struct target_ops *, ptid_t, int, enum gdb_signal); argument
430 ptid_t (*to_wait) (struct target_ops *, argument
432 void (*to_fetch_registers) (struct target_ops *, struct regcache *, int); argument
[all …]
/dflybsd-src/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_x86_64.c55 kgdb_trgt_fetch_registers(struct target_ops *target_ops, struct regcache *regcache, int regno) in kgdb_trgt_fetch_registers()
H A Dtrgt.c236 kgdb_trgt_find_new_threads(struct target_ops *target_ops) in kgdb_trgt_find_new_threads()