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

  /src/external/gpl3/gdb/dist/gdb/nat/
mips-linux-watch.c 235 struct pt_watch_regs regs_copy; local
281 regs_copy = *regs;
282 for (i = 0; i < mips_linux_watch_get_num_valid (&regs_copy); i++)
284 t_low = mips_linux_watch_get_watchlo (&regs_copy, i);
285 t_hi = get_reg_mask (&regs_copy, i) | IRW_MASK;
295 mips_linux_watch_set_watchlo (&regs_copy, i,
297 mips_linux_watch_set_watchhi (&regs_copy, i,
301 *regs = regs_copy;
mips-linux-watch.c 235 struct pt_watch_regs regs_copy; local
281 regs_copy = *regs;
282 for (i = 0; i < mips_linux_watch_get_num_valid (&regs_copy); i++)
284 t_low = mips_linux_watch_get_watchlo (&regs_copy, i);
285 t_hi = get_reg_mask (&regs_copy, i) | IRW_MASK;
295 mips_linux_watch_set_watchlo (&regs_copy, i,
297 mips_linux_watch_set_watchhi (&regs_copy, i,
301 *regs = regs_copy;
  /src/external/gpl3/gdb.old/dist/gdb/nat/
mips-linux-watch.c 235 struct pt_watch_regs regs_copy; local
281 regs_copy = *regs;
282 for (i = 0; i < mips_linux_watch_get_num_valid (&regs_copy); i++)
284 t_low = mips_linux_watch_get_watchlo (&regs_copy, i);
285 t_hi = get_reg_mask (&regs_copy, i) | IRW_MASK;
295 mips_linux_watch_set_watchlo (&regs_copy, i,
297 mips_linux_watch_set_watchhi (&regs_copy, i,
301 *regs = regs_copy;
mips-linux-watch.c 235 struct pt_watch_regs regs_copy; local
281 regs_copy = *regs;
282 for (i = 0; i < mips_linux_watch_get_num_valid (&regs_copy); i++)
284 t_low = mips_linux_watch_get_watchlo (&regs_copy, i);
285 t_hi = get_reg_mask (&regs_copy, i) | IRW_MASK;
295 mips_linux_watch_set_watchlo (&regs_copy, i,
297 mips_linux_watch_set_watchhi (&regs_copy, i,
301 *regs = regs_copy;

Completed in 46 milliseconds