Date: Tue Apr 13 16:00:00 CEST 2004
User: Derick Rethans
Directory: xdebug
Log Message:
[0.25]
- Fixed breaking on functions with the GDB compatible protocol.
Modified files:
xdebug/xdebug_handler_gdb.c (version: 1.72)
[FILE: /xdebug/xdebug_handler_gdb.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- xdebug/xdebug_handler_gdb.c:1.71 Thu Mar 25 15:57:31 2004 GMT
+++ xdebug/xdebug_handler_gdb.c Tue Apr 13 12:00:00 2004 GMT
@@ -640,6 +640,7 @@
extra_brk_info->hit_count = 0;
extra_brk_info->hit_value = 0;
extra_brk_info->hit_condition = XDEBUG_HIT_DISABLED;
+ extra_brk_info->function_break_type = XDEBUG_BRK_FUNC_CALL;
if (strstr(args->args[0], "::")) { /* class::method */
xdebug_explode("::", args->args[0], method, -1);
@@ -1320,7 +1321,7 @@
char *xdebug_gdb_get_revision(void)
{
- return "$Revision: 1.71 $";
+ return "$Revision: 1.72 $";
}
int xdebug_gdb_init(xdebug_con *context, int mode, char *magic_cookie)
Received on Tue Apr 13 2004 - 16:00:04 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:02 BST