Date: Wed Feb 2 23:50:58 CET 2005
User: Shane Caraveo
Directory: xdebug
Log Message:
[0.1]
oops, forgot to diff first before last commit
Modified files:
xdebug/xdebug_handler_dbgp.c (version: 1.71)
[FILE: /xdebug/xdebug_handler_dbgp.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- xdebug/xdebug_handler_dbgp.c:1.70 Wed Feb 02 21:23:19 2005 GMT
+++ xdebug/xdebug_handler_dbgp.c Wed Feb 02 21:50:58 2005 GMT
@@ -1396,10 +1396,7 @@
DBGP_FUNC(property_get)
{
- xdebug_dbgp_options *options = (xdebug_dbgp_options*) XG(context).options;
int depth = -1;
- int page = -1;
- int max_data = options->max_data;
function_stack_entry *fse;
if (!CMD_OPTION('n')) {
@@ -1409,9 +1406,6 @@
if (CMD_OPTION('d')) {
depth = strtol(CMD_OPTION('d'), NULL, 10);
}
- if (CMD_OPTION('p')) {
- page = strtol(CMD_OPTION('p'), NULL, 10);
- }
/* Set the symbol table corresponding with the requested stack depth */
if (depth == -1) {
XG(active_symbol_table) = EG(active_symbol_table);
@@ -1894,7 +1888,7 @@
char *xdebug_dbgp_get_revision(void)
{
- return "$Revision: 1.70 $";
+ return "$Revision: 1.71 $";
}
int xdebug_dbgp_cmdloop(xdebug_con *context TSRMLS_DC)
Received on Wed Feb 02 2005 - 23:51:14 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST