Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Dinternals.h175 typedef union GdbCmdVariant { union
185 } GdbCmdVariant; typedef
187 #define get_param(p, i) (&g_array_index(p, GdbCmdVariant, i))
H A Dgdbstub.c839 GdbCmdVariant this_param; in cmd_parse_params()
934 g_autoptr(GArray) params = g_array_new(false, true, sizeof(GdbCmdVariant)); in process_string_cmd()