Home | History | Annotate | Download | only in gdb

Lines Matching defs:tdep

24 #include "obsd-tdep.h"
25 #include "arm-tdep.h"
79 arm_gdbarch_tdep *tdep = gdbarch_tdep<arm_gdbarch_tdep> (gdbarch);
81 if (tdep->fp_model == ARM_FLOAT_AUTO)
82 tdep->fp_model = ARM_FLOAT_SOFT_VFP;
91 tdep->jb_pc = 24;
92 tdep->jb_elt_size = 4;
98 tdep->struct_return = pcc_struct_return;
107 tdep->thumb_breakpoint = arm_obsd_thumb_be_breakpoint;
108 tdep->thumb_breakpoint_size = sizeof (arm_obsd_thumb_be_breakpoint);
112 tdep->thumb_breakpoint = arm_obsd_thumb_le_breakpoint;
113 tdep->thumb_breakpoint_size = sizeof (arm_obsd_thumb_le_breakpoint);