[xdebug-dev] xdebug xdebug/xdebug_handler_dbgp.c - Fixed bug #486: feature_get -n breakpoint_types returns out of date list.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Sun, 22 Nov 2009 23:44:14 +0100

Date: Sun Nov 22 23:44:14 CET 2009
User: Derick Rethans
Directory: xdebug

Log Message:
[0.25]
- Fixed bug #486: feature_get -n breakpoint_types returns out of date list.

Modified files:
           xdebug/xdebug_handler_dbgp.c (version: 1.145)

[FILE: /xdebug/xdebug_handler_dbgp.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- xdebug/xdebug_handler_dbgp.c:1.144 Sun Nov 22 15:56:05 2009 GMT
+++ xdebug/xdebug_handler_dbgp.c Sun Nov 22 21:44:14 2009 GMT
@@ -1436,7 +1436,7 @@
                 XDEBUG_STR_CASE_END
 
                 XDEBUG_STR_CASE("breakpoint_types")
- xdebug_xml_add_text(*retval, xdstrdup("line call return"));
+ xdebug_xml_add_text(*retval, xdstrdup("line conditional call return exception"));
                         xdebug_xml_add_attribute(*retval, "supported", "1");
                 XDEBUG_STR_CASE_END
 
@@ -2287,7 +2287,7 @@
 
 char *xdebug_dbgp_get_revision(void)
 {
- return "$Revision: 1.144 $";
+ return "$Revision: 1.145 $";
 }
 
 static int xdebug_dbgp_cmdloop(xdebug_con *context, int bail TSRMLS_DC)
Received on Sun Nov 22 2009 - 23:44:31 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST