summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_bp.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Finish remaining replacement uint => uint32_tAnatol Belski2016-12-221-2/+2
| | | | Tthe core should be normalized now, no uints anymore
* Merge branch 'PHP-7.1'Bob Weinand2016-11-131-2/+2
|\
| * Fix passing of wrong values in bp exportBob Weinand2016-11-131-2/+2
| |
* | Merge branch 'PHP-7.1'Bob Weinand2016-11-131-7/+14
|\ \ | |/
| * Properly escape all filenames when exporting breakpointsBob Weinand2016-11-131-6/+13
| |
| * Fix phpdbg breakpoint restoring after execution completesMitch Hagstrand2016-11-131-1/+1
| |
| * Fix accidental PHPDBG_ABI breakBob Weinand2016-10-121-1/+6
|/
* Add stdin command and -s command line parameter to phpdbgBob Weinand2016-10-121-15/+8
| | | | | | | This allows reading the initial script file from stdin instead of being forced to put the script into a file in order to run it with phpdbg. Especially important for programmatic execution of phpdbg. Also adding tests/include_once.phpt and tests/set_exception_handler.phpt as I seem to have forgotten to git add them sometime long ago...
* Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
|
* Fix crash when advancing inside an internal functionBob Weinand2016-02-171-6/+8
| | | | This just happened in the "double ctrl+c" mode, when we halted inside an internal function; there was some code assuming a proper op_array
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * Fix phpdbg_break_next()Bob Weinand2015-08-231-0/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
| * go back with phpdbg to the state of 5.6.3, reverting the controversial ↵Ferenc Kovacs2014-11-261-308/+170
| | | | | | | | commits(remote debugging/xml protocol)
* | Fix phpdbg_break_next() and add testBob Weinand2015-08-231-0/+3
| |
* | Remove -Wunused-result warningsBob Weinand2015-07-271-2/+2
| |
* | Cleanup shutdown, enable proper memory leak displayingBob Weinand2015-07-241-10/+14
| | | | | | | | phpdbg should not memory leak...
* | Fix various Windows issues (e.g. dir separators)Bob Weinand2015-07-201-1/+7
| |
* | Fix function/method breakpoint case sensitivity issuesBob Weinand2015-07-201-20/+43
| |
* | Always only halt upon first non-recv opcode in a functionBob Weinand2015-07-201-2/+3
| |
* | Make opcode breakpoints work againBob Weinand2015-07-201-2/+2
| |
* | Fix use of already freed hashtable (wrong variable)Bob Weinand2015-07-201-3/+2
| |
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-13/+13
| | | | | | | | semantick changes).
* | Fixed Bug #69733 (PHP fails to build with --enable-phpdbg-debug)Xinchen Hui2015-05-311-2/+2
| |
* | fix typosolshevskiy872015-05-131-2/+2
| | | | | | | | Signed-off-by: olshevskiy87 <olshevskiy87@bk.ru>
* | Fixed warnings and folder marks messXinchen Hui2015-04-211-1/+6
| |
* | s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
| | | | | | | | Follow up for d0cb7153
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-99/+99
| |
* | Merge branch 'PHP-5.6'Ferenc Kovacs2014-10-301-1/+1
|\ \ | |/ | | | | | | | | | | * PHP-5.6: don't try to send in the test results until we restored qa.php.net Fix uninitialized value... Don't treat warnings as failures in the junit output
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-301-1/+1
| |
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-281-39/+78
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: configure.in main/php_version.h sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_prompt.c
| * Remove the ugly hack via a temp file to store breakpointsBob Weinand2014-10-281-24/+43
| |
| * Fix potential segfaults and unresolved breaksBob Weinand2014-10-281-19/+37
| |
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-271-37/+57
|\ \ | |/ | | | | | | Conflicts: sapi/phpdbg/phpdbg_bp.c
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-271-46/+73
| |
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-271-27/+104
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_list.c sapi/phpdbg/phpdbg_parser.c sapi/phpdbg/phpdbg_parser.h sapi/phpdbg/phpdbg_prompt.c
| * Stabilize execution, always run destructors and extended file breakpointsBob Weinand2014-10-271-30/+118
| |
* | Made phpdbg compatible with new engineBob Weinand2014-10-241-498/+317
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-120/+106
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | Remove ZEND_ACC_INTERACTIVE and CG(interactive)Nikita Popov2014-08-251-7/+0
| | | | | | | | | | | | | | | | | | As far as I can discern these are leftovers of the interactive shell implementation that was used before PHP 5.4. Now the readline ext makes use of normal eval calls for this. So, dropping these until there is evidence to the contrary, as they currently wouldn't work anyway.
* | master renames phase 2Anatol Belski2014-08-251-6/+6
| |
* | master renames phase 1Anatol Belski2014-08-251-4/+4
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-4/+4
|/
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-04-211-63/+39
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'master' of sapi/phpdbg into PHP-5.6Bob Weinand2013-12-201-0/+1661
Including phpdbg.