Home
last modified time | relevance | path

Searched refs:gdb_first_attached_cpu (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/gdbstub/
H A Dinternals.h132 CPUState *gdb_first_attached_cpu(void);
H A Dgdbstub.c298 CPUState *gdb_first_attached_cpu(void) in gdb_first_attached_cpu() function
317 return gdb_first_attached_cpu(); in gdb_get_cpu()
785 cpu = gdb_first_attached_cpu(); in gdb_handle_vcont()
1022 gdbserver_state.c_cpu = gdb_first_attached_cpu(); in handle_detach()
1026 gdbserver_state.g_cpu = gdb_first_attached_cpu(); in handle_detach()
1590 gdbserver_state.query_cpu = gdb_first_attached_cpu(); in handle_query_first_threads()
H A Dsystem.c96 s->c_cpu = gdb_first_attached_cpu(); in gdb_chr_event()
H A Duser.c293 gdbserver_state.c_cpu = gdb_first_attached_cpu(); in gdb_accept_init()