Lines Matching refs:debug

186 debug(const char *fmt, ...)  in debug()  function
214 #define debug(...) do { } while (0) macro
216 #define debug(...) macro
528 debug("-> %.*s\n", (int)cur_resp.len, io_buffer_head(&cur_resp)); in finish_packet()
697 debug("$vCPU %d reporting swbreak\n", stopped_vcpu); in report_stop()
701 debug("$vCPU %d reporting step\n", stopped_vcpu); in report_stop()
703 debug("$vCPU %d reporting ???\n", stopped_vcpu); in report_stop()
751 debug("$vCPU %d suspending\n", vcpuid); in _gdb_cpu_suspend()
758 debug("$vCPU %d resuming\n", vcpuid); in _gdb_cpu_suspend()
773 debug("$vCPU %d starting\n", vcpuid); in gdb_cpu_add()
781 debug("$vCPU %d enabled breakpoint exits\n", vcpuid); in gdb_cpu_add()
842 debug("suspending all CPUs\n"); in gdb_suspend_vcpus()
862 debug("$vCPU %d MTRAP\n", vcpuid); in gdb_cpu_mtrap()
871 debug("$vCPU %d reporting step\n", vcpuid); in gdb_cpu_mtrap()
920 debug("$vCPU %d reporting breakpoint at rip %#lx\n", in gdb_cpu_breakpoint()
939 debug("$vCPU %d injecting breakpoint at rip %#lx\n", vcpuid, in gdb_cpu_breakpoint()
956 debug("$vCPU %d step\n", vcpuid); in gdb_step_vcpu()
975 debug("resuming all CPUs\n"); in gdb_resume_vcpus()
1260 debug("$vCPU %d %sabled breakpoint exits\n", vcpu, in set_breakpoint_caps()
1276 debug("remove breakpoint at %#lx\n", bp->gpa); in remove_all_sw_breakpoints()
1336 debug("new breakpoint at %#lx\n", gpa); in update_sw_breakpoint()
1340 debug("remove breakpoint at %#lx\n", gpa); in update_sw_breakpoint()
1482 debug("feature '%s' supported\n", feature); in check_features()
1694 debug("<- Ctrl-C\n"); in check_command()
1701 debug("<- +\n"); in check_command()
1712 debug("<- -\n"); in check_command()
1718 debug("-> %.*s\n", (int)cur_resp.len, in check_command()
1740 debug("<- %.*s\n", (int)plen, head); in check_command()
1747 debug("-> -\n"); in check_command()
1757 debug("-> +\n"); in check_command()
1763 debug("-> %02x\n", *head); in check_command()
1952 debug("==> starting on %s:%s, %swaiting\n", in init_gdb()