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

  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-ppc-low.cc 48 class ppc_target : public linux_process_target class in inherits:linux_process_target
110 static ppc_target the_ppc_target;
212 ppc_target::low_cannot_store_register (int regno)
232 ppc_target::low_cannot_fetch_register (int regno)
238 ppc_target::low_collect_ptrace_register (regcache *regcache, int regno,
265 ppc_target::low_supply_ptrace_register (regcache *regcache, int regno,
290 ppc_target::low_supports_breakpoints ()
296 ppc_target::low_get_pc (regcache *regcache)
313 ppc_target::low_set_pc (regcache *regcache, CORE_ADDR pc)
341 ppc_target::sw_breakpoint_from_kind (int kind, int *size
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
linux-ppc-low.cc 48 class ppc_target : public linux_process_target class in inherits:linux_process_target
110 static ppc_target the_ppc_target;
212 ppc_target::low_cannot_store_register (int regno)
232 ppc_target::low_cannot_fetch_register (int regno)
238 ppc_target::low_collect_ptrace_register (regcache *regcache, int regno,
265 ppc_target::low_supply_ptrace_register (regcache *regcache, int regno,
290 ppc_target::low_supports_breakpoints ()
296 ppc_target::low_get_pc (regcache *regcache)
313 ppc_target::low_set_pc (regcache *regcache, CORE_ADDR pc)
341 ppc_target::sw_breakpoint_from_kind (int kind, int *size
    [all...]

Completed in 16 milliseconds