gdb/gdbserver/
[binutils-gdb.git] / gdb / gdbserver / target.h
index e974ecb0b5acb427edf34b36e254426f27a728fd..1f9f921c68be5a6649f74cab76a795db24395256 100644 (file)
@@ -53,7 +53,8 @@ struct thread_resume
   /* If non-zero, send this signal when we resume, or to stop the
      thread.  If stopping a thread, and this is 0, the target should
      stop the thread however it best decides to (e.g., SIGSTOP on
-     linux; SuspendThread on win32).  */
+     linux; SuspendThread on win32).  This is a host signal value (not
+     enum target_signal).  */
   int sig;
 };