Home
last modified time | relevance | path

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

/qemu/gdbstub/
H A Dsystem.c562 int gdb_continue_partial(char *newstates) in gdb_continue_partial() argument
571 if (newstates[cpu->cpu_index] == 's') { in gdb_continue_partial()
582 switch (newstates[cpu->cpu_index]) { in gdb_continue_partial()
H A Dgdbstub.c738 g_autofree char *newstates = g_new0(char, max_cpus); in gdb_handle_vcont() local
742 newstates[cpu->cpu_index] = 1; in gdb_handle_vcont()
799 if (newstates[cpu->cpu_index] == 1) { in gdb_handle_vcont()
800 newstates[cpu->cpu_index] = cur_action; in gdb_handle_vcont()
819 if (newstates[cpu->cpu_index] == 1) { in gdb_handle_vcont()
820 newstates[cpu->cpu_index] = cur_action; in gdb_handle_vcont()
839 if (newstates[cpu->cpu_index] == 1) { in gdb_handle_vcont()
840 newstates[cpu->cpu_index] = cur_action; in gdb_handle_vcont()
861 gdb_continue_partial(newstates); in gdb_handle_vcont()
H A Dinternals.h155 int gdb_continue_partial(char *newstates);
H A Duser.c722 int gdb_continue_partial(char *newstates) in gdb_continue_partial() argument
731 if (newstates[cpu->cpu_index] == 's') { in gdb_continue_partial()