Searched refs:PPC_TRAP_REGNUM (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dppc-linux-tdep.h49 PPC_TRAP_REGNUM, enumerator in enum:__anon1219
52 /* Return 1 if PPC_ORIG_R3_REGNUM and PPC_TRAP_REGNUM are usable. */
H A Dppc-linux-tdep.c411 if (regnum == -1 || regnum == PPC_TRAP_REGNUM)
412 ppc_supply_reg (regcache, PPC_TRAP_REGNUM, (const gdb_byte *) gregs,
441 if (regnum == -1 || regnum == PPC_TRAP_REGNUM)
442 ppc_collect_reg (regcache, PPC_TRAP_REGNUM, (gdb_byte *) gregs,
1212 trad_frame_set_reg_addr (this_cache, PPC_TRAP_REGNUM,
1322 /* Return 1 if PPC_ORIG_R3_REGNUM and PPC_TRAP_REGNUM are usable. */
1333 && register_size (gdbarch, PPC_TRAP_REGNUM) > 0;
1550 regcache_cooked_write_unsigned (regcache, PPC_TRAP_REGNUM, -1);
2129 reserve a number for PPC_ORIG_R3_REGNUM and PPC_TRAP_REGNUM
2132 set_gdbarch_num_regs (gdbarch, PPC_TRAP_REGNUM
[all...]
H A Dppc-linux-nat.c683 if (regno == PPC_TRAP_REGNUM)
1244 fetch_register (regcache, tid, PPC_TRAP_REGNUM);
1650 || regno == PPC_TRAP_REGNUM))
1818 store_register (regcache, tid, PPC_TRAP_REGNUM);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dppc-linux-tdep.h49 PPC_TRAP_REGNUM, enumerator in enum:__anon724
52 /* Return 1 if PPC_ORIG_R3_REGNUM and PPC_TRAP_REGNUM are usable. */
H A Dppc-linux-tdep.c412 if (regnum == -1 || regnum == PPC_TRAP_REGNUM)
413 ppc_supply_reg (regcache, PPC_TRAP_REGNUM, (const gdb_byte *) gregs,
442 if (regnum == -1 || regnum == PPC_TRAP_REGNUM)
443 ppc_collect_reg (regcache, PPC_TRAP_REGNUM, (gdb_byte *) gregs,
1213 trad_frame_set_reg_addr (this_cache, PPC_TRAP_REGNUM,
1323 /* Return 1 if PPC_ORIG_R3_REGNUM and PPC_TRAP_REGNUM are usable. */
1334 && register_size (gdbarch, PPC_TRAP_REGNUM) > 0;
1565 regcache_cooked_write_unsigned (regcache, PPC_TRAP_REGNUM, -1);
2203 reserve a number for PPC_ORIG_R3_REGNUM and PPC_TRAP_REGNUM
2206 set_gdbarch_num_regs (gdbarch, PPC_TRAP_REGNUM
[all...]
H A Dppc-linux-nat.c689 if (regno == PPC_TRAP_REGNUM)
1249 fetch_register (regcache, tid, PPC_TRAP_REGNUM);
1655 || regno == PPC_TRAP_REGNUM))
1823 store_register (regcache, tid, PPC_TRAP_REGNUM);

Completed in 298 milliseconds