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