Searched refs:m68k_regmap (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-m68k-low.cc91 static int m68k_regmap[] = variable
136 collect_register (regcache, i, (char *) buf + m68k_regmap[i]);
145 supply_register (regcache, i, (const char *) buf + m68k_regmap[i]);
155 + (m68k_regmap[i] - m68k_regmap[m68k_num_gregs])));
165 + (m68k_regmap[i] - m68k_regmap[m68k_num_gregs])));
237 m68k_regmap,
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-m68k-low.cc91 static int m68k_regmap[] = variable
136 collect_register (regcache, i, (char *) buf + m68k_regmap[i]);
145 supply_register (regcache, i, (const char *) buf + m68k_regmap[i]);
155 + (m68k_regmap[i] - m68k_regmap[m68k_num_gregs])));
165 + (m68k_regmap[i] - m68k_regmap[m68k_num_gregs])));
237 m68k_regmap,

Completed in 67 milliseconds