summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix phpdbg_break_next() and add testBob Weinand2015-08-233-3/+39
* | Fix issues with phpdbg SIGINT handlerBob Weinand2015-08-215-26/+38
* | Remove assumption that extensions are in ext/ext-nameBob Weinand2015-08-211-8/+5
* | Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.Dmitry Stogov2015-08-131-4/+4
* | Fix valgrind false positives with watchpointsBob Weinand2015-08-121-16/+38
* | Fix [valid] valgrind warnings, add first watchpoints testBob Weinand2015-07-152-10/+61
* | Reimplemented ability to get debug info (C source file and line number) in ph...Dmitry Stogov2015-08-112-49/+16
* | Fixed bug #70214 (FASYNC possibly not defined)Bob Weinand2015-08-081-6/+11
* | Fix further leaksBob Weinand2015-08-044-7/+33
* | Fix valgrind errors in phpdbgBob Weinand2015-08-048-484/+541
* | Fix last invalid readBob Weinand2015-08-031-2/+2
* | Fix a few valgrind errors in phpdbgBob Weinand2015-08-033-767/+671
* | Fix breaking on HANDLE_EXCEPTION (opline_before_exception)Bob Weinand2015-08-032-1/+58
* | Fixed tests (system dependent numbers are replaced with %d)Dmitry Stogov2015-08-032-6/+6
* | fix inconsistent dll linkageAnatol Belski2015-08-021-0/+5
* | Skip shebang line if presentBob Weinand2015-08-011-1/+23
* | Optimize btree/find_closest a bitBob Weinand2015-08-011-26/+29
* | Fix testsBob Weinand2015-07-315-9/+11
* | Remove debug instructions (...)Bob Weinand2015-07-312-3/+0
* | Do not mark automatic return 1; as executableBob Weinand2015-07-311-1/+3
* | Fix oplog trace with already freed closuresBob Weinand2015-07-314-10/+19
* | Fix test execution result with opcacheBob Weinand2015-07-281-2/+2
* | Fix phpdbg stepping on CATCH with exceptionBob Weinand2015-07-282-2/+77
* | Fix: A buf == NULL on filehandle will segfaultBob Weinand2015-07-271-3/+2
* | Remove -Wunused-result warningsBob Weinand2015-07-278-25/+24
* | Fix infinite lexer loop for :\ sequence in phpdbgBob Weinand2015-07-262-512/+548
* | Fix bug #70138 (difference between gcc and clang)Bob Weinand2015-07-261-6/+13
* | Fix leaks from bug #70138Bob Weinand2015-07-263-7/+28
* | add NULL checkAnatol Belski2015-07-261-3/+6
* | Just always copy the buffer, that makes it much saferBob Weinand2015-07-251-17/+5
* | Remove old unused header fileBob Weinand2015-07-252-106/+1
* | Fix memory leak with opcacheBob Weinand2015-07-251-0/+3
* | Fix op_arrays with opcacheBob Weinand2015-07-254-4/+43
* | Fix print of ZEND_CATCHBob Weinand2015-07-241-1/+1
* | Revert "avoid pointer truncation"Anatol Belski2015-07-241-1/+1
* | fix printf formatAnatol Belski2015-07-241-3/+3
* | avoid pointer truncationAnatol Belski2015-07-241-1/+1
* | fix scopeAnatol Belski2015-07-241-1/+1
* | Fix non-debug buildBob Weinand2015-07-241-9/+4
* | Use relative paths in phpdbg_lexer.cBob Weinand2015-07-243-59/+59
* | Cleanup shutdown, enable proper memory leak displayingBob Weinand2015-07-249-168/+162
* | Fix build failure for non-osx *nixesBob Weinand2015-07-232-3/+5
* | Fix valgrind warning with sigactionBob Weinand2015-07-231-1/+2
* | Fix printf format issues on 32 bitBob Weinand2015-07-232-23/+10
* | Make IS_TMP_VAR and IS_VAR differentiableXinchen Hui2015-07-231-2/+4
* | Fix phpdbg test failure and crash with opcacheBob Weinand2015-07-232-7/+10
* | Add phpdbg_get_executable() (gets executable ops/lines)Bob Weinand2015-07-223-30/+127
* | Always lowercase function names for lookup in phpdbg -pBob Weinand2015-07-221-6/+12
* | Fix opcode tests which may generate FCALL instead of ICALLBob Weinand2015-07-222-10/+10
* | Add -e (ZEND_EXT_* generation) option to phpdbgBob Weinand2015-07-222-0/+11