Lines Matching refs:c_cpu

346     CPUState *c_cpu; /* current CPU for step/continue ops */  member
1034 return kvm_insert_breakpoint(gdbserver_state.c_cpu, addr, len, type); in gdb_breakpoint_insert()
1071 return kvm_remove_breakpoint(gdbserver_state.c_cpu, addr, len, type); in gdb_breakpoint_remove()
1124 kvm_remove_all_breakpoints(gdbserver_state.c_cpu); in gdb_breakpoint_remove_all()
1135 CPUState *cpu = gdbserver_state.c_cpu; in gdb_set_cpu_pc()
1540 if (pid == gdb_get_cpu_pid(gdbserver_state.c_cpu)) { in handle_detach()
1541 gdbserver_state.c_cpu = gdb_first_attached_cpu(); in handle_detach()
1548 if (!gdbserver_state.c_cpu) { in handle_detach()
1641 gdbserver_state.c_cpu = cpu; in handle_set_thread()
1868 gdbserver_state.current_syscall_cb(gdbserver_state.c_cpu, ret, err); in handle_file_io()
1886 cpu_single_step(gdbserver_state.c_cpu, get_sstep_flags()); in handle_step()
1961 gdbserver_state.c_cpu = cpu; in handle_v_attach()
2118 ts = gdbserver_state.c_cpu->opaque; in handle_query_offsets()
2171 if (gdbserver_state.c_cpu->opaque) { in handle_query_supported()
2250 ts = gdbserver_state.c_cpu->opaque; in handle_query_xfer_auxv()
2477 gdb_append_thread_id(gdbserver_state.c_cpu, gdbserver_state.str_buf); in handle_target_halt()
2746 gdbserver_state.c_cpu = cpu; in gdb_set_stop_cpu()
2753 CPUState *cpu = gdbserver_state.c_cpu; in gdb_vm_state_change()
2905 gdb_handlesig(gdbserver_state.c_cpu, 0); in gdb_do_syscallv()
2913 qemu_cpu_kick(gdbserver_state.c_cpu); in gdb_do_syscallv()
3198 gdbserver_state.c_cpu = gdb_first_attached_cpu(); in gdb_accept_init()
3199 gdbserver_state.g_cpu = gdbserver_state.c_cpu; in gdb_accept_init()
3381 s->c_cpu = gdb_first_attached_cpu(); in gdb_chr_event()
3382 s->g_cpu = s->c_cpu; in gdb_chr_event()