XDEBUG_RUN        247 xdebug_handler_gdb.c 	if ((ptr = lookup_cmd_in_group(line, commands_run,        flag, XDEBUG_RUN)) != NULL)        return ptr;
XDEBUG_RUN        294 xdebug_handler_gdb.c 	show_available_commands_in_group(h, o->response_format, flag, XDEBUG_RUN,        commands_run);
XDEBUG_RUN       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);
XDEBUG_RUN       1439 xdebug_handler_gdb.c 		ret = xdebug_gdb_parse_option(context, option, XDEBUG_DATA | XDEBUG_RUN | runtime_allowed | XDEBUG_STATUS, "cont,continue", (char**) &error);
XDEBUG_RUN       1472 xdebug_handler_gdb.c 		ret = xdebug_gdb_parse_option(context, option, XDEBUG_BREAKPOINT | XDEBUG_DATA | XDEBUG_RUN | XDEBUG_RUNTIME | XDEBUG_STATUS, "cont,continue,step,next,finish", (char**) &error);