diff options
Diffstat (limited to 'phpdbg.h')
-rw-r--r-- | phpdbg.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |