Searched refs:gdbserver_syscall_state (Results 1 – 1 of 1) sorted by relevance
29 static GDBSyscallState gdbserver_syscall_state; variable74 gdbserver_syscall_state.current_syscall_cb = NULL; in gdb_syscall_reset()79 if (gdbserver_syscall_state.current_syscall_cb) { in gdb_handled_syscall()80 gdb_put_packet(gdbserver_syscall_state.syscall_buf); in gdb_handled_syscall()103 gdbserver_syscall_state.current_syscall_cb = cb; in gdb_do_syscall()106 p = gdbserver_syscall_state.syscall_buf; in gdb_do_syscall()107 p_end = p + sizeof(gdbserver_syscall_state.syscall_buf); in gdb_do_syscall()145 gdb_syscall_handling(gdbserver_syscall_state.syscall_buf); in gdb_do_syscall()154 if (params->len >= 1 && gdbserver_syscall_state.current_syscall_cb) { in gdb_handle_file_io()195 gdbserver_syscall_state.current_syscall_cb(gdbserver_state.c_cpu, in gdb_handle_file_io()[all …]