Home
last modified time | relevance | path

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

/openbmc/qemu/include/gdbstub/
H A Dcommands.h66 bool need_cpu_context; member
/openbmc/qemu/target/arm/
H A Dgdbstub64.c577 .need_cpu_context = true
584 .need_cpu_context = true
591 .need_cpu_context = true
/openbmc/qemu/gdbstub/
H A Dgdbstub.c969 if (cmd->need_cpu_context) { in process_string_cmd()