Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Dsyscalls.c25 gdb_syscall_complete_cb current_syscall_cb; member
73 gdbserver_syscall_state.current_syscall_cb = NULL; in gdb_syscall_reset()
78 if (gdbserver_syscall_state.current_syscall_cb) { in gdb_handled_syscall()
102 gdbserver_syscall_state.current_syscall_cb = cb; in gdb_do_syscall()
153 if (params->len >= 1 && gdbserver_syscall_state.current_syscall_cb) { in gdb_handle_file_io()
194 gdbserver_syscall_state.current_syscall_cb(gdbserver_state.c_cpu, in gdb_handle_file_io()
196 gdbserver_syscall_state.current_syscall_cb = NULL; in gdb_handle_file_io()