Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | using zend_stat_t | Anatol Belski | 2015-03-19 | 1 | -1/+1 |
| | |||||
* | s/PHP Version 5/PHP Version 7/g | Lior Kaplan | 2015-03-13 | 1 | -1/+1 |
| | | | | Follow up for d0cb7153 | ||||
* | Temorary fix for phpdbg segfault while use zend_mm_set_custom_handlers | Xinchen Hui | 2015-03-09 | 1 | -1/+8 |
| | |||||
* | Fixed phpdbg zend_bailout error when compiling syntax error code | Reeze Xia | 2015-02-13 | 1 | -1/+12 |
| | | | | @krakjoe if there is something wrong, tell me plz | ||||
* | Add missing header inclusion | Reeze Xia | 2015-02-10 | 1 | -0/+3 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -2/+2 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -14/+14 |
| | |||||
* | Micro optimaztion (yeah, I know compiler supposed to do that) | Xinchen Hui | 2014-12-22 | 1 | -3/+3 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -101/+94 |
| |