move some static thread state into remote_state
[deliverable/binutils-gdb.git] / gdb / solib-svr4.h
index c485e9669b684dd9657aed227bfbe4ef8e74029f..66a06e13915714edb9a4b80241d4d27e4662b92f 100644 (file)
@@ -1,6 +1,6 @@
 /* Handle shared libraries for GDB, the GNU Debugger.
 
-   Copyright (C) 2000, 2004, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2000-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -37,6 +37,9 @@ struct link_map_offsets
     /* Offset of r_debug.r_map.  */
     int r_map_offset;
 
+    /* Offset of r_debug.r_brk.  */
+    int r_brk_offset;
+
     /* Offset of r_debug.r_ldsomap.  */
     int r_ldsomap_offset;
 
This page took 0.024555 seconds and 4 git commands to generate.