Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Dgdbstub.c598 CPUState *cpu = gdbserver_state.c_cpu; in gdb_set_cpu_pc()
796 gdbserver_state.c_cpu = last_target; in gdb_handle_vcont()
998 if (pid == gdb_get_cpu_pid(gdbserver_state.c_cpu)) { in handle_detach()
1006 if (!gdbserver_state.c_cpu) { in handle_detach()
1099 gdbserver_state.c_cpu = cpu; in handle_set_thread()
1121 res = gdb_breakpoint_insert(gdbserver_state.c_cpu, in handle_insert_bp()
1145 res = gdb_breakpoint_remove(gdbserver_state.c_cpu, in handle_remove_bp()
1393 gdbserver_state.c_cpu = cpu; in handle_v_attach()
1617 if (gdbserver_state.c_cpu->opaque) { in handle_query_supported()
1867 gdb_breakpoint_remove_all(gdbserver_state.c_cpu); in handle_target_halt()
[all …]
H A Dsyscalls.c36 return gdbserver_state.init && gdbserver_state.c_cpu; in gdb_attached()
194 gdbserver_syscall_state.current_syscall_cb(gdbserver_state.c_cpu, in gdb_handle_file_io()
H A Dsystem.c95 s->c_cpu = gdb_first_attached_cpu(); in gdb_chr_event()
96 s->g_cpu = s->c_cpu; in gdb_chr_event()
117 qemu_cpu_kick(gdbserver_state.c_cpu); in gdb_syscall_handling()
122 CPUState *cpu = gdbserver_state.c_cpu; in gdb_vm_state_change()
H A Duser.c204 gdbserver_state.c_cpu = gdb_first_attached_cpu(); in gdb_accept_init()
205 gdbserver_state.g_cpu = gdbserver_state.c_cpu; in gdb_accept_init()
500 gdb_handlesig(gdbserver_state.c_cpu, 0); in gdb_syscall_handling()
H A Duser-target.c219 ts = gdbserver_state.c_cpu->opaque; in gdb_handle_query_offsets()
255 ts = gdbserver_state.c_cpu->opaque; in gdb_handle_query_xfer_auxv()
H A Dinternals.h51 CPUState *c_cpu; /* current CPU for step/continue ops */ member