Lines Matching refs:c_cpu
659 CPUState *cpu = gdbserver_state.c_cpu; in gdb_set_cpu_pc()
857 gdbserver_state.c_cpu = last_target; in gdb_handle_vcont()
1033 if (pid == gdb_get_cpu_pid(gdbserver_state.c_cpu)) { in handle_detach()
1034 gdbserver_state.c_cpu = gdb_first_attached_cpu(); in handle_detach()
1041 if (!gdbserver_state.c_cpu) { in handle_detach()
1141 gdbserver_state.c_cpu = cpu; in handle_set_thread()
1163 res = gdb_breakpoint_insert(gdbserver_state.c_cpu, in handle_insert_bp()
1187 res = gdb_breakpoint_remove(gdbserver_state.c_cpu, in handle_remove_bp()
1360 cpu_single_step(gdbserver_state.c_cpu, gdbserver_state.sstep_flags); in handle_step()
1435 gdbserver_state.c_cpu = cpu; in handle_v_attach()
1673 if (get_task_state(gdbserver_state.c_cpu)) { in handle_query_supported()
2028 gdb_append_thread_id(gdbserver_state.c_cpu, gdbserver_state.str_buf); in handle_target_halt()
2038 gdb_breakpoint_remove_all(gdbserver_state.c_cpu); in handle_target_halt()
2305 gdbserver_state.c_cpu = cpu; in gdb_set_stop_cpu()