summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix parse errors in -rr modeBob Weinand2015-10-021-1/+3
* Do not display memory leaks on fatalBob Weinand2015-10-021-3/+7
* Do not include zend_verify_return_type in executable ops (phpdbg)Bob Weinand2015-10-021-4/+4
* Fix/improve zpp usageNikita Popov2015-10-021-6/+6
* fix phpdbg's -h switchAnatol Belski2015-09-271-0/+4
* Fixed bug #70531 (-rr should not fallback to interactive mode in phpdbg)Bob Weinand2015-09-231-0/+5
* Always properly show exit status in phpdbgBob Weinand2015-09-191-1/+6
* Fix oplog...Bob Weinand2015-09-191-0/+1
* Add # delimiter to phpdbg commandsBob Weinand2015-09-171-0/+10
* fix zend signal and tsrm compatzend-signal-ztsJoe Watkins2015-09-011-0/+4
* Respect exit status for -rr option with phpdbgBob Weinand2015-08-301-1/+4
* Fixed printingXinchen Hui2015-08-271-2/+2
* Fix phpdbg_break_next() and add testBob Weinand2015-08-231-3/+14
* Fix issues with phpdbg SIGINT handlerBob Weinand2015-08-211-14/+22
* Reimplemented ability to get debug info (C source file and line number) in ph...Dmitry Stogov2015-08-111-48/+13
* Fix further leaksBob Weinand2015-08-041-0/+6
* Fix valgrind errors in phpdbgBob Weinand2015-08-041-9/+3
* Do not mark automatic return 1; as executableBob Weinand2015-07-311-1/+3
* Fix oplog trace with already freed closuresBob Weinand2015-07-311-8/+7
* Remove -Wunused-result warningsBob Weinand2015-07-271-1/+1
* Fix bug #70138 (difference between gcc and clang)Bob Weinand2015-07-261-6/+13
* Fix leaks from bug #70138Bob Weinand2015-07-261-5/+10
* Fix op_arrays with opcacheBob Weinand2015-07-251-0/+2
* Revert "avoid pointer truncation"Anatol Belski2015-07-241-1/+1
* avoid pointer truncationAnatol Belski2015-07-241-1/+1
* fix scopeAnatol Belski2015-07-241-1/+1
* Fix non-debug buildBob Weinand2015-07-241-9/+4
* Cleanup shutdown, enable proper memory leak displayingBob Weinand2015-07-241-116/+103
* Fix build failure for non-osx *nixesBob Weinand2015-07-231-2/+2
* Fix valgrind warning with sigactionBob Weinand2015-07-231-1/+2
* Add phpdbg_get_executable() (gets executable ops/lines)Bob Weinand2015-07-221-30/+119
* Add -e (ZEND_EXT_* generation) option to phpdbgBob Weinand2015-07-221-0/+10
* Do not use readline when not having a ttyBob Weinand2015-07-201-1/+1
* Add show_unexecuted option to phpdbg_end_oplog()Bob Weinand2015-07-201-10/+71
* Preserve argv consistency over multiple runsBob Weinand2015-07-201-15/+15
* Do never clean stdin buffer awayBob Weinand2015-07-201-0/+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
* Fix crash on non-debug for phpdbg_end_oplog()Bob Weinand2015-07-151-0/+2
* 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
* 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-301-5/+5
* Remove now unneeded step option (-s)Bob Weinand2015-06-291-12/+0
* Add phpdbg userland API to fetch oplogBob Weinand2015-06-221-2/+147
* Fix infinite loop when running phpdbg via -r(r)Bob Weinand2015-06-161-3/+6
* show opcode countBob Weinand2015-04-201-5/+0
* Shorten opline dump lines and show literalsBob Weinand2015-04-201-1/+6
* Provide method to access opcodes via command line argumentBob Weinand2015-04-191-1/+21
* Add phpdbg -h for helpBob Weinand2015-03-211-0/+13