Date: Sun Oct 28 17:27:44 CET 2007
User: Derick Rethans
Directory: xdebug
Log Message:
[0.25]
- Always set the transaction_id and command. (Related to bug #313).
Modified files:
xdebug/xdebug_handler_dbgp.c (version: 1.130)
[FILE: /xdebug/xdebug_handler_dbgp.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- xdebug/xdebug_handler_dbgp.c:1.129 Sat Oct 27 14:40:10 2007 GMT
+++ xdebug/xdebug_handler_dbgp.c Sun Oct 28 15:27:44 2007 GMT
@@ -2198,9 +2198,9 @@
if (command->cont) {
XG(status) = DBGP_STATUS_RUNNING;
XG(reason) = DBGP_REASON_OK;
- XG(lastcmd) = command->name;
- XG(lasttransid) = xdstrdup(CMD_OPTION('i'));
}
+ XG(lastcmd) = command->name;
+ XG(lasttransid) = xdstrdup(CMD_OPTION('i'));
if (XG(status) != DBGP_STATUS_STOPPING || (XG(status) == DBGP_STATUS_STOPPING && command->flags & XDEBUG_DBGP_POST_MORTEM)) {
command->handler((xdebug_xml_node**) &retval, context, args TSRMLS_CC);
ret = command->cont;
@@ -2233,7 +2233,7 @@
char *xdebug_dbgp_get_revision(void)
{
- return "$Revision: 1.129 $";
+ return "$Revision: 1.130 $";
}
static int xdebug_dbgp_cmdloop(xdebug_con *context, int bail TSRMLS_DC)
Received on Sun Oct 28 2007 - 17:28:06 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST