Lines Matching refs:c_cpu

347     CPUState *c_cpu; /* current CPU for step/continue ops */  member
1026 return kvm_insert_breakpoint(gdbserver_state.c_cpu, addr, len, type); in gdb_breakpoint_insert()
1063 return kvm_remove_breakpoint(gdbserver_state.c_cpu, addr, len, type); in gdb_breakpoint_remove()
1116 kvm_remove_all_breakpoints(gdbserver_state.c_cpu); in gdb_breakpoint_remove_all()
1127 CPUState *cpu = gdbserver_state.c_cpu; in gdb_set_cpu_pc()
1550 if (pid == gdb_get_cpu_pid(gdbserver_state.c_cpu)) { in handle_detach()
1551 gdbserver_state.c_cpu = gdb_first_attached_cpu(); in handle_detach()
1558 if (!gdbserver_state.c_cpu) { in handle_detach()
1651 gdbserver_state.c_cpu = cpu; in handle_set_thread()
1874 gdbserver_state.current_syscall_cb(gdbserver_state.c_cpu, ret, err); in handle_file_io()
1892 cpu_single_step(gdbserver_state.c_cpu, get_sstep_flags()); in handle_step()
1967 gdbserver_state.c_cpu = cpu; in handle_v_attach()
2124 ts = gdbserver_state.c_cpu->opaque; in handle_query_offsets()
2177 if (gdbserver_state.c_cpu->opaque) { in handle_query_supported()
2256 ts = gdbserver_state.c_cpu->opaque; in handle_query_xfer_auxv()
2483 gdb_append_thread_id(gdbserver_state.c_cpu, gdbserver_state.str_buf); in handle_target_halt()
2752 gdbserver_state.c_cpu = cpu; in gdb_set_stop_cpu()
2759 CPUState *cpu = gdbserver_state.c_cpu; in gdb_vm_state_change()
2911 gdb_handlesig(gdbserver_state.c_cpu, 0); in gdb_do_syscallv()
2919 qemu_cpu_kick(gdbserver_state.c_cpu); in gdb_do_syscallv()
3200 gdbserver_state.c_cpu = gdb_first_attached_cpu(); in gdb_accept_init()
3201 gdbserver_state.g_cpu = gdbserver_state.c_cpu; in gdb_accept_init()
3383 s->c_cpu = gdb_first_attached_cpu(); in gdb_chr_event()
3384 s->g_cpu = s->c_cpu; in gdb_chr_event()