Home | History | Annotate | Download | only in m_gdbserver

Lines Matching refs:int_value

196    int int_value;
217 int_value = 0;
220 case -2: int_value = 0; break;
221 case -1: int_value = 0; break;
222 case 0: int_value = 1; break;
242 if (int_value) { VG_(gdb_printf) (
275 int_value = 0;
279 int_value = strtol (wcmd, &the_end, 10);
286 VG_(dyn_vgdb_error), int_value);
287 VG_(dyn_vgdb_error) = int_value;
290 VG_(debugLog_getLevel)(), int_value);
291 VG_(debugLog_startup) (int_value, "gdbsrv");
295 VG_(clo_merge_recursive_frames), int_value);
296 VG_(clo_merge_recursive_frames) = int_value;
479 int_value = strtol (wcmd, NULL, 10);
480 VG_(printf) ("gdbserver: continuing in %d ms ...\n", int_value);
481 VG_(poll)(NULL, 0, int_value);