XDEBUG_RUNTIME    248 xdebug_handler_gdb.c 	if ((ptr = lookup_cmd_in_group(line, commands_runtime,    flag, XDEBUG_RUNTIME)) != NULL)    return ptr;
XDEBUG_RUNTIME    295 xdebug_handler_gdb.c 	show_available_commands_in_group(h, o->response_format, flag, XDEBUG_RUNTIME,    commands_runtime);
XDEBUG_RUNTIME   1418 xdebug_handler_gdb.c 	) ? XDEBUG_BREAKPOINT | XDEBUG_RUNTIME : 0;
XDEBUG_RUNTIME   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);