summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
Commit message (Expand)AuthorAgeFilesLines
* readd commit 3bb70fe2903acf2caf2600345f07943f34a3b23cAnatol Belski2015-07-211-1/+0
* Merge branch 'master' into PHP-7.0.0Anatol Belski2015-07-2147-1470/+1853
|\
| * Exclude opcache from a few opcode related testsBob Weinand2015-07-215-0/+10
| * Fix various Windows issues (e.g. dir separators)Bob Weinand2015-07-206-503/+517
| * Fix readline/libedit buildBob Weinand2015-07-201-4/+2
| * Do not use readline when not having a ttyBob Weinand2015-07-202-2/+2
| * Add show_unexecuted option to phpdbg_end_oplog()Bob Weinand2015-07-204-11/+144
| * Move phpdbg tests to .phpt mechanismBob Weinand2015-07-2030-768/+895
| * Fix misbehaviors with uncaught exceptions and finally or evalBob Weinand2015-07-202-23/+26
| * Preserve argv consistency over multiple runsBob Weinand2015-07-201-15/+15
| * Fix info vars with refs/indirectsBob Weinand2015-07-201-8/+18
| * 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-203-12/+11
| * Do never clean stdin buffer awayBob Weinand2015-07-201-0/+2
| * Fix use of already freed hashtable (wrong variable)Bob Weinand2015-07-201-3/+2
| * Do not show "Script ended normally" upon forced rerunBob Weinand2015-07-201-2/+4
| * Do not display compilation success / normal script end in -rr modeBob Weinand2015-07-201-3/+3
| * Remove dead goto label in phpdbg_cmd.cNikita Popov2015-07-171-1/+0
| * Switch asprintf to spprintf in phpdbg opcode dumpNikita Popov2015-07-174-42/+48
| * Cleanup exception displaying code in phpdbgBob Weinand2015-07-161-29/+23
| * Fix crash on non-debug for phpdbg_end_oplog()Bob Weinand2015-07-151-0/+2
| * We want to track phpdbg bugs in official bug tracker now; updated URLBob Weinand2015-07-141-3/+2
| * Show also runtime-bound functions/classes/methods with phpdbg -pBob Weinand2015-07-141-19/+55
| * Init variable to NULL before passing to zppBob Weinand2015-07-141-1/+1
| * Fix weird asm instruction order with gcc by marking as volatile in phpdbgBob Weinand2015-07-131-1/+1
| * Better opcode dump for finallyNikita Popov2015-07-102-13/+39
| * Resolve GOTO at compile time and replace it with sequnce of FREE/FE_FREE and ...Dmitry Stogov2015-07-101-1/+0
| * Squashed commit of the following:Dmitry Stogov2015-07-101-39/+1
| * Working fix for ctrl+d on readline/libeditBob Weinand2015-07-081-5/+2
| * Properly exit on EOF on stdin in readline modeBob Weinand2015-07-072-5/+8
* | Revert "Fixed bug #62210 (Exceptions can leak temporary variables. As a part ...php-7.0.0beta1Anatol Belski2015-07-101-39/+1
* | Revert "Tuned off dubugging of live ranges"Anatol Belski2015-07-101-1/+1
|/
* Tuned off dubugging of live rangesDmitry Stogov2015-07-071-1/+1
* Fixed bug #62210 (Exceptions can leak temporary variables. As a part of the f...Dmitry Stogov2015-07-071-1/+39
* Do not display EXT_TYPE_UNUSED in phpdbg opcodesBob Weinand2015-07-061-1/+1
* Simplify TMP var number decoding (without HashTable)Dmitry Stogov2015-07-064-30/+13
* Fixed JMPZNZ instruction printingDmitry Stogov2015-07-061-1/+1
* integrate the applink shim in the other binsAnatol Belski2015-07-031-0/+4
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-3013-83/+83
* Fix assertion failure with Z_REFCOUNT() in info constantsBob Weinand2015-06-291-1/+1
* Make backtraces *much* more readableBob Weinand2015-06-294-54/+64
* Add yield from to frame leaving instructionsBob Weinand2015-06-291-0/+2
* Show exception source in phpdbgBob Weinand2015-06-291-1/+10
* Remove now unneeded step option (-s)Bob Weinand2015-06-292-13/+0
* Fix paths issue when fetching .phpdbginit under WindowsBob Weinand2015-06-251-1/+4
* Passing a zend_string * to %s is a bad ideaBob Weinand2015-06-241-1/+1
* Add phpdbg userland API to fetch oplogBob Weinand2015-06-224-2/+174
* Fix issue with zend_execute_ex replaced by execute_ex upon icallBob Weinand2015-06-161-1/+1
* Fix infinite loop when running phpdbg via -r(r)Bob Weinand2015-06-161-3/+6