Home
last modified time | relevance | path

Searched refs:g_cpu (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/gdbstub/
H A Dgdbstub.c970 user_ctx = (void *)gdbserver_state.g_cpu; in process_string_cmd()
1025 if (pid == gdb_get_cpu_pid(gdbserver_state.g_cpu)) { in handle_detach()
1026 gdbserver_state.g_cpu = gdb_first_attached_cpu(); in handle_detach()
1133 gdbserver_state.g_cpu = cpu; in handle_set_thread()
1226 reg_size = gdb_read_register(gdbserver_state.g_cpu, in handle_get_reg()
1308 cpu_synchronize_state(gdbserver_state.g_cpu); in handle_write_all_regs()
1327 cpu_synchronize_state(gdbserver_state.g_cpu); in handle_read_all_regs()
1331 len += gdb_read_register(gdbserver_state.g_cpu, in handle_read_all_regs()
1422 gdbserver_state.g_cpu = cpu; in handle_v_attach()
1711 cc = CPU_GET_CLASS(gdbserver_state.g_cpu); in handle_query_xfer_features()
[all …]
H A Duser-target.c277 if (target_memory_rw_debug(gdbserver_state.g_cpu, saved_auxv + offset, in gdb_handle_query_xfer_auxv()
314 int fd = do_guest_openat(cpu_env(gdbserver_state.g_cpu), 0, filename, in gdb_handle_v_file_open()
H A Dinternals.h52 CPUState *g_cpu; /* current CPU for other ops */ member
H A Dsystem.c97 s->g_cpu = s->c_cpu; in gdb_chr_event()
H A Duser.c294 gdbserver_state.g_cpu = gdbserver_state.c_cpu; in gdb_accept_init()