Home
last modified time | relevance | path

Searched refs:linux_target_ops (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dlinux-low.h41 struct linux_target_ops struct
62 extern struct linux_target_ops the_low_target; argument
H A DChangeLog113 (linux_target_ops): Initialize `read_auxv' member to that.
198 (linux_target_ops): Add linux_detach.
213 (linux_target_ops): Add linux_send_signal.
263 (linux_target_ops): Remove linux_signal_pid.
381 (linux_target_ops): Add linux_signal_pid.
430 (struct linux_target_ops): stop_pc renamed to get_pc.
517 * linux-low.h (struct linux_target_ops): Add breakpoint
534 * linux-low.h (linux_target_ops): Likewise.
546 (struct linux_target_ops): New.
649 (linux_target_ops): New structure.
H A Dlinux-m68k-low.c67 struct linux_target_ops the_low_target = {
H A Dlinux-arm-low.c98 struct linux_target_ops the_low_target = {
H A Dlinux-sh-low.c93 struct linux_target_ops the_low_target = {
H A Dlinux-s390-low.c78 struct linux_target_ops the_low_target = {
H A Dlinux-mips-low.c143 struct linux_target_ops the_low_target = {
H A Dlinux-ppc-low.c104 struct linux_target_ops the_low_target = {
H A Dlinux-x86-64-low.c132 struct linux_target_ops the_low_target = {
H A Dlinux-i386-low.c200 struct linux_target_ops the_low_target = {
H A Dlinux-ia64-low.c298 struct linux_target_ops the_low_target = {
H A Dlinux-low.c1470 static struct target_ops linux_target_ops = { variable
1499 set_target_ops (&linux_target_ops); in initialize_low()
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-200211342 (linux_target_ops): Add linux_look_up_symbols.