Home
last modified time | relevance | path

Searched refs:multiprocess (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/functional/
H A Dmeson.build
/openbmc/qemu/gdbstub/
H A Dinternals.h81 bool multiprocess;
61 bool multiprocess; global() member
H A Dgdbstub.c668 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()
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh159 printf "%s\n" ' multiprocess Out of process device emulation support'
416 --enable-multiprocess) printf "%s" -Dmultiprocess=enabled ;;
417 --disable-multiprocess) printf "%s" -Dmultiprocess=disabled ;;
/openbmc/qemu/
H A Dmeson_options.txt112 option('multiprocess', type: 'feature', value: 'auto',
108 option('multiprocess', type: 'feature', value: 'auto', global() feature
H A Dmeson.build217 multiprocess_allowed = get_option('multiprocess') \