Home
last modified time | relevance | path

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

/openbmc/qemu/include/gdbstub/
H A Dcommands.h13 typedef union GdbCmdVariant { union
23 } GdbCmdVariant; typedef
25 #define gdb_get_cmd_param(p, i) (&g_array_index(p, GdbCmdVariant, i))
/openbmc/qemu/gdbstub/
H A Dgdbstub.c888 GdbCmdVariant this_param; in cmd_parse_params()
946 g_autoptr(GArray) params = g_array_new(false, true, sizeof(GdbCmdVariant)); in process_string_cmd()