lwp_info: Make the arch code free arch_lwp_info
[deliverable/binutils-gdb.git] / gdb / gdbserver / dll.h
index 879f5badc3d5742d3fda29be43c4ea2e7c9c1331..39e5eb0653716826e48dd73fc5c4cb9c0c8c48f4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2014 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 
 struct dll_info
 {
+  /* This must appear first.  See inferiors.h.
+     The list iterator functions assume it.  */
   struct inferior_list_entry entry;
+
   char *name;
   CORE_ADDR base_addr;
 };
This page took 0.024234 seconds and 4 git commands to generate.