Multi-target support
[deliverable/binutils-gdb.git] / gdb / gdbsupport / common-gdbthread.h
index 57d087030165f2b5992ef8d7fff0694ad3e5e53f..050ad80322b500321e5210cbb045225c661ad8e8 100644 (file)
 #ifndef COMMON_COMMON_GDBTHREAD_H
 #define COMMON_COMMON_GDBTHREAD_H
 
+struct process_stratum_target;
+
 /* Switch from one thread to another.  */
-extern void switch_to_thread (ptid_t ptid);
+extern void switch_to_thread (process_stratum_target *proc_target,
+                             ptid_t ptid);
 
 #endif /* COMMON_COMMON_GDBTHREAD_H */
This page took 0.026249 seconds and 4 git commands to generate.