[xdebug-dev] xdebug xdebug/xdebug_handler_dbgp.c - MFH: Always set the transaction_id and command. (Related to bug #313).

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Sun, 28 Oct 2007 17:31:52 +0100

Date: Sun Oct 28 17:31:52 CET 2007
User: Derick Rethans
Directory: xdebug

Log Message:
[0.25]
- MFH: Always set the transaction_id and command. (Related to bug #313).

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

[FILE: /xdebug/xdebug_handler_dbgp.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.125.2.1
retrieving revision 1.125.2.2
diff -u -r1.125.2.1 -r1.125.2.2
--- xdebug/xdebug_handler_dbgp.c:1.125.2.1 Sat Oct 27 14:40:37 2007 GMT
+++ xdebug/xdebug_handler_dbgp.c Sun Oct 28 15:31:52 2007 GMT
@@ -2162,9 +2162,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_STOPPED || (XG(status) == DBGP_STATUS_STOPPED && command->flags & XDEBUG_DBGP_POST_MORTEM)) {
                                 command->handler((xdebug_xml_node**) &retval, context, args TSRMLS_CC);
                                 ret = command->cont;
@@ -2197,7 +2197,7 @@
 
 char *xdebug_dbgp_get_revision(void)
 {
- return "$Revision: 1.125.2.1 $";
+ return "$Revision: 1.125.2.2 $";
 }
 
 static int xdebug_dbgp_cmdloop(xdebug_con *context TSRMLS_DC)
Received on Sun Oct 28 2007 - 17:31:59 GMT

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