Preserve selected thread in all-stop w/ background execution
[deliverable/binutils-gdb.git] / gdb / alpha-linux-nat.c
index 91f5b4c6fb0d0145e05b570d5b25a7b85a650244..4f881532cebe7c7e58900dbf1f978b1755181575 100644 (file)
@@ -1,5 +1,5 @@
 /* Low level Alpha GNU/Linux interface, for GDB when running native.
-   Copyright (C) 2005-2019 Free Software Foundation, Inc.
+   Copyright (C) 2005-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
+#include "target.h"
+#include "regcache.h"
+#include "linux-nat-trad.h"
 
-/* Standard C includes.  */
+#include "alpha-tdep.h"
+#include "gdbarch.h"
+
+#include "nat/gdb_ptrace.h"
 #include <alpha/ptrace.h>
-#include <sys/procfs.h>
 
-/* Local non-gdb includes.  */
-#include "alpha-tdep.h"
+#include <sys/procfs.h>
 #include "gregset.h"
-#include "linux-nat-trad.h"
-#include "nat/gdb_ptrace.h"
-#include "regcache.h"
-#include "target.h"
 
 /* The address of UNIQUE for ptrace.  */
 #define ALPHA_UNIQUE_PTRACE_ADDR 65
This page took 0.029421 seconds and 4 git commands to generate.