Home
last modified time | relevance | path

Searched refs:target_ops (Results 1 – 25 of 55) sorted by relevance

123

/dragonfly/contrib/gdb-7/gdb/
HDtarget.h28 struct target_ops;
322 extern LONGEST target_read (struct target_ops *ops,
341 extern VEC(memory_read_result_s)* read_memory_robust (struct target_ops *ops,
345 extern LONGEST target_write (struct target_ops *ops,
357 LONGEST target_write_with_progress (struct target_ops *ops,
376 extern LONGEST target_read_alloc (struct target_ops *ops,
386 extern char *target_read_stralloc (struct target_ops *ops,
397 extern void get_target_memory (struct target_ops *ops, CORE_ADDR addr,
399 extern ULONGEST get_target_memory_unsigned (struct target_ops *ops,
405 struct target_ops struct
[all …]
HDravenscar-thread.c38 static struct target_ops ravenscar_ops;
57 static void ravenscar_find_new_threads (struct target_ops *ops);
60 static int ravenscar_thread_alive (struct target_ops *ops, ptid_t ptid);
61 static void ravenscar_fetch_registers (struct target_ops *ops,
63 static void ravenscar_store_registers (struct target_ops *ops,
66 static void ravenscar_resume (struct target_ops *ops, ptid_t ptid, int step,
68 static void ravenscar_mourn_inferior (struct target_ops *ops);
72 static void ravenscar_inferior_created (struct target_ops *target,
175 ravenscar_resume (struct target_ops *ops, ptid_t ptid, int step, in ravenscar_resume()
178 struct target_ops *beneath = find_target_beneath (ops); in ravenscar_resume()
[all …]
HDtarget.c51 static int default_watchpoint_addr_within_range (struct target_ops *,
58 static int nomemory (CORE_ADDR, char *, int, int, struct target_ops *);
70 static struct target_ops *find_default_run_target (char *);
72 static LONGEST default_xfer_partial (struct target_ops *ops,
78 static LONGEST current_xfer_partial (struct target_ops *ops,
84 static LONGEST target_xfer_partial (struct target_ops *ops,
90 static struct gdbarch *default_thread_architecture (struct target_ops *ops,
95 static struct target_ops debug_target;
101 static void debug_to_files_info (struct target_ops *);
125 static int debug_to_stopped_data_address (struct target_ops *, CORE_ADDR *);
[all …]
HDbsd-uthread.c38 static struct target_ops *bsd_uthread_ops_hack;
231 bsd_uthread_inferior_created (struct target_ops *ops, int from_tty) in bsd_uthread_inferior_created()
275 bsd_uthread_mourn_inferior (struct target_ops *ops) in bsd_uthread_mourn_inferior()
277 struct target_ops *beneath = find_target_beneath (ops); in bsd_uthread_mourn_inferior()
283 bsd_uthread_fetch_registers (struct target_ops *ops, in bsd_uthread_fetch_registers()
289 struct target_ops *beneath = find_target_beneath (ops); in bsd_uthread_fetch_registers()
310 bsd_uthread_store_registers (struct target_ops *ops, in bsd_uthread_store_registers()
315 struct target_ops *beneath = find_target_beneath (ops); in bsd_uthread_store_registers()
338 bsd_uthread_xfer_partial (struct target_ops *ops, enum target_object object, in bsd_uthread_xfer_partial()
349 bsd_uthread_wait (struct target_ops *ops, in bsd_uthread_wait()
[all …]
HDinf-ptrace.c43 inf_ptrace_follow_fork (struct target_ops *ops, int follow_child) in inf_ptrace_follow_fork()
116 inf_ptrace_create_inferior (struct target_ops *ops, in inf_ptrace_create_inferior()
170 inf_ptrace_mourn_inferior (struct target_ops *ops) in inf_ptrace_mourn_inferior()
190 inf_ptrace_attach (struct target_ops *ops, char *args, int from_tty) in inf_ptrace_attach()
271 inf_ptrace_detach (struct target_ops *ops, char *args, int from_tty) in inf_ptrace_detach()
311 inf_ptrace_kill (struct target_ops *ops) in inf_ptrace_kill()
343 inf_ptrace_resume (struct target_ops *ops, in inf_ptrace_resume()
383 inf_ptrace_wait (struct target_ops *ops, in inf_ptrace_wait()
467 inf_ptrace_xfer_partial (struct target_ops *ops, enum target_object object, in inf_ptrace_xfer_partial()
616 inf_ptrace_thread_alive (struct target_ops *ops, ptid_t ptid) in inf_ptrace_thread_alive()
[all …]
HDbfd-target.c40 target_bfd_xfer_partial (struct target_ops *ops, in target_bfd_xfer_partial()
63 target_bfd_get_section_table (struct target_ops *ops) in target_bfd_get_section_table()
70 target_bfd_xclose (struct target_ops *t, int quitting) in target_bfd_xclose()
80 struct target_ops *
83 struct target_ops *t; in target_bfd_reopen()
91 t = XZALLOC (struct target_ops); in target_bfd_reopen()
HDrecord.c52 static struct target_ops *
55 struct target_ops *t; in find_record_target()
66 static struct target_ops *
69 struct target_ops *t; in require_record_target()
98 record_stop (struct target_ops *t) in record_stop()
109 record_unpush (struct target_ops *t) in record_unpush()
119 record_disconnect (struct target_ops *t, char *args, int from_tty) in record_disconnect()
134 record_detach (struct target_ops *t, char *args, int from_tty) in record_detach()
149 record_mourn_inferior (struct target_ops *t) in record_mourn_inferior()
165 record_kill (struct target_ops *t) in record_kill()
[all …]
HDrecord.h55 extern void record_disconnect (struct target_ops *, char *, int);
58 extern void record_detach (struct target_ops *, char *, int);
61 extern void record_mourn_inferior (struct target_ops *);
64 extern void record_kill (struct target_ops *);
HDauxv.h31 extern int target_auxv_parse (struct target_ops *ops,
39 extern int target_auxv_search (struct target_ops *ops,
43 extern int fprint_target_auxv (struct ui_file *file, struct target_ops *ops);
45 extern LONGEST memory_xfer_auxv (struct target_ops *ops,
HDcorelow.c78 static void core_files_info (struct target_ops *);
86 static void core_detach (struct target_ops *ops, char *, int);
98 static struct target_ops core_ops;
458 core_detach (struct target_ops *ops, char *args, int from_tty) in core_detach()
575 get_core_registers (struct target_ops *ops, in get_core_registers()
621 core_files_info (struct target_ops *t) in core_files_info()
686 core_xfer_partial (struct target_ops *ops, enum target_object object, in core_xfer_partial()
856 core_thread_alive (struct target_ops *ops, ptid_t ptid) in core_thread_alive()
867 core_read_description (struct target_ops *target) in core_read_description()
877 core_pid_to_str (struct target_ops *ops, ptid_t ptid) in core_pid_to_str()
[all …]
HDrecord-full.c208 static struct target_ops record_full_ops;
209 static struct target_ops record_full_core_ops;
219 static struct target_ops *record_full_beneath_to_resume_ops;
220 static void (*record_full_beneath_to_resume) (struct target_ops *, ptid_t, int,
222 static struct target_ops *record_full_beneath_to_wait_ops;
223 static ptid_t (*record_full_beneath_to_wait) (struct target_ops *, ptid_t,
226 static struct target_ops *record_full_beneath_to_store_registers_ops;
227 static void (*record_full_beneath_to_store_registers) (struct target_ops *,
230 static struct target_ops *record_full_beneath_to_xfer_partial_ops;
232 (*record_full_beneath_to_xfer_partial) (struct target_ops *ops,
[all …]
HDbsd-kvm.c58 static struct target_ops bsd_kvm_ops;
135 bsd_kvm_xfer_partial (struct target_ops *ops, enum target_object object, in bsd_kvm_xfer_partial()
151 bsd_kvm_files_info (struct target_ops *ops) in bsd_kvm_files_info()
175 bsd_kvm_fetch_registers (struct target_ops *ops, in bsd_kvm_fetch_registers()
314 bsd_kvm_thread_alive (struct target_ops *ops, in bsd_kvm_thread_alive()
321 bsd_kvm_pid_to_str (struct target_ops *ops, ptid_t ptid) in bsd_kvm_pid_to_str()
329 bsd_kvm_return_one (struct target_ops *ops) in bsd_kvm_return_one()
HDinf-child.c68 inf_child_fetch_inferior_registers (struct target_ops *ops, in inf_child_fetch_inferior_registers()
86 inf_child_store_inferior_registers (struct target_ops *ops, in inf_child_store_inferior_registers()
123 inf_child_follow_fork (struct target_ops *ops, int follow_child) in inf_child_follow_fork()
387 struct target_ops *
390 struct target_ops *t = XZALLOC (struct target_ops); in inf_child_target()
HDamd64bsd-nat.c43 amd64bsd_fetch_inferior_registers (struct target_ops *ops, in amd64bsd_fetch_inferior_registers()
77 amd64bsd_store_inferior_registers (struct target_ops *ops, in amd64bsd_store_inferior_registers()
119 struct target_ops *
122 struct target_ops *t; in amd64bsd_target()
HDauxv.c205 memory_xfer_auxv (struct target_ops *ops, in memory_xfer_auxv()
240 default_auxv_parse (struct target_ops *ops, gdb_byte **readptr, in default_auxv_parse()
268 target_auxv_parse (struct target_ops *ops, gdb_byte **readptr, in target_auxv_parse()
271 struct target_ops *t; in target_auxv_parse()
335 get_auxv_inferior_data (struct target_ops *ops) in get_auxv_inferior_data()
357 target_auxv_search (struct target_ops *ops, CORE_ADDR match, CORE_ADDR *valp) in target_auxv_search()
394 fprint_target_auxv (struct ui_file *file, struct target_ops *ops) in fprint_target_auxv()
HDbfd-target.h24 struct target_ops;
29 struct target_ops *target_bfd_reopen (struct bfd *bfd);
HDxml-tdesc.h22 struct target_ops;
33 const struct target_desc *target_read_description_xml (struct target_ops *);
HDinf-ptrace.h26 extern struct target_ops *inf_ptrace_target (void);
32 extern struct target_ops *
HDi386bsd-nat.c132 i386bsd_fetch_inferior_registers (struct target_ops *ops, in i386bsd_fetch_inferior_registers()
183 i386bsd_store_inferior_registers (struct target_ops *ops, in i386bsd_store_inferior_registers()
244 struct target_ops *
247 struct target_ops *t; in i386bsd_target()
HDi386-nat.h31 struct target_ops;
32 extern void i386_use_watchpoints (struct target_ops *);
HDsolib.h25 struct target_ops;
36 extern void solib_add (char *, int, struct target_ops *, int);
HDexec.h28 struct target_ops;
31 extern struct target_ops exec_ops;
HDamd64dfly-nat.c189 static void (*super_mourn_inferior) (struct target_ops *ops);
208 amd64dfly_mourn_inferior (struct target_ops *ops) in amd64dfly_mourn_inferior()
223 struct target_ops *t; in _initialize_amd64dfly_nat()
HDi386dfly-nat.c41 i386dfly_resume (struct target_ops *ops, in i386dfly_resume()
172 struct target_ops *t; in _initialize_i386dfly_nat()
/dragonfly/gnu/usr.bin/gdb/kgdb/
HDtrgt.c61 static struct target_ops kgdb_trgt_ops;
208 kgdb_trgt_detach(struct target_ops *target, char *args, int from_tty) in kgdb_trgt_detach()
227 kgdb_trgt_files_info(struct target_ops *target) in kgdb_trgt_files_info()
236 kgdb_trgt_find_new_threads(struct target_ops *target_ops) in kgdb_trgt_find_new_threads() argument
238 struct target_ops *tb; in kgdb_trgt_find_new_threads()
243 tb = find_target_beneath(target_ops); in kgdb_trgt_find_new_threads()
245 tb->to_find_new_threads(target_ops); in kgdb_trgt_find_new_threads()
249 kgdb_trgt_pid_to_str(struct target_ops *target_ops __unused, ptid_t ptid) in kgdb_trgt_pid_to_str()
255 kgdb_trgt_thread_alive(struct target_ops *target_ops __unused, ptid_t ptid) in kgdb_trgt_thread_alive()
261 kgdb_trgt_xfer_partial(struct target_ops *ops, enum target_object object, in kgdb_trgt_xfer_partial()

123