CMD_OPTION 896 xdebug_handler_dbgp.c XDEBUG_STR_SWITCH(CMD_OPTION('s')) { \ CMD_OPTION 911 xdebug_handler_dbgp.c XDEBUG_STR_SWITCH(CMD_OPTION('o')) { \ CMD_OPTION 939 xdebug_handler_dbgp.c if (!CMD_OPTION('d')) { CMD_OPTION 943 xdebug_handler_dbgp.c if (breakpoint_admin_fetch(context, CMD_OPTION('d'), &type, (char**) &hkey) == SUCCESS) { CMD_OPTION 949 xdebug_handler_dbgp.c if (CMD_OPTION('s')) { CMD_OPTION 952 xdebug_handler_dbgp.c if (CMD_OPTION('n')) { CMD_OPTION 953 xdebug_handler_dbgp.c brk_info->lineno = strtol(CMD_OPTION('n'), NULL, 10); CMD_OPTION 955 xdebug_handler_dbgp.c if (CMD_OPTION('h')) { CMD_OPTION 956 xdebug_handler_dbgp.c brk_info->hit_value = strtol(CMD_OPTION('h'), NULL, 10); CMD_OPTION 958 xdebug_handler_dbgp.c if (CMD_OPTION('o')) { CMD_OPTION 965 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(breakpoint_node, "id", xdstrdup(CMD_OPTION('d')), 0, 1); CMD_OPTION 971 xdebug_handler_dbgp.c breakpoint_admin_remove(context, CMD_OPTION('d')); CMD_OPTION 1037 xdebug_handler_dbgp.c if (!CMD_OPTION('t')) { CMD_OPTION 1040 xdebug_handler_dbgp.c brk_info->type = xdstrdup(CMD_OPTION('t')); CMD_OPTION 1043 xdebug_handler_dbgp.c if (CMD_OPTION('s')) { CMD_OPTION 1045 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(*retval, "state", xdstrdup(CMD_OPTION('s')), 0, 1); CMD_OPTION 1047 xdebug_handler_dbgp.c if (CMD_OPTION('o') && CMD_OPTION('h')) { CMD_OPTION 1049 xdebug_handler_dbgp.c brk_info->hit_value = strtol(CMD_OPTION('h'), NULL, 10); CMD_OPTION 1052 xdebug_handler_dbgp.c if (strcmp(CMD_OPTION('t'), "line") == 0) { CMD_OPTION 1053 xdebug_handler_dbgp.c if (!CMD_OPTION('n')) { CMD_OPTION 1056 xdebug_handler_dbgp.c brk_info->lineno = strtol(CMD_OPTION('n'), NULL, 10); CMD_OPTION 1059 xdebug_handler_dbgp.c if (!CMD_OPTION('f')) { CMD_OPTION 1068 xdebug_handler_dbgp.c brk_info->file = xdebug_path_from_url(CMD_OPTION('f') TSRMLS_CC); CMD_OPTION 1073 xdebug_handler_dbgp.c if (CMD_OPTION('-')) { CMD_OPTION 1074 xdebug_handler_dbgp.c brk_info->condition = xdebug_base64_decode(CMD_OPTION('-'), strlen(CMD_OPTION('-')), &new_length); CMD_OPTION 1083 xdebug_handler_dbgp.c if ((strcmp(CMD_OPTION('t'), "call") == 0) || (strcmp(CMD_OPTION('t'), "return") == 0)) { CMD_OPTION 1084 xdebug_handler_dbgp.c if (strcmp(CMD_OPTION('t'), "call") == 0) { CMD_OPTION 1090 xdebug_handler_dbgp.c if (!CMD_OPTION('m')) { CMD_OPTION 1093 xdebug_handler_dbgp.c brk_info->functionname = xdstrdup(CMD_OPTION('m')); CMD_OPTION 1094 xdebug_handler_dbgp.c if (CMD_OPTION('a')) { CMD_OPTION 1097 xdebug_handler_dbgp.c brk_info->classname = xdstrdup(CMD_OPTION('a')); CMD_OPTION 1098 xdebug_handler_dbgp.c tmp_name = xdebug_sprintf("%s::%s", CMD_OPTION('a'), CMD_OPTION('m')); CMD_OPTION 1107 xdebug_handler_dbgp.c if (!xdebug_hash_add(context->function_breakpoints, CMD_OPTION('m'), strlen(CMD_OPTION('m')), (void*) brk_info)) { CMD_OPTION 1110 xdebug_handler_dbgp.c brk_id = breakpoint_admin_add(context, BREAKPOINT_TYPE_FUNCTION, CMD_OPTION('m')); CMD_OPTION 1115 xdebug_handler_dbgp.c if (strcmp(CMD_OPTION('t'), "conditional") == 0) { CMD_OPTION 1119 xdebug_handler_dbgp.c if (strcmp(CMD_OPTION('t'), "exception") == 0) { CMD_OPTION 1121 xdebug_handler_dbgp.c if (!CMD_OPTION('x')) { CMD_OPTION 1124 xdebug_handler_dbgp.c brk_info->exceptionname = xdstrdup(CMD_OPTION('x')); CMD_OPTION 1125 xdebug_handler_dbgp.c if (!xdebug_hash_add(context->exception_breakpoints, CMD_OPTION('x'), strlen(CMD_OPTION('x')), (void*) brk_info)) { CMD_OPTION 1128 xdebug_handler_dbgp.c brk_id = breakpoint_admin_add(context, BREAKPOINT_TYPE_EXCEPTION, CMD_OPTION('x')); CMD_OPTION 1135 xdebug_handler_dbgp.c if (strcmp(CMD_OPTION('t'), "watch") == 0) { CMD_OPTION 1171 xdebug_handler_dbgp.c if (!CMD_OPTION('-')) { CMD_OPTION 1178 xdebug_handler_dbgp.c eval_string = xdebug_base64_decode(CMD_OPTION('-'), strlen(CMD_OPTION('-')), &new_length); CMD_OPTION 1248 xdebug_handler_dbgp.c if (!CMD_OPTION('c')) { CMD_OPTION 1252 xdebug_handler_dbgp.c mode = strtol(CMD_OPTION('c'), NULL, 10); CMD_OPTION 1341 xdebug_handler_dbgp.c if (!CMD_OPTION('f')) { CMD_OPTION 1348 xdebug_handler_dbgp.c filename = CMD_OPTION('f'); CMD_OPTION 1351 xdebug_handler_dbgp.c if (CMD_OPTION('b')) { CMD_OPTION 1352 xdebug_handler_dbgp.c begin = strtol(CMD_OPTION('b'), NULL, 10); CMD_OPTION 1354 xdebug_handler_dbgp.c if (CMD_OPTION('e')) { CMD_OPTION 1355 xdebug_handler_dbgp.c end = strtol(CMD_OPTION('e'), NULL, 10); CMD_OPTION 1374 xdebug_handler_dbgp.c if (!CMD_OPTION('n')) { CMD_OPTION 1377 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(*retval, "feature_name", xdstrdup(CMD_OPTION('n')), 0, 1); CMD_OPTION 1379 xdebug_handler_dbgp.c XDEBUG_STR_SWITCH(CMD_OPTION('n')) { CMD_OPTION 1450 xdebug_handler_dbgp.c xdebug_xml_add_text(*retval, xdstrdup(lookup_cmd(CMD_OPTION('n')) ? "1" : "0")); CMD_OPTION 1451 xdebug_handler_dbgp.c xdebug_xml_add_attribute(*retval, "supported", lookup_cmd(CMD_OPTION('n')) ? "1" : "0"); CMD_OPTION 1463 xdebug_handler_dbgp.c if (!CMD_OPTION('n') || !CMD_OPTION('v')) { CMD_OPTION 1467 xdebug_handler_dbgp.c XDEBUG_STR_SWITCH(CMD_OPTION('n')) { CMD_OPTION 1470 xdebug_handler_dbgp.c if (strcmp(CMD_OPTION('v'), "iso-8859-1") != 0) { CMD_OPTION 1476 xdebug_handler_dbgp.c options->max_children = strtol(CMD_OPTION('v'), NULL, 10); CMD_OPTION 1480 xdebug_handler_dbgp.c options->max_data = strtol(CMD_OPTION('v'), NULL, 10); CMD_OPTION 1485 xdebug_handler_dbgp.c options->max_depth = strtol(CMD_OPTION('v'), NULL, 10); CMD_OPTION 1497 xdebug_handler_dbgp.c options->show_hidden = strtol(CMD_OPTION('v'), NULL, 10); CMD_OPTION 1508 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(*retval, "feature", xdstrdup(CMD_OPTION('n')), 0, 1); CMD_OPTION 1555 xdebug_handler_dbgp.c if (!CMD_OPTION('n')) { CMD_OPTION 1559 xdebug_handler_dbgp.c if (CMD_OPTION('d')) { CMD_OPTION 1560 xdebug_handler_dbgp.c depth = strtol(CMD_OPTION('d'), NULL, 10); CMD_OPTION 1573 xdebug_handler_dbgp.c if (CMD_OPTION('p')) { CMD_OPTION 1574 xdebug_handler_dbgp.c options->runtime[0].page = strtol(CMD_OPTION('p'), NULL, 10); CMD_OPTION 1581 xdebug_handler_dbgp.c if (CMD_OPTION('m')) { CMD_OPTION 1582 xdebug_handler_dbgp.c options->max_data= strtol(CMD_OPTION('m'), NULL, 10); CMD_OPTION 1584 xdebug_handler_dbgp.c if (add_variable_node(*retval, CMD_OPTION('n'), strlen(CMD_OPTION('n')) + 1, 1, 0, 0, options TSRMLS_CC) == FAILURE) { CMD_OPTION 1600 xdebug_handler_dbgp.c char *name = CMD_OPTION('n'); CMD_OPTION 1601 xdebug_handler_dbgp.c char *data = CMD_OPTION('-'); CMD_OPTION 1619 xdebug_handler_dbgp.c if (CMD_OPTION('d')) { /* depth */ CMD_OPTION 1620 xdebug_handler_dbgp.c depth = strtol(CMD_OPTION('d'), NULL, 10); CMD_OPTION 1622 xdebug_handler_dbgp.c if (CMD_OPTION('c')) { /* context_id */ CMD_OPTION 1623 xdebug_handler_dbgp.c context_id = strtol(CMD_OPTION('c'), NULL, 10); CMD_OPTION 1625 xdebug_handler_dbgp.c if (CMD_OPTION('a')) { /* address */ CMD_OPTION 1626 xdebug_handler_dbgp.c address = strtol(CMD_OPTION('a'), NULL, 10); CMD_OPTION 1667 xdebug_handler_dbgp.c if (!CMD_OPTION('n')) { CMD_OPTION 1671 xdebug_handler_dbgp.c if (CMD_OPTION('d')) { CMD_OPTION 1672 xdebug_handler_dbgp.c depth = strtol(CMD_OPTION('d'), NULL, 10); CMD_OPTION 1685 xdebug_handler_dbgp.c if (CMD_OPTION('p')) { CMD_OPTION 1686 xdebug_handler_dbgp.c options->runtime[0].page = strtol(CMD_OPTION('p'), NULL, 10); CMD_OPTION 1693 xdebug_handler_dbgp.c if (CMD_OPTION('m')) { CMD_OPTION 1694 xdebug_handler_dbgp.c options->max_data = strtol(CMD_OPTION('m'), NULL, 10); CMD_OPTION 1696 xdebug_handler_dbgp.c if (add_variable_contents_node(*retval, CMD_OPTION('n'), strlen(CMD_OPTION('n')) + 1, 1, 0, 0, options TSRMLS_CC) == FAILURE) { CMD_OPTION 1780 xdebug_handler_dbgp.c if (CMD_OPTION('d')) { CMD_OPTION 1781 xdebug_handler_dbgp.c depth = strtol(CMD_OPTION('d'), NULL, 10); CMD_OPTION 1826 xdebug_handler_dbgp.c if (CMD_OPTION('c')) { CMD_OPTION 1827 xdebug_handler_dbgp.c context_id = atol(CMD_OPTION('c')); CMD_OPTION 1829 xdebug_handler_dbgp.c if (CMD_OPTION('d')) { CMD_OPTION 1830 xdebug_handler_dbgp.c depth = atol(CMD_OPTION('d')); CMD_OPTION 2021 xdebug_handler_dbgp.c if (!CMD_OPTION('i')) { CMD_OPTION 2026 xdebug_handler_dbgp.c xdebug_xml_add_attribute_ex(retval, "transaction_id", xdstrdup(CMD_OPTION('i')), 0, 1); CMD_OPTION 2045 xdebug_handler_dbgp.c XG(lasttransid) = xdstrdup(CMD_OPTION('i'));