Searched refs:multiprocess (Results 1 – 6 of 6) sorted by relevance
81 bool multiprocess;61 bool multiprocess; global() member
668 if (gdbserver_state.multiprocess) { in gdb_append_thread_id() 1015 if (gdbserver_state.multiprocess) { in handle_detach() 1638 if (gdbserver_state.multiprocess && (gdbserver_state.process_num > 1)) { in handle_query_thread_extra() 1639 /* Print the CPU model and name in multiprocess mode */ in handle_query_thread_extra() 1699 if (strstr(gdb_supported, "multiprocess+")) { in handle_query_supported() 1700 gdbserver_state.multiprocess = true; in handle_query_supported() 1707 g_string_append(gdbserver_state.str_buf, ";vContSupported+;multiprocess+"); in handle_query_supported()
159 printf "%s\n" ' multiprocess Out of process device emulation support'416 --enable-multiprocess) printf "%s" -Dmultiprocess=enabled ;;417 --disable-multiprocess) printf "%s" -Dmultiprocess=disabled ;;
112 option('multiprocess', type: 'feature', value: 'auto',108 option('multiprocess', type: 'feature', value: 'auto', global() feature
217 multiprocess_allowed = get_option('multiprocess') \