Commit Graph

44 Commits

Author SHA1 Message Date
krakjoe
42355fb9bf Merge branch 'master' of https://github.com/krakjoe/phpdbg into watchpoints_recursive
Conflicts:
	config.m4
	phpdbg.c
	phpdbg_prompt.c
2014-04-13 11:07:38 +01:00
Bob Weinand
f887960f9b removed some weird crash when freeing to early 2014-03-16 22:37:33 +01:00
Bob Weinand
008842c7fa Added COW handling and fixed various bugs 2014-03-11 06:14:32 -04:00
krakjoe
d8ed537cd4 moar params for registered functions 2014-02-24 22:30:46 +00:00
Bob Weinand
c64d692f49 Merge branch 'master' into watchpoints
Conflicts:
	CREDITS
	phpdbg.c
	test.php
2013-12-31 12:07:10 -05:00
Bob Weinand
937cc7c80a Recreated test.php 2013-12-20 13:56:21 +01:00
krakjoe
329e16a250 tidy up repository for merging 2013-12-20 12:51:24 +00:00
Ivan Enderlin
e5263aa3f0 In english, no horizontal space before “!”. 2013-12-18 11:53:30 +01:00
Bob Weinand
0dbc5c2087 first working version of wildcard watchpoints 2013-12-18 02:56:20 -05:00
Felipe Pena
b655a0bc7e - Fix argname printing order 2013-12-08 17:52:14 -02:00
krakjoe
0f8c4630f2 consistent in ___ for info/print 2013-11-25 10:17:57 +00:00
Bob Weinand
5b51fb40e9 Added frames and beautified backtrace 2013-11-22 18:27:55 +01:00
krakjoe
75e2e7ddf5 stop break on condition from bugging out 2013-11-20 20:29:14 +00:00
Felipe Pena
3c36fb99f2 - Drop unneeded code 2013-11-20 17:28:27 -02:00
Felipe Pena
ed16d3b608 - Initial code for signal handling 2013-11-20 16:52:34 -02:00
krakjoe
4f5c7a963c ... 2013-11-20 14:21:17 +00:00
krakjoe
7a81ed4b74 fix #13 output buffering not working during execution 2013-11-20 14:19:15 +00:00
krakjoe
d82eca8c86 add resource type to info 2013-11-18 23:18:22 +00:00
krakjoe
9a5d51555e remove changes 2013-11-18 17:05:34 +00:00
krakjoe
7a30a79fd4 improve uncaught exception handler 2013-11-18 17:00:26 +00:00
krakjoe
57b67d71b0 display uncaught exceptions 2013-11-18 11:51:41 +00:00
krakjoe
5cc88ca88a fix stack entry detection for symbol breakpoints
count yield as return for leave/finish
2013-11-18 11:04:24 +00:00
krakjoe
c70c156ca1 seek ZEND_YIELD 2013-11-18 10:32:33 +00:00
Felipe Pena
33098232dc - Fix conflict 2013-11-17 14:13:13 -02:00
Felipe Pena
478446b665 - Added macro for trailling command 2013-11-17 14:10:43 -02:00
krakjoe
02e3718ef9 fix segfault when autoglobals are not properly setup 2013-11-17 16:06:30 +00:00
krakjoe
a0151e91a5 fix list not working when exec is set but not executing 2013-11-17 15:57:49 +00:00
Felipe Pena
f2b8cdc5be - Added finish/f command 2013-11-17 11:59:21 -02:00
krakjoe
57ae58c9bf support conditional breakpoints 2013-11-13 14:22:01 +00:00
krakjoe
2ee351d90b show break screen image 2013-11-13 09:17:58 +00:00
krakjoe
68cff82d8b class printer 2013-11-13 01:35:39 +00:00
Felipe Pena
edbb1313a1 - Simplify code 2013-11-12 13:10:29 -02:00
Felipe Pena
fdf26eaa0f - Removed name member to opline breakpoints 2013-11-12 11:07:35 -02:00
krakjoe
e0cbd92fa4 break on class methods
don't dtor eval'd retval
more reliable break on methods
2013-11-12 00:27:48 +00:00
krakjoe
3e3a7babad stop multiple executions from occuring at once, #5 2013-11-11 15:54:33 +00:00
krakjoe
da065d6fb2 no estrdup on opline breakpoints 2013-11-11 15:14:37 +00:00
krakjoe
34ae94ad9a phpdbg_break userland 2013-11-11 14:33:53 +00:00
krakjoe
fedd47e383 ... 2013-11-10 21:28:12 +00:00
krakjoe
6203c96061 ... 2013-11-10 21:07:29 +00:00
Felipe Pena
22f0ff6c12 - Fix conflict 2013-11-10 15:51:20 -02:00
Felipe Pena
16930d85f8 - Initial code for breakpoint on function 2013-11-10 15:49:25 -02:00
krakjoe
c6f443db2e improve output from eval() 2013-11-10 16:47:39 +00:00
krakjoe
2977840a4a eval() 2013-11-10 14:43:46 +00:00
krakjoe
c6cb411d39 execution 2013-11-10 13:01:46 +00:00