gdb/
[deliverable/binutils-gdb.git] / gdb / gdbserver / target.h
index 6c9a4d7baa5529fbfe016a13bce635598db78cf0..9ee87a2eeb169ca23bb798e370969f842dd4e907 100644 (file)
@@ -81,9 +81,11 @@ struct target_ops
 
   /* Wait for the inferior process to change state.
 
-     STATUSP will be filled in with a response code to send to GDB.
+     STATUS will be filled in with a response code to send to GDB.
 
-     Returns the signal which caused the process to stop.  */
+     Returns the signal which caused the process to stop, in the
+     remote protocol numbering (e.g. TARGET_SIGNAL_STOP), or the
+     exit code as an integer if *STATUS is 'W'.  */
 
   unsigned char (*wait) (char *status);
 
This page took 0.026156 seconds and 4 git commands to generate.