Home
last modified time | relevance | path

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

/qemu/gdbstub/
H A Dgdbstub.c251 CPUState *gdb_get_first_cpu_in_process(GDBProcess *process) in gdb_get_first_cpu_in_process() function
329 return gdb_get_first_cpu_in_process(process); in gdb_get_cpu()
355 CPUState *cpu = gdb_get_first_cpu_in_process(process); in get_feature_xml()
622 CPUState *cpu = gdb_get_first_cpu_in_process(p); in gdb_process_breakpoint_remove_all()
791 cpu = gdb_get_first_cpu_in_process(process); in gdb_handle_vcont()
1434 cpu = gdb_get_first_cpu_in_process(process); in handle_v_attach()
1587 cpu = gdb_get_first_cpu_in_process(process); in handle_query_curr_tid()
H A Dinternals.h133 CPUState *gdb_get_first_cpu_in_process(GDBProcess *process);
H A Duser-target.c396 CPUState *cpu = gdb_get_first_cpu_in_process(process); in gdb_handle_query_xfer_exec_file()