gdb: defer commit resume until all available events are consumed
[deliverable/binutils-gdb.git] / gdb / i386-sol2-nat.c
index f54b3b109e8d910fec445b543b2ed2674dbcbf94..054d2ec81b6a5da9903107ff1bc756f37948b876 100644 (file)
@@ -178,10 +178,22 @@ fill_fpregset (const struct regcache *regcache,
    format and GDB's register array layout.  */
 static int regmap[] =
 {
-  EAX, ECX, EDX, EBX,
-  UESP, EBP, ESI, EDI,
-  EIP, EFL, CS, SS,
-  DS, ES, FS, GS
+  11   /* EAX */,
+  10   /* ECX */,
+  9    /* EDX */,
+  8    /* EBX */,
+  17   /* UESP */,
+  6    /* EBP */,
+  5    /* ESI */,
+  4    /* EDI */,
+  14   /* EIP */,
+  16   /* EFL */,
+  15   /* CS */,
+  18   /* SS */,
+  3    /* DS */,
+  2    /* ES */,
+  1    /* FS */,
+  0    /* GS */
 };
 
 /* Fill GDB's register array with the general-purpose register values
This page took 0.026585 seconds and 4 git commands to generate.