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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dmips-linux-watch.c243 struct pt_watch_regs regs_copy; local
289 regs_copy = *regs;
290 for (i = 0; i < mips_linux_watch_get_num_valid (&regs_copy); i++)
292 t_low = mips_linux_watch_get_watchlo (&regs_copy, i);
293 t_hi = get_reg_mask (&regs_copy, i) | IRW_MASK;
303 mips_linux_watch_set_watchlo (&regs_copy, i,
305 mips_linux_watch_set_watchhi (&regs_copy, i,
309 *regs = regs_copy;
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dmips-linux-watch.c236 struct pt_watch_regs regs_copy; local
282 regs_copy = *regs;
283 for (i = 0; i < mips_linux_watch_get_num_valid (&regs_copy); i++)
285 t_low = mips_linux_watch_get_watchlo (&regs_copy, i);
286 t_hi = get_reg_mask (&regs_copy, i) | IRW_MASK;
296 mips_linux_watch_set_watchlo (&regs_copy, i,
298 mips_linux_watch_set_watchhi (&regs_copy, i,
302 *regs = regs_copy;

Completed in 128 milliseconds