[xdebug-dev] xdebug xdebug/xdebug_private.h - Added XDEBUG_CC_OPTION_BRANCH_COVERAGE and XDEBUG_CC_OPTION_INSTRUCTIONS constants.

From: Allister Beharry <allister.beharry[@]gmail.com>
Date: Sat, 18 Jul 2009 21:35:24 +0200

Date: Sat Jul 18 21:35:24 CEST 2009
User: Allister Beharry
Directory: xdebug

Log Message:
[2.1-dev]
- Added XDEBUG_CC_OPTION_BRANCH_COVERAGE and XDEBUG_CC_OPTION_INSTRUCTIONS constants.
-
Modified files:
           xdebug/xdebug_private.h (version: 1.28.4.1)

[FILE: /xdebug/xdebug_private.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.28
retrieving revision 1.28.4.1
diff -u -r1.28 -r1.28.4.1
--- xdebug/xdebug_private.h:1.28 Thu May 07 18:39:13 2009 GMT
+++ xdebug/xdebug_private.h Sat Jul 18 17:35:24 2009 GMT
@@ -70,8 +70,10 @@
 #define XDEBUG_TRACE_OPTION_COMPUTERIZED 2
 #define XDEBUG_TRACE_OPTION_HTML 4
 
-#define XDEBUG_CC_OPTION_UNUSED 1
-#define XDEBUG_CC_OPTION_DEAD_CODE 2
+#define XDEBUG_CC_OPTION_UNUSED 1
+#define XDEBUG_CC_OPTION_DEAD_CODE 2
+#define XDEBUG_CC_OPTION_BRANCH_COVERAGE 4
+#define XDEBUG_CC_OPTION_DUMP_INSTRUCTIONS 8
 
 #define STATUS_STARTING 0
 #define STATUS_STOPPING 1
Received on Sat Jul 18 2009 - 21:35:56 BST

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