diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2013-11-24 13:14:53 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2013-11-24 13:14:53 +0100 |
commit | fcdae5867fa6905b25de29dae69e2d3bdcc8e60d (patch) | |
tree | b1a723d09585e3fd8ce01acc591fc9b81ea23b9b /phpdbg_bp.h | |
parent | d9c94663c1abed95074b5004fe75aef0ee756bab (diff) | |
download | php-git-fcdae5867fa6905b25de29dae69e2d3bdcc8e60d.tar.gz |
Added opcode break deleting
Diffstat (limited to 'phpdbg_bp.h')
-rw-r--r-- | phpdbg_bp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpdbg_bp.h b/phpdbg_bp.h index f23904f412..661962c45f 100644 --- a/phpdbg_bp.h +++ b/phpdbg_bp.h @@ -64,6 +64,7 @@ typedef struct _phpdbg_breakline_t { * Breakpoint opcode based representation */ typedef struct _phpdbg_breakop_t { + zend_ulong hash; const char *name; int id; } phpdbg_breakop_t; |