Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Dsystem.c559 int gdb_continue_partial(char *newstates) in gdb_continue_partial() argument
568 if (newstates[cpu->cpu_index] == 's') { in gdb_continue_partial()
579 switch (newstates[cpu->cpu_index]) { in gdb_continue_partial()
H A Dgdbstub.c726 g_autofree char *newstates = g_new0(char, max_cpus); in gdb_handle_vcont() local
730 newstates[cpu->cpu_index] = 1; in gdb_handle_vcont()
787 if (newstates[cpu->cpu_index] == 1) { in gdb_handle_vcont()
788 newstates[cpu->cpu_index] = cur_action; in gdb_handle_vcont()
807 if (newstates[cpu->cpu_index] == 1) { in gdb_handle_vcont()
808 newstates[cpu->cpu_index] = cur_action; in gdb_handle_vcont()
827 if (newstates[cpu->cpu_index] == 1) { in gdb_handle_vcont()
828 newstates[cpu->cpu_index] = cur_action; in gdb_handle_vcont()
849 gdb_continue_partial(newstates); in gdb_handle_vcont()
H A Dinternals.h155 int gdb_continue_partial(char *newstates);
H A Duser.c642 int gdb_continue_partial(char *newstates) in gdb_continue_partial() argument
651 if (newstates[cpu->cpu_index] == 's') { in gdb_continue_partial()