Change inferior thread list to be a thread map
[deliverable/binutils-gdb.git] / gdb / arm-tdep.h
index 6d1a91ca35ef3b6beda5fb0fe3ab7e2ce2d60310..f802aac5448872a1ad1607b1f4152a4ffe54a2be 100644 (file)
@@ -1,5 +1,5 @@
 /* Common target dependent code for GDB on ARM systems.
-   Copyright (C) 2002-2019 Free Software Foundation, Inc.
+   Copyright (C) 2002-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -26,6 +26,10 @@ struct get_next_pcs;
 struct arm_get_next_pcs;
 struct gdb_get_next_pcs;
 
+/* Set to true if the 32-bit mode is in use.  */
+
+extern bool arm_apcs_32;
+
 #include "gdbarch.h"
 #include "arch/arm.h"
 #include "infrun.h"
This page took 0.025561 seconds and 4 git commands to generate.