Lines Matching defs:remote_state
257 struct remote_state struct
265 char *buf;
266 long buf_size;
270 int starting_up;
276 long explicit_packet_size;
285 int cached_wait_status;
290 int noack_mode;
293 int extended;
297 int multi_process_aware;
305 int waiting_for_stop_reply;
308 int non_stop_aware;
311 int support_vCont_t;
314 int cond_tracepoints;
318 int cond_breakpoints;
322 int breakpoint_commands;
325 int fast_tracepoints;
328 int static_tracepoints;
332 int install_in_trace;
336 int disconnected_tracing;
340 int enable_disable_tracepoints;
366 remote_multi_process_p (struct remote_state *rs) in remote_multi_process_p() argument
375 static struct remote_state remote_state; variable