[ARC] Disassembler: fix LIMM detection for short instructions.
[deliverable/binutils-gdb.git] / gdb / linux-nat.h
index 73888e5f33648ced8efb1a1e604912c5cf2dfb0a..f6102f78e9deca734079f6eb83a527abbb2d5a8f 100644 (file)
@@ -101,7 +101,9 @@ struct lwp_info
   /* Arch-specific additions.  */
   struct arch_lwp_info *arch_private;
 
-  /* Next LWP in list.  */
+  /* Previous and next pointers in doubly-linked list of known LWPs,
+     sorted by reverse creation order.  */
+  struct lwp_info *prev;
   struct lwp_info *next;
 };
 
This page took 0.045249 seconds and 4 git commands to generate.