Home
last modified time | relevance | path

Searched refs:allow_stop_reply (Results 1 – 5 of 5) sorted by relevance

/qemu/gdbstub/
H A Duser.c186 if (gdbserver_state.allow_stop_reply) { in gdb_exit()
189 gdbserver_state.allow_stop_reply = false; in gdb_exit()
227 if (gdbserver_state.allow_stop_reply) { in gdb_handlesig()
236 gdbserver_state.allow_stop_reply = false; in gdb_handlesig()
281 !gdbserver_state.allow_stop_reply) { in gdb_signalled()
287 gdbserver_state.allow_stop_reply = false; in gdb_signalled()
585 if (!gdbserver_state.allow_stop_reply) { in gdbserver_fork_end()
596 gdbserver_state.allow_stop_reply = false; in gdbserver_fork_end()
H A Dsystem.c49 gdbserver_state.allow_stop_reply = false; in reset_gdbserver_state()
145 if (!gdbserver_state.allow_stop_reply) { in gdb_vm_state_change()
217 gdbserver_state.allow_stop_reply = false; in gdb_vm_state_change()
436 if (gdbserver_state.allow_stop_reply) { in gdb_exit()
439 gdbserver_state.allow_stop_reply = false; in gdb_exit()
H A Dgdbstub.c985 gdbserver_state.allow_stop_reply = cmd->allow_stop_reply; in process_string_cmd()
1437 if (gdbserver_state.allow_stop_reply) { in handle_v_attach()
1441 gdbserver_state.allow_stop_reply = false; in handle_v_attach()
1467 .allow_stop_reply = true,
1474 .allow_stop_reply = true,
2026 if (gdbserver_state.allow_stop_reply) { in handle_target_halt()
2031 gdbserver_state.allow_stop_reply = false; in handle_target_halt()
2057 .allow_stop_reply = true, in gdb_handle_packet()
2068 .allow_stop_reply = true, in gdb_handle_packet()
2080 .allow_stop_reply = true, in gdb_handle_packet()
[all …]
H A Dinternals.h72 bool allow_stop_reply; member
/qemu/include/gdbstub/
H A Dcommands.h65 bool allow_stop_reply; member