Searched refs:c_cpu (Results 1 – 6 of 6) sorted by relevance
37 return gdbserver_state.init && gdbserver_state.c_cpu; in gdb_attached()195 gdbserver_syscall_state.current_syscall_cb(gdbserver_state.c_cpu, in gdb_handle_file_io()
99 s->c_cpu = gdb_first_attached_cpu(); in gdb_chr_event()100 s->g_cpu = s->c_cpu; in gdb_chr_event()121 qemu_cpu_kick(gdbserver_state.c_cpu); in gdb_syscall_handling()126 CPUState *cpu = gdbserver_state.c_cpu; in gdb_vm_state_change()
660 CPUState *cpu = gdbserver_state.c_cpu; in gdb_set_cpu_pc()858 gdbserver_state.c_cpu = last_target; in gdb_handle_vcont()1034 if (pid == gdb_get_cpu_pid(gdbserver_state.c_cpu)) { in handle_detach()1035 gdbserver_state.c_cpu = gdb_first_attached_cpu(); in handle_detach()1042 if (!gdbserver_state.c_cpu) { in handle_detach()1142 gdbserver_state.c_cpu = cpu; in handle_set_thread()1164 res = gdb_breakpoint_insert(gdbserver_state.c_cpu, in handle_insert_bp()1188 res = gdb_breakpoint_remove(gdbserver_state.c_cpu, in handle_remove_bp()1361 cpu_single_step(gdbserver_state.c_cpu, gdbserver_state.sstep_flags); in handle_step()1436 gdbserver_state.c_cpu = cpu; in handle_v_attach()[all …]
220 ts = get_task_state(gdbserver_state.c_cpu); in gdb_handle_query_offsets()254 ts = get_task_state(gdbserver_state.c_cpu); in gdb_handle_query_xfer_auxv()
51 CPUState *c_cpu; /* current CPU for step/continue ops */ member
295 gdbserver_state.c_cpu = gdb_first_attached_cpu(); in gdb_accept_init()296 gdbserver_state.g_cpu = gdbserver_state.c_cpu; in gdb_accept_init()842 gdb_handlesig(gdbserver_state.c_cpu, 0, NULL, NULL, 0); in gdb_syscall_handling()