Date: Fri Jul 16 06:02:51 CEST 2004
User: Shane Caraveo
Directory: xdebug
Log Message:
change stack function attribute to where attribute per spec
Modified files:
xdebug/xdebug_handler_dbgp.c (version: 1.51)
[FILE: /xdebug/xdebug_handler_dbgp.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- xdebug/xdebug_handler_dbgp.c:1.50 Thu Jul 15 05:29:27 2004 GMT
+++ xdebug/xdebug_handler_dbgp.c Fri Jul 16 02:02:50 2004 GMT
@@ -321,7 +321,7 @@
tmp_fname = show_fname(fse->function, 0, 0 TSRMLS_CC);
tmp = xdebug_xml_node_init("stack");
- xdebug_xml_add_attribute_ex(tmp, "function", xdstrdup(tmp_fname), 0, 1);
+ xdebug_xml_add_attribute_ex(tmp, "where", xdstrdup(tmp_fname), 0, 1);
xdebug_xml_add_attribute_ex(tmp, "level", xdebug_sprintf("%ld", nr), 0, 1);
if (fse_prev) {
xdebug_xml_add_attribute_ex(tmp, "filename", xdebug_path_to_url(fse_prev->filename), 0, 1);
@@ -1562,7 +1562,7 @@
char *xdebug_dbgp_get_revision(void)
{
- return "$Revision: 1.50 $";
+ return "$Revision: 1.51 $";
}
int xdebug_dbgp_cmdloop(xdebug_con *context TSRMLS_DC)
Received on Fri Jul 16 2004 - 06:02:58 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:02 BST