gdb/
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.h
index a4e3d5ac6bfc6a74425ad83cc7fae55fffd464ec..0690b8e3b0afe5d20c127d6462e391a62ac94737 100644 (file)
@@ -56,6 +56,9 @@ struct process_info_private
   /* libthread_db-specific additions.  Not NULL if this process has loaded
      thread_db, and it is active.  */
   struct thread_db *thread_db;
+
+  /* &_r_debug.  0 if not yet determined.  -1 if no PT_DYNAMIC in Phdrs.  */
+  CORE_ADDR r_debug;
 };
 
 struct lwp_info;
This page took 0.024119 seconds and 4 git commands to generate.