Lines Matching refs:GDBProcess
217 GDBProcess *gdb_get_process(uint32_t pid) in gdb_get_process()
235 static GDBProcess *gdb_get_cpu_process(CPUState *cpu) in gdb_get_cpu_process()
253 CPUState *gdb_get_first_cpu_in_process(GDBProcess *process) in gdb_get_first_cpu_in_process()
302 GDBProcess *process = gdb_get_cpu_process(cpu); in gdb_first_attached_cpu()
313 GDBProcess *process; in gdb_get_cpu()
355 GDBProcess *process) in get_feature_xml()
647 static void gdb_process_breakpoint_remove_all(GDBProcess *p) in gdb_process_breakpoint_remove_all()
734 GDBProcess *process; in gdb_handle_vcont()
1012 GDBProcess *process; in handle_detach()
1416 GDBProcess *process; in handle_v_attach()
1574 GDBProcess *process; in handle_query_curr_tid()
1721 GDBProcess *process; in handle_query_xfer_features()
2312 GDBProcess *p = gdb_get_cpu_process(cpu); in gdb_set_stop_cpu()
2496 GDBProcess *process; in gdb_create_default_process()
2513 s->processes = g_renew(GDBProcess, s->processes, ++s->process_num); in gdb_create_default_process()