Home
last modified time | relevance | path

Searched refs:c_cpu (Results 1 – 6 of 6) sorted by relevance

/qemu/gdbstub/
H A Dgdbstub.c659 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()
[all …]
H A Dsystem.c98 s->c_cpu = gdb_first_attached_cpu(); in gdb_chr_event()
99 s->g_cpu = s->c_cpu; in gdb_chr_event()
120 qemu_cpu_kick(gdbserver_state.c_cpu); in gdb_syscall_handling()
125 CPUState *cpu = gdbserver_state.c_cpu; in gdb_vm_state_change()
H A Dsyscalls.c37 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()
H A Duser-target.c220 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()
H A Duser.c295 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()
H A Dinternals.h51 CPUState *c_cpu; /* current CPU for step/continue ops */ member