Searched refs:u_debugreg (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | i386v-nat.c | 187 ptrace (6, pid, offsetof (struct user, u_debugreg[DR_CONTROL]), in i386_insert_aligned_watchpoint() 189 ptrace (6, pid, offsetof (struct user, u_debugreg[free_debug_register]), in i386_insert_aligned_watchpoint() 250 ptrace (6, pid, offsetof (struct user, u_debugreg[DR_CONTROL]), in i386_remove_watchpoint() 252 ptrace (6, pid, offsetof (struct user, u_debugreg[DR_STATUS]), 0); in i386_remove_watchpoint() 265 status = ptrace (3, pid, offsetof (struct user, u_debugreg[DR_STATUS]), 0); in i386_stopped_by_watchpoint() 266 ptrace (6, pid, offsetof (struct user, u_debugreg[DR_STATUS]), 0); in i386_stopped_by_watchpoint()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextLinux_i386.cpp | 77 uint32_t u_debugreg[8]; // Debug registers (DR0 - DR7). member 80 #define DR_SIZE sizeof(((UserArea *)NULL)->u_debugreg[0])
|