Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dtarget.h422 to xfree everything (including the "struct target_ops"). */ argument
475 int (*to_insert_mask_watchpoint) (struct target_ops *, argument
500 void (*to_kill) (struct target_ops *); argument
509 int (*to_follow_fork) (struct target_ops *, int); argument
514 void (*to_mourn_inferior) (struct target_ops *); argument
525 int (*to_thread_alive) (struct target_ops *, ptid_t ptid); argument
534 struct target_section_table *(*to_get_section_table) (struct target_ops *); argument
561 CORE_ADDR (*to_get_thread_local_address) (struct target_ops *ops, argument
696 struct gdbarch *(*to_thread_architecture) (struct target_ops *, ptid_t); argument
740 void (*to_info_proc) (struct target_ops *, char *, enum info_proc_what); argument
[all …]
/dragonfly/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()