Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Duser.c97 enum GDBForkState fork_state; member
443 gdbserver_user_state.fork_state = GDB_FORK_DISABLED; in gdbserver_fork_start()
446 gdbserver_user_state.fork_state = GDB_FORK_INACTIVE; in gdbserver_fork_start()
483 if (gdbserver_user_state.fork_state == GDB_FORK_DISABLED) { in gdbserver_fork_end()
501 gdbserver_user_state.fork_state = GDB_FORK_ACTIVE; in gdbserver_fork_end()
519 switch (gdbserver_user_state.fork_state) { in gdbserver_fork_end()
537 gdbserver_user_state.fork_state = GDB_FORK_INACTIVE; in gdbserver_fork_end()
562 gdbserver_user_state.fork_state = GDB_FORK_ENABLED; in gdbserver_fork_end()
569 gdbserver_user_state.fork_state = GDB_FORK_DISABLED; in gdbserver_fork_end()
597 if (gdbserver_user_state.fork_state == GDB_FORK_ACTIVE && in gdb_handle_set_thread_user()
[all …]