Searched refs:u_debugreg (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | 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-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| HD | RegisterContextLinux_i386.cpp | 76 uint32_t u_debugreg[8]; // Debug registers (DR0 - DR7). member 79 #define DR_SIZE sizeof(((UserArea *)NULL)->u_debugreg[0])
|