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

  /src/external/gpl3/gdb/dist/gdbserver/
linux-sh-low.cc 23 class sh_target : public linux_process_target class in inherits:linux_process_target
50 static sh_target the_sh_target;
53 sh_target::low_supports_breakpoints ()
59 sh_target::low_get_pc (regcache *regcache)
65 sh_target::low_set_pc (regcache *regcache, CORE_ADDR pc)
98 sh_target::low_cannot_store_register (int regno)
104 sh_target::low_cannot_fetch_register (int regno)
116 sh_target::sw_breakpoint_from_kind (int kind, int *size)
123 sh_target::low_breakpoint_at (CORE_ADDR where)
174 sh_target::get_regs_info (
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-sh-low.cc 23 class sh_target : public linux_process_target class in inherits:linux_process_target
50 static sh_target the_sh_target;
53 sh_target::low_supports_breakpoints ()
59 sh_target::low_get_pc (regcache *regcache)
65 sh_target::low_set_pc (regcache *regcache, CORE_ADDR pc)
98 sh_target::low_cannot_store_register (int regno)
104 sh_target::low_cannot_fetch_register (int regno)
116 sh_target::sw_breakpoint_from_kind (int kind, int *size)
123 sh_target::low_breakpoint_at (CORE_ADDR where)
174 sh_target::get_regs_info (
    [all...]

Completed in 23 milliseconds