Searched refs:u_debugreg (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | i386v-nat.c | 183 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()
|
| H A D | amd64-linux-nat.c | 248 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()
|
| H A D | i386-linux-nat.c | 632 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextNetBSD_i386.cpp | 63 uint32_t u_debugreg[8]; // Debug registers (DR0 - DR7). member 67 #define DR_SIZE sizeof(((UserArea *)NULL)->u_debugreg[0]) 69 (LLVM_EXTENSION offsetof(UserArea, u_debugreg[reg_index]))
|
| H A D | RegisterContextLinux_i386.cpp | 76 uint32_t u_debugreg[8]; // Debug registers (DR0 - DR7). member 79 #define DR_SIZE sizeof(((UserArea *)NULL)->u_debugreg[0])
|