XDEBUG_STATUS     251 xdebug_handler_gdb.c 	if ((ptr = lookup_cmd_in_group(line, commands_status,     flag, XDEBUG_STATUS)) != NULL)     return ptr;
XDEBUG_STATUS     298 xdebug_handler_gdb.c 	show_available_commands_in_group(h, o->response_format, flag, XDEBUG_STATUS,     commands_status);
XDEBUG_STATUS    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_STATUS    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_STATUS    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);