Home
last modified time | relevance | path

Searched refs:breakpoint (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/sapi/phpdbg/tests/
H A Dbreakpoints_003.phpt15 prompt> [Deleted breakpoint #0]
22 prompt> [Deleted breakpoint #1]
H A Dbreakpoints_005.phpt2 Test breakpoint into function context
H A Dbreakpoints_008.phpt2 Test namespaced and non-lowercase breakpoint names
/PHP-7.4/sapi/phpdbg/
H A Dxml.md163 - General tag for breakpoint creation, deletion and hits is "<breakpoint />"
167 - id: the breakpoint id (if the leave command was executed, the id has the value "leave")
170 - pending: the breakpoint is waiting for resolving (e.g. a file opline on a not yet loaded file)
171 - deleted: has value "success"/"fail": a breakpoint was successfully/not deleted
204 - exists: the breakpoint already exists
208 - notregular: tries to set a breakpoint in not a regular file
524 - enables / disables a given breakpoint silently with no further xml answer
526 - error with type="nobreak", when no breakpoint with the given id exists
530 - generally enables / disables breakpoint functionality silently with no further xml answer
H A Dphpdbg_bp.c1105 int breakpoint = FAILURE; in phpdbg_find_conditional_breakpoint() local
1131 breakpoint = SUCCESS; in phpdbg_find_conditional_breakpoint()
1141 if (breakpoint == SUCCESS) { in phpdbg_find_conditional_breakpoint()
1146 return (breakpoint == SUCCESS) ? ((phpdbg_breakbase_t *) bp) : NULL; in phpdbg_find_conditional_breakpoint()

Completed in 26 milliseconds