* source.c (openp): Skip $cdir in PATH.
[deliverable/binutils-gdb.git] / gdb / gdbthread.h
index 4ab211174a89f218d754b50e42f194b4b93809b9..cd24eaf2fb08e57aae782c55caa635b3cfb0e95b 100644 (file)
@@ -187,6 +187,10 @@ struct thread_info
 
   /* Private data used by the target vector implementation.  */
   struct private_thread_info *private;
+
+  /* Function that is called to free PRIVATE.  If this is NULL, then
+     xfree will be called on PRIVATE.  */
+  void (*private_dtor) (struct private_thread_info *);
 };
 
 /* Create an empty thread list, or empty the existing one.  */
@@ -346,4 +350,6 @@ extern struct cleanup *make_cleanup_restore_current_thread (void);
    INFERIOR_PTID.  INFERIOR_PTID *must* be in the thread list.  */
 extern struct thread_info* inferior_thread (void);
 
+extern void update_thread_list (void);
+
 #endif /* GDBTHREAD_H */
This page took 0.023207 seconds and 4 git commands to generate.