Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Dgdbstub.c647 CPUState *cpu = gdbserver_state.c_cpu; in gdb_set_cpu_pc()
845 gdbserver_state.c_cpu = last_target; in gdb_handle_vcont()
1021 if (pid == gdb_get_cpu_pid(gdbserver_state.c_cpu)) { in handle_detach()
1022 gdbserver_state.c_cpu = gdb_first_attached_cpu(); in handle_detach()
1029 if (!gdbserver_state.c_cpu) { in handle_detach()
1129 gdbserver_state.c_cpu = cpu; in handle_set_thread()
1151 res = gdb_breakpoint_insert(gdbserver_state.c_cpu, in handle_insert_bp()
1175 res = gdb_breakpoint_remove(gdbserver_state.c_cpu, in handle_remove_bp()
1348 cpu_single_step(gdbserver_state.c_cpu, gdbserver_state.sstep_flags); in handle_step()
1423 gdbserver_state.c_cpu = cpu; in handle_v_attach()
[all …]
H A Dsystem.c96 s->c_cpu = gdb_first_attached_cpu(); in gdb_chr_event()
97 s->g_cpu = s->c_cpu; in gdb_chr_event()
118 qemu_cpu_kick(gdbserver_state.c_cpu); in gdb_syscall_handling()
123 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.c293 gdbserver_state.c_cpu = gdb_first_attached_cpu(); in gdb_accept_init()
294 gdbserver_state.g_cpu = gdbserver_state.c_cpu; in gdb_accept_init()
765 gdb_handlesig(gdbserver_state.c_cpu, 0, NULL, NULL, 0); in gdb_syscall_handling()
H A Duser-target.c220 ts = get_task_state(gdbserver_state.c_cpu); in gdb_handle_query_offsets()
256 ts = get_task_state(gdbserver_state.c_cpu); in gdb_handle_query_xfer_auxv()
H A Dinternals.h51 CPUState *c_cpu; /* current CPU for step/continue ops */ member