Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix parse errors in -rr mode | Bob Weinand | 2015-10-02 | 1 | -1/+3 |
| | |||||
* | Do not display memory leaks on fatal | Bob Weinand | 2015-10-02 | 1 | -3/+7 |
| | |||||
* | Do not include zend_verify_return_type in executable ops (phpdbg) | Bob Weinand | 2015-10-02 | 1 | -4/+4 |
| | |||||
* | Fix/improve zpp usage | Nikita Popov | 2015-10-02 | 1 | -6/+6 |
| | | | | | | The ext/interbase changes are done blindly, fingers crossed. Some of these are bug fixes, some make zpp usage more idiomatic. | ||||
* | fix phpdbg's -h switch | Anatol Belski | 2015-09-27 | 1 | -0/+4 |
| | | | | | The help functionality needs a correct stdout fd, so pre setup it for the only case. | ||||
* | Fixed bug #70531 (-rr should not fallback to interactive mode in phpdbg) | Bob Weinand | 2015-09-23 | 1 | -0/+5 |
| | |||||
* | Always properly show exit status in phpdbg | Bob Weinand | 2015-09-19 | 1 | -1/+6 |
| | | | | Especially when it is only set after main run (e.g. register_shutdown_function) | ||||
* | Fix oplog... | Bob Weinand | 2015-09-19 | 1 | -0/+1 |
| | |||||
* | Add # delimiter to phpdbg commands | Bob Weinand | 2015-09-17 | 1 | -0/+10 |
| | |||||
* | fix zend signal and tsrm compatzend-signal-zts | Joe Watkins | 2015-09-01 | 1 | -0/+4 |
| | |||||
* | Respect exit status for -rr option with phpdbg | Bob Weinand | 2015-08-30 | 1 | -1/+4 |
| | |||||
* | Fixed printing | Xinchen Hui | 2015-08-27 | 1 | -2/+2 |
| | |||||
* | Fix phpdbg_break_next() and add test | Bob Weinand | 2015-08-23 | 1 | -3/+14 |
| | |||||
* | Fix issues with phpdbg SIGINT handler | Bob Weinand | 2015-08-21 | 1 | -14/+22 |
| | | | | Also fix valgrind warnings in allocator when not using mmap()ed memory | ||||
* | Reimplemented ability to get debug info (C source file and line number) in ↵ | Dmitry Stogov | 2015-08-11 | 1 | -48/+13 |
| | | | | phpdbg without hacks and ABI breaks. | ||||
* | Fix further leaks | Bob Weinand | 2015-08-04 | 1 | -0/+6 |
| | |||||
* | Fix valgrind errors in phpdbg | Bob Weinand | 2015-08-04 | 1 | -9/+3 |
| | | | | | | | Revert "We cannot safely assume that all op array will be refcount 0 after execution" This reverts commit b6936adb58288a0606ed847802d9226cddb41e2b. This change turns out to not have been a clever idea and was causing more weirdness than it helped... | ||||
* | Do not mark automatic return 1; as executable | Bob Weinand | 2015-07-31 | 1 | -1/+3 |
| | |||||
* | Fix oplog trace with already freed closures | Bob Weinand | 2015-07-31 | 1 | -8/+7 |
| | |||||
* | Remove -Wunused-result warnings | Bob Weinand | 2015-07-27 | 1 | -1/+1 |
| | |||||
* | Fix bug #70138 (difference between gcc and clang) | Bob Weinand | 2015-07-26 | 1 | -6/+13 |
| | |||||
* | Fix leaks from bug #70138 | Bob Weinand | 2015-07-26 | 1 | -5/+10 |
| | |||||
* | Fix op_arrays with opcache | Bob Weinand | 2015-07-25 | 1 | -0/+2 |
| | |||||
* | Revert "avoid pointer truncation" | Anatol Belski | 2015-07-24 | 1 | -1/+1 |
| | | | | This reverts commit 5334d53499b2d7f2a3281f5fbc6b0963ae61aaad. | ||||
* | avoid pointer truncation | Anatol Belski | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | fix scope | Anatol Belski | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | Fix non-debug build | Bob Weinand | 2015-07-24 | 1 | -9/+4 |
| | |||||
* | Cleanup shutdown, enable proper memory leak displaying | Bob Weinand | 2015-07-24 | 1 | -116/+103 |
| | | | | phpdbg should not memory leak... | ||||
* | Fix build failure for non-osx *nixes | Bob Weinand | 2015-07-23 | 1 | -2/+2 |
| | |||||
* | Fix valgrind warning with sigaction | Bob Weinand | 2015-07-23 | 1 | -1/+2 |
| | |||||
* | Add phpdbg_get_executable() (gets executable ops/lines) | Bob Weinand | 2015-07-22 | 1 | -30/+119 |
| | |||||
* | Add -e (ZEND_EXT_* generation) option to phpdbg | Bob Weinand | 2015-07-22 | 1 | -0/+10 |
| | |||||
* | Do not use readline when not having a tty | Bob Weinand | 2015-07-20 | 1 | -1/+1 |
| | | | | This is important for e.g. run-tests.php | ||||
* | Add show_unexecuted option to phpdbg_end_oplog() | Bob Weinand | 2015-07-20 | 1 | -10/+71 |
| | |||||
* | Preserve argv consistency over multiple runs | Bob Weinand | 2015-07-20 | 1 | -15/+15 |
| | |||||
* | Do never clean stdin buffer away | Bob Weinand | 2015-07-20 | 1 | -0/+2 |
| | |||||
* | Do not show "Script ended normally" upon forced rerun | Bob Weinand | 2015-07-20 | 1 | -2/+4 |
| | |||||
* | Do not display compilation success / normal script end in -rr mode | Bob Weinand | 2015-07-20 | 1 | -3/+3 |
| | |||||
* | Fix crash on non-debug for phpdbg_end_oplog() | Bob Weinand | 2015-07-15 | 1 | -0/+2 |
| | |||||
* | Init variable to NULL before passing to zpp | Bob Weinand | 2015-07-14 | 1 | -1/+1 |
| | |||||
* | Fix weird asm instruction order with gcc by marking as volatile in phpdbg | Bob Weinand | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | integrate the applink shim in the other bins | Anatol Belski | 2015-07-03 | 1 | -0/+4 |
| | |||||
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -5/+5 |
| | | | | semantick changes). | ||||
* | Remove now unneeded step option (-s) | Bob Weinand | 2015-06-29 | 1 | -12/+0 |
| | |||||
* | Add phpdbg userland API to fetch oplog | Bob Weinand | 2015-06-22 | 1 | -2/+147 |
| | | | | We may want to add some opcode info later, so that "opcodes" mode is more helpful | ||||
* | Fix infinite loop when running phpdbg via -r(r) | Bob Weinand | 2015-06-16 | 1 | -3/+6 |
| | |||||
* | show opcode count | Bob Weinand | 2015-04-20 | 1 | -5/+0 |
| | |||||
* | Shorten opline dump lines and show literals | Bob Weinand | 2015-04-20 | 1 | -1/+6 |
| | |||||
* | Provide method to access opcodes via command line argument | Bob Weinand | 2015-04-19 | 1 | -1/+21 |
| | |||||
* | Add phpdbg -h for help | Bob Weinand | 2015-03-21 | 1 | -0/+13 |
| |