Home
last modified time | relevance | path

Searched refs:gdb_get_register_list (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/exec/
H A Dgdbstub.h137 GArray *gdb_get_register_list(CPUState *cpu);
/openbmc/qemu/plugins/
H A Dapi.c526 g_autoptr(GArray) regs = gdb_get_register_list(current_cpu); in qemu_plugin_get_registers()
/openbmc/qemu/gdbstub/
H A Dgdbstub.c496 GArray *gdb_get_register_list(CPUState *cpu) in gdb_get_register_list() function