Searched refs:GDBProcess (Results 1 – 4 of 4) sorted by relevance
33 typedef struct GDBProcess { struct37 } GDBProcess; argument62 GDBProcess *processes;130 GDBProcess *gdb_get_process(uint32_t pid);131 CPUState *gdb_get_first_cpu_in_process(GDBProcess *process);
282 GDBProcess *process; in find_cpu_clusters()284 s->processes = g_renew(GDBProcess, s->processes, ++s->process_num); in find_cpu_clusters()306 GDBProcess *pa = (GDBProcess *) a; in pid_order()307 GDBProcess *pb = (GDBProcess *) b; in pid_order()
216 GDBProcess *gdb_get_process(uint32_t pid) in gdb_get_process()234 static GDBProcess *gdb_get_cpu_process(CPUState *cpu) in gdb_get_cpu_process()252 CPUState *gdb_get_first_cpu_in_process(GDBProcess *process) in gdb_get_first_cpu_in_process()301 GDBProcess *process = gdb_get_cpu_process(cpu); in gdb_first_attached_cpu()312 GDBProcess *process; in gdb_get_cpu()354 GDBProcess *process) in get_feature_xml()634 static void gdb_process_breakpoint_remove_all(GDBProcess *p) in gdb_process_breakpoint_remove_all()721 GDBProcess *process; in gdb_handle_vcont()999 GDBProcess *process; in handle_detach()1403 GDBProcess *process; in handle_v_attach()[all …]
391 GDBProcess *process = gdb_get_process(pid); in gdb_handle_query_xfer_exec_file()