X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgdbserver%2Fdll.h;h=103e630f881dfd0a4c3af443d65aa4a4537ed2ae;hb=173981bc49c9e8fce9271cb47714952dbe2ec627;hp=879f5badc3d5742d3fda29be43c4ea2e7c9c1331;hpb=ecd75fc8eed3bde86036141228074a20e55dcfc9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdbserver/dll.h b/gdb/gdbserver/dll.h index 879f5badc3..103e630f88 100644 --- a/gdb/gdbserver/dll.h +++ b/gdb/gdbserver/dll.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1993-2014 Free Software Foundation, Inc. +/* Copyright (C) 1993-2016 Free Software Foundation, Inc. This file is part of GDB. @@ -20,7 +20,10 @@ 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; };