]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove USE_SIGTRAP_SIGINFO condition for FreeBSD/x86 debug regs support.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 22 Mar 2022 19:05:43 +0000 (12:05 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 22 Mar 2022 19:05:43 +0000 (12:05 -0700)
commit711b0b6698ff6350b7c61710491c76c749945d4a
treef3f309efa231ad268730188827235314600a4ff5
parentde8fd80cf997516710c4f30e17e346e531cb2a4f
Remove USE_SIGTRAP_SIGINFO condition for FreeBSD/x86 debug regs support.

For BSD x86 targets, stopped_by_hw_breakpoint doesn't check siginfo_t
but inspects the DR6 register directly via PT_GETDBREGS.
gdb/amd64-fbsd-nat.c
gdb/i386-fbsd-nat.c