Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Dinternals.h131 CPUState *gdb_get_first_cpu_in_process(GDBProcess *process);
H A Dgdbstub.c253 CPUState *gdb_get_first_cpu_in_process(GDBProcess *process) in gdb_get_first_cpu_in_process() function
331 return gdb_get_first_cpu_in_process(process); in gdb_get_cpu()
357 CPUState *cpu = gdb_get_first_cpu_in_process(process); in get_feature_xml()
649 CPUState *cpu = gdb_get_first_cpu_in_process(p); in gdb_process_breakpoint_remove_all()
818 cpu = gdb_get_first_cpu_in_process(process); in gdb_handle_vcont()
1429 cpu = gdb_get_first_cpu_in_process(process); in handle_v_attach()
1582 cpu = gdb_get_first_cpu_in_process(process); in handle_query_curr_tid()
H A Duser-target.c395 CPUState *cpu = gdb_get_first_cpu_in_process(process); in gdb_handle_query_xfer_exec_file()