| commit | a49ce729c808b5762faf948a34e6159a6d8874de | [log] [tgz] | 
|---|---|---|
| author | John Baldwin <jhb@FreeBSD.org> | Tue Mar 22 12:05:43 2022 -0700 | 
| committer | John Baldwin <jhb@FreeBSD.org> | Tue Mar 22 12:05:43 2022 -0700 | 
| tree | 28ca865350f3adfc5ff8ee5f3c95c0ff856afb01 | |
| parent | b1babce7c31def7fb894875136788490b167f989 [diff] | 
Add an x86_fbsd_nat_target mixin class for FreeBSD x86 native targets. This class implements debug register support common between the i386 and amd64 native targets. While here, remove #ifdef's for HAVE_PT_GETDBREGS in FreeBSD-specific code. The ptrace request has been present on FreeBSD x86 architectures since 4.0 (released in March 2000). The last FreeBSD release without this support is 3.5 released in June 2000.