Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtarget.h281 struct target_ops struct
298 to xfree everything (including the "struct target_ops"). */ argument
347 int (*to_stopped_data_address) (struct target_ops *, CORE_ADDR *); argument
385 int to_has_all_memory;
386 int to_has_memory;
387 int to_has_stack;
388 int to_has_registers;
389 int to_has_execution;
392 *to_sections;
394 *to_sections_end;
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dtarget.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 …]