+2020-04-02 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
+
+ * linux-low.h (struct linux_target_ops): Remove.
+ (the_low_target): Remove.
+ * linux-x86-low.cc (the_low_target): Remove.
+ * linux-aarch64-low.cc (the_low_target): Ditto.
+ * linux-arm-low.cc (the_low_target): Ditto.
+ * linux-bfin-low.cc (the_low_target): Ditto.
+ * linux-cris-low.cc (the_low_target): Ditto.
+ * linux-crisv32-low.cc (the_low_target): Ditto.
+ * linux-ia64-low.cc (the_low_target): Ditto.
+ * linux-m32r-low.cc (the_low_target): Ditto.
+ * linux-m68k-low.cc (the_low_target): Ditto.
+ * linux-mips-low.cc (the_low_target): Ditto.
+ * linux-nios2-low.cc (the_low_target): Ditto.
+ * linux-ppc-low.cc (the_low_target): Ditto.
+ * linux-riscv-low.cc (the_low_target): Ditto.
+ * linux-s390-low.cc (the_low_target): Ditto.
+ * linux-sh-low.cc (the_low_target): Ditto.
+ * linux-sparc-low.cc (the_low_target): Ditto.
+ * linux-tic6x-low.cc (the_low_target): Ditto.
+ * linux-tile-low.cc (the_low_target): Ditto.
+ * linux-xtensa-low.cc (the_low_target): Ditto.
+
2020-04-02 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Remove the 'get_ipa_tdesc_idx' linux target op and let a concrete
return arm_breakpoint_kind_from_current_state (pcptr);
}
-struct linux_target_ops the_low_target =
-{
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_aarch64_target;
return ®s_info_arm;
}
-struct linux_target_ops the_low_target = {
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_arm_target;
return &myregs_info;
}
-struct linux_target_ops the_low_target = {
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_bfin_target;
return &myregs_info;
}
-struct linux_target_ops the_low_target = {
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_cris_target;
return &myregs_info;
}
-struct linux_target_ops the_low_target = {
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_crisv32_target;
current_process ()->tdesc = tdesc_ia64;
}
-
-struct linux_target_ops the_low_target = {
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_ia64_target;
struct lwp_info;
-struct linux_target_ops
-{
-};
-
-extern struct linux_target_ops the_low_target;
-
/* Target ops definitions for a Linux target. */
class linux_process_target : public process_stratum_target
return &myregs_info;
}
-struct linux_target_ops the_low_target = {
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_m32r_target;
current_process ()->tdesc = tdesc_m68k;
}
-struct linux_target_ops the_low_target = {
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_m68k_target;
return &myregs_info;
}
-struct linux_target_ops the_low_target = {
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_mips_target;
return &myregs_info;
}
-struct linux_target_ops the_low_target =
-{
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_nios2_target;
return 0;
}
-struct linux_target_ops the_low_target = {
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_ppc_target;
return false;
}
-/* RISC-V/Linux target operations. */
-struct linux_target_ops the_low_target =
-{
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_riscv_target;
return &s390_emit_ops_impl;
}
-struct linux_target_ops the_low_target = {
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_s390_target;
current_process ()->tdesc = tdesc_sh;
}
-struct linux_target_ops the_low_target = {
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_sh_target;
return &myregs_info;
}
-struct linux_target_ops the_low_target = {
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_sparc_target;
#endif
-extern struct linux_target_ops the_low_target;
-
static int *tic6x_regmap;
static unsigned int tic6x_breakpoint;
#define tic6x_breakpoint_len 4
return &myregs_info;
}
-struct linux_target_ops the_low_target = {
-};
-
#if GDB_SELF_TEST
#include "gdbsupport/selftest.h"
current_process ()->tdesc = tdesc_tilegx;
}
-struct linux_target_ops the_low_target =
-{
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_tile_target;
return i386_get_ipa_tdesc_idx (tdesc);
}
-/* This is initialized assuming an amd64 target.
- x86_arch_setup will correct it for i386 or amd64 targets. */
-
-struct linux_target_ops the_low_target =
-{
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_x86_target;
return &myregs_info;
}
-struct linux_target_ops the_low_target = {
-};
-
/* The linux target ops object. */
linux_process_target *the_linux_target = &the_xtensa_target;