XDEBUG_INIT       245 xdebug_handler_gdb.c 	if ((ptr = lookup_cmd_in_group(line, commands_init,       flag, XDEBUG_INIT)) != NULL)       return ptr;
XDEBUG_INIT       292 xdebug_handler_gdb.c 	show_available_commands_in_group(h, o->response_format, flag, XDEBUG_INIT,       commands_init);
XDEBUG_INIT      1379 xdebug_handler_gdb.c 		ret = xdebug_gdb_parse_option(context, option, XDEBUG_INIT | XDEBUG_DATA | XDEBUG_BREAKPOINT | XDEBUG_RUN | XDEBUG_STATUS, "run", (char**) &error);