Remote protocol for d10v. Mainly responsible for translating GDB d10v
[deliverable/binutils-gdb.git] / gdb / gnu-nat.h
index 8f0ab7b3c826fec47cb7939fa767ca3a07fbf805..84ce64bbe1776fb0de03635731598aec13c3dba3 100644 (file)
@@ -46,8 +46,9 @@ struct proc
   int cur_sc;                  /* Implemented suspend count.  */
   int run_sc;                  /* Default sc when the program is running. */
   int pause_sc;                        /* Default sc when gdb has control. */
-  int resume_sc;               /* Sc resulting form the last resume. */
-  int detach_sc;               /* SC to leave around when detaching from program. */
+  int resume_sc;               /* Sc resulting from the last resume. */
+  int detach_sc;               /* SC to leave around when detaching
+                                  from program. */
 
   thread_state_data_t state;   /* Registers, &c. */
   int state_valid : 1;         /* True if STATE is up to date. */
This page took 0.031447 seconds and 4 git commands to generate.