Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Duser.c184 if (gdbserver_state.allow_stop_reply) { in gdb_exit()
187 gdbserver_state.allow_stop_reply = false; in gdb_exit()
225 if (gdbserver_state.allow_stop_reply) { in gdb_handlesig()
234 gdbserver_state.allow_stop_reply = false; in gdb_handlesig()
279 !gdbserver_state.allow_stop_reply) { in gdb_signalled()
285 gdbserver_state.allow_stop_reply = false; in gdb_signalled()
505 if (!gdbserver_state.allow_stop_reply) { in gdbserver_fork_end()
516 gdbserver_state.allow_stop_reply = false; in gdbserver_fork_end()
H A Dsystem.c47 gdbserver_state.allow_stop_reply = false; in reset_gdbserver_state()
143 if (!gdbserver_state.allow_stop_reply) { in gdb_vm_state_change()
213 gdbserver_state.allow_stop_reply = false; in gdb_vm_state_change()
430 if (gdbserver_state.allow_stop_reply) { in gdb_exit()
433 gdbserver_state.allow_stop_reply = false; in gdb_exit()
H A Dgdbstub.c973 gdbserver_state.allow_stop_reply = cmd->allow_stop_reply; in process_string_cmd()
1425 if (gdbserver_state.allow_stop_reply) { in handle_v_attach()
1455 .allow_stop_reply = true,
1462 .allow_stop_reply = true,
2019 if (gdbserver_state.allow_stop_reply) { in handle_target_halt()
2050 .allow_stop_reply = true, in gdb_handle_packet()
2061 .allow_stop_reply = true, in gdb_handle_packet()
2073 .allow_stop_reply = true, in gdb_handle_packet()
2113 .allow_stop_reply = true, in gdb_handle_packet()
2125 .allow_stop_reply = true, in gdb_handle_packet()
[all …]
H A Dinternals.h72 bool allow_stop_reply; member
/openbmc/qemu/include/gdbstub/
H A Dcommands.h65 bool allow_stop_reply; member