summaryrefslogtreecommitdiff
path: root/phpdbg_bp.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2013-11-24 13:14:53 +0100
committerBob Weinand <bobwei9@hotmail.com>2013-11-24 13:14:53 +0100
commitfcdae5867fa6905b25de29dae69e2d3bdcc8e60d (patch)
treeb1a723d09585e3fd8ce01acc591fc9b81ea23b9b /phpdbg_bp.h
parentd9c94663c1abed95074b5004fe75aef0ee756bab (diff)
downloadphp-git-fcdae5867fa6905b25de29dae69e2d3bdcc8e60d.tar.gz
Added opcode break deleting
Diffstat (limited to 'phpdbg_bp.h')
-rw-r--r--phpdbg_bp.h1
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;