Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A 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()
H A 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()
H A 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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextNetBSD_i386.cpp63 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 DRegisterContextLinux_i386.cpp76 uint32_t u_debugreg[8]; // Debug registers (DR0 - DR7). member
79 #define DR_SIZE sizeof(((UserArea *)NULL)->u_debugreg[0])