summaryrefslogtreecommitdiff
path: root/phpdbg.h
diff options
context:
space:
mode:
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)