Loading monitor.c +5 −2 Original line number Diff line number Diff line Loading @@ -4747,9 +4747,12 @@ static void monitor_find_completion(void *opaque, return; } #ifdef DEBUG_COMPLETION { int i; for (i = 0; i < nb_args; i++) { monitor_printf(mon, "arg%d = '%s'\n", i, args[i]); } } #endif /* if the line ends with a space, it means we want to complete the Loading Loading
monitor.c +5 −2 Original line number Diff line number Diff line Loading @@ -4747,9 +4747,12 @@ static void monitor_find_completion(void *opaque, return; } #ifdef DEBUG_COMPLETION { int i; for (i = 0; i < nb_args; i++) { monitor_printf(mon, "arg%d = '%s'\n", i, args[i]); } } #endif /* if the line ends with a space, it means we want to complete the Loading