Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Dgdbstub.c52 typedef struct GDBRegisterState { struct
57 } GDBRegisterState; typedef
358 GDBRegisterState *r; in get_feature_xml()
387 r = &g_array_index(cpu->gdb_regs, GDBRegisterState, i); in get_feature_xml()
402 r = &g_array_index(cpu->gdb_regs, GDBRegisterState, i); in get_feature_xml()
506 GDBRegisterState *r = &g_array_index(cpu->gdb_regs, GDBRegisterState, f); in gdb_get_register_list()
523 GDBRegisterState *r; in gdb_read_register()
530 r = &g_array_index(cpu->gdb_regs, GDBRegisterState, i); in gdb_read_register()
540 GDBRegisterState *r; in gdb_write_register()
547 r = &g_array_index(cpu->gdb_regs, GDBRegisterState, i); in gdb_write_register()
[all …]