HomeSort by: relevance | last modified time | path
    Searched defs:arm_target (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-low.cc 59 class arm_target : public linux_process_target class in inherits:linux_process_target
124 static arm_target the_arm_target;
127 arm_target::low_supports_breakpoints ()
133 arm_target::low_get_pc (regcache *regcache)
139 arm_target::low_set_pc (regcache *regcache, CORE_ADDR pc)
145 arm_target::breakpoint_kind_from_pc (CORE_ADDR *pcptr)
151 arm_target::breakpoint_kind_from_current_state (CORE_ADDR *pcptr)
157 arm_target::sw_breakpoint_from_kind (int kind, int *size)
163 arm_target::low_breakpoint_at (CORE_ADDR pc)
264 arm_target::low_cannot_store_register (int regno
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc 59 class arm_target : public linux_process_target class in inherits:linux_process_target
124 static arm_target the_arm_target;
127 arm_target::low_supports_breakpoints ()
133 arm_target::low_get_pc (regcache *regcache)
139 arm_target::low_set_pc (regcache *regcache, CORE_ADDR pc)
145 arm_target::breakpoint_kind_from_pc (CORE_ADDR *pcptr)
151 arm_target::breakpoint_kind_from_current_state (CORE_ADDR *pcptr)
157 arm_target::sw_breakpoint_from_kind (int kind, int *size)
163 arm_target::low_breakpoint_at (CORE_ADDR pc)
264 arm_target::low_cannot_store_register (int regno
    [all...]

Completed in 15 milliseconds