Home
last modified time | relevance | path

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

/qemu/gdbstub/
H A Dsystem.c558 int gdb_continue_partial(char *newstates) in gdb_continue_partial() argument
567 if (newstates[cpu->cpu_index] == 's') { in gdb_continue_partial()
578 switch (newstates[cpu->cpu_index]) { in gdb_continue_partial()
H A Dgdbstub.c712 g_autofree char *newstates = g_new0(char, max_cpus); in gdb_handle_vcont() local
716 newstates[cpu->cpu_index] = 1; in gdb_handle_vcont()
773 if (newstates[cpu->cpu_index] == 1) { in gdb_handle_vcont()
774 newstates[cpu->cpu_index] = cur_action; in gdb_handle_vcont()
793 if (newstates[cpu->cpu_index] == 1) { in gdb_handle_vcont()
794 newstates[cpu->cpu_index] = cur_action; in gdb_handle_vcont()
813 if (newstates[cpu->cpu_index] == 1) { in gdb_handle_vcont()
814 newstates[cpu->cpu_index] = cur_action; in gdb_handle_vcont()
835 gdb_continue_partial(newstates); in gdb_handle_vcont()
H A Dinternals.h157 int gdb_continue_partial(char *newstates);
H A Duser.c640 int gdb_continue_partial(char *newstates) in gdb_continue_partial() argument
649 if (newstates[cpu->cpu_index] == 's') { in gdb_continue_partial()