summaryrefslogtreecommitdiff
path: root/phpdbg_frame.c
Commit message (Expand)AuthorAgeFilesLines
* Fix phpdbg output when outputting via php with active output handlersBob Weinand2014-10-251-0/+7
* Fixed frame numbering in xml outputBob Weinand2014-10-231-1/+2
* revert PHP_EOL changesAnatol Belski2014-10-191-3/+3
* more EOL fixesAnatol Belski2014-10-191-3/+3
* Fixed potential segfault in backtrace of internal funcsBob Weinand2014-10-171-1/+1
* Merge branch 'master' into xml-protocolBob Weinand2014-10-071-35/+47
|\
| * Made some functions async safe and provide interactive shell in signal handlerBob Weinand2014-10-031-27/+38
* | Add request id to <backtrace>Bob Weinand2014-10-061-2/+2
* | Fix frames outputBob Weinand2014-10-061-14/+17
* | First draft of an xml protocolBob Weinand2014-09-211-16/+39
|/
* Fixed frame number orderBob Weinand2014-04-121-2/+2
* Update yearBob Weinand2014-01-171-1/+1
* Renumbered frames in backtrace for internal functionsBob Weinand2013-12-081-7/+13
* - Added variadic support to prototype dumpingFelipe Pena2013-12-081-2/+9
* - Fix argname printing orderFelipe Pena2013-12-081-3/+4
* - Added argument name to backtrace dumpFelipe Pena2013-12-081-1/+9
* - CSFelipe Pena2013-12-081-1/+2
* - Splitting prototype dumping codeFelipe Pena2013-12-081-38/+53
* - Change phpdbg_dump_backtrace prototypeFelipe Pena2013-12-081-2/+2
* - Moved frame related code to phpdbg_frame.cFelipe Pena2013-12-081-0/+168
* merge frame/trace commands from bwoebikrakjoe2013-11-221-101/+0
* Fixed segfault + ZTSBob Weinand2013-11-221-3/+4
* Added frames and beautified backtraceBob Weinand2013-11-221-0/+100