summaryrefslogtreecommitdiff
path: root/gdb/amd64-fbsd-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/amd64-fbsd-nat.c')
-rw-r--r--gdb/amd64-fbsd-nat.c23
1 files changed, 14 insertions, 9 deletions
diff --git a/gdb/amd64-fbsd-nat.c b/gdb/amd64-fbsd-nat.c
index cc676d3214f..95e5da0bd9c 100644
--- a/gdb/amd64-fbsd-nat.c
+++ b/gdb/amd64-fbsd-nat.c
@@ -18,23 +18,28 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "inferior.h"
-#include "regcache.h"
-#include "target.h"
+/* Standard C includes. */
+#include <machine/reg.h>
#include <signal.h>
-#include <sys/types.h>
#include <sys/ptrace.h>
#include <sys/sysctl.h>
+#include <sys/types.h>
#include <sys/user.h>
-#include <machine/reg.h>
-#include "fbsd-nat.h"
-#include "amd64-tdep.h"
-#include "amd64-nat.h"
+/* Local subdirectory includes. */
+#include "common/x86-xstate.h"
+
+/* Local includes. */
#include "amd64-bsd-nat.h"
+#include "amd64-nat.h"
+#include "amd64-tdep.h"
+#include "fbsd-nat.h"
+#include "inferior.h"
+#include "regcache.h"
+#include "target.h"
#include "x86-nat.h"
-#include "common/x86-xstate.h"
+
class amd64_fbsd_nat_target final