summaryrefslogtreecommitdiff
path: root/phpdbg.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-04-14 19:37:31 +0200
committerBob Weinand <bobwei9@hotmail.com>2014-04-14 19:37:31 +0200
commit9b05f5d1327aff7f828ba21e705f6a1da306059e (patch)
treeda322edb9f7cc969f491c585627b2dd64fe37241 /phpdbg.h
parent2dad85ae61bbc2817798cb98680abfabd9e19d33 (diff)
downloadphp-git-9b05f5d1327aff7f828ba21e705f6a1da306059e.tar.gz
Made refcount info switchable by set refcount on/off. Default: off
Diffstat (limited to 'phpdbg.h')
-rw-r--r--phpdbg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpdbg.h b/phpdbg.h
index 970a9022ad..42938d9e33 100644
--- a/phpdbg.h
+++ b/phpdbg.h
@@ -139,6 +139,8 @@
#define PHPDBG_IS_REMOTE (1<<26)
#define PHPDBG_IS_DISCONNECTED (1<<27)
+#define PHPDBG_SHOW_REFCOUNTS (1<<28)
+
#define PHPDBG_SEEK_MASK (PHPDBG_IN_UNTIL|PHPDBG_IN_FINISH|PHPDBG_IN_LEAVE)
#define PHPDBG_BP_RESOLVE_MASK (PHPDBG_HAS_FUNCTION_OPLINE_BP|PHPDBG_HAS_METHOD_OPLINE_BP|PHPDBG_HAS_FILE_OPLINE_BP)
#define PHPDBG_BP_MASK (PHPDBG_HAS_FILE_BP|PHPDBG_HAS_SYM_BP|PHPDBG_HAS_METHOD_BP|PHPDBG_HAS_OPLINE_BP|PHPDBG_HAS_COND_BP|PHPDBG_HAS_OPCODE_BP|PHPDBG_HAS_FUNCTION_OPLINE_BP|PHPDBG_HAS_METHOD_OPLINE_BP|PHPDBG_HAS_FILE_OPLINE_BP)