Home
last modified time | relevance | path

Searched refs:u_debugreg (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Di386v-nat.c183 ptrace (6, pid, offsetof (struct user, u_debugreg[DR_CONTROL]), in i386_insert_aligned_watchpoint()
185 ptrace (6, pid, offsetof (struct user, u_debugreg[free_debug_register]), in i386_insert_aligned_watchpoint()
246 ptrace (6, pid, offsetof (struct user, u_debugreg[DR_CONTROL]), in i386_remove_watchpoint()
248 ptrace (6, pid, offsetof (struct user, u_debugreg[DR_STATUS]), 0); in i386_remove_watchpoint()
261 status = ptrace (3, pid, offsetof (struct user, u_debugreg[DR_STATUS]), 0); in i386_stopped_by_watchpoint()
262 ptrace (6, pid, offsetof (struct user, u_debugreg[DR_STATUS]), 0); in i386_stopped_by_watchpoint()
Damd64-linux-nat.c248 offsetof (struct user, u_debugreg[regnum]), 0); in amd64_linux_dr_get()
270 ptrace (PT_WRITE_U, tid, offsetof (struct user, u_debugreg[regnum]), value); in amd64_linux_dr_set()
Di386-linux-nat.c632 offsetof (struct user, u_debugreg[regnum]), 0); in i386_linux_dr_get()
655 offsetof (struct user, u_debugreg[regnum]), value); in i386_linux_dr_set()
/mirbsd/src/sys/compat/linux/
Dlinux_ptrace.c120 int u_debugreg[8]; member
121 #define u_debugreg_end u_debugreg[7]
305 else if (addr >= LUSR_OFF(u_debugreg)
307 int off = (addr - LUSR_OFF(u_debugreg)) / sizeof(int);
342 if (addr >= LUSR_OFF(u_debugreg)
344 int off = (addr - LUSR_OFF(u_debugreg)) / sizeof(int);