Commit graph

303 commits

Author SHA1 Message Date
krakjoe
e717662730 fix eval for new input handling 2013-11-20 14:25:15 +00:00
krakjoe
7a81ed4b74 fix #13 output buffering not working during execution 2013-11-20 14:19:15 +00:00
krakjoe
f92de15a1c align 2013-11-20 13:56:31 +00:00
krakjoe
baff6e1d65 tidy alias menu 2013-11-20 13:51:47 +00:00
krakjoe
d5388bac79 fix shell command to use new input 2013-11-20 13:43:58 +00:00
Felipe Pena
febeeea4ba - Fix conflict 2013-11-20 11:29:58 -02:00
Felipe Pena
a0b75a24e5 - Passing input ptr to handlers 2013-11-20 11:28:41 -02:00
krakjoe
c10796e7e9 zend expects this to be clean memory 2013-11-20 13:00:28 +00:00
krakjoe
38679621bb Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-11-20 12:51:57 +00:00
krakjoe
cad9fb826b registered functions able to accept any number of arguments 2013-11-20 12:49:47 +00:00
Felipe Pena
4ad50af9ac - CS 2013-11-20 10:10:27 -02:00
krakjoe
80386a329b improve R 2013-11-20 10:49:39 +00:00
krakjoe
6417e472b4 use new input handling everywhere 2013-11-20 10:04:05 +00:00
krakjoe
3709ea995c Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-11-19 21:58:03 +00:00
krakjoe
b65cef950a more on functions 2013-11-19 21:54:58 +00:00
Felipe Pena
4672313057 - Removed unused var 2013-11-19 19:40:01 -02:00
krakjoe
5af371409c debugging new input stuff 2013-11-19 20:27:23 +00:00
krakjoe
cfc62cdbe0 cleanup 2013-11-19 19:24:21 +00:00
krakjoe
8ac46de2cf argc/argv started 2013-11-19 17:18:58 +00:00
krakjoe
71811f1f7f include registered functions in help for register command 2013-11-19 14:28:57 +00:00
krakjoe
b237401167 fix broken repeat command 2013-11-19 14:06:33 +00:00
krakjoe
b2a19a42d1 removed a loop 2013-11-19 13:22:46 +00:00
krakjoe
73e7f5c645 more tidy 2013-11-19 13:00:04 +00:00
krakjoe
d906613eb5 tidy up reading input, avoid leaks, restore sanity 2013-11-19 12:39:48 +00:00
krakjoe
2ebb9e48be better call register 2013-11-19 10:56:50 +00:00
krakjoe
7c077f7040 ordering 2013-11-19 01:56:33 +00:00
krakjoe
fb6df2fa08 Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-11-19 01:50:38 +00:00
krakjoe
9ebc61f282 help for register better formatting for help menu 2013-11-19 01:48:21 +00:00
Felipe Pena
db8f825414 - Fix build 2013-11-18 23:30:57 -02:00
krakjoe
0250a0992c don't dtor that 2013-11-19 01:22:02 +00:00
krakjoe
599047f153 register functions, needs work 2013-11-19 01:18:43 +00:00
krakjoe
a582d2793d fix memory errors 2013-11-18 21:59:42 +00:00
krakjoe
9b30877d56 fix memory error 2013-11-18 20:20:07 +00:00
krakjoe
9190e783a2 no more allocing params 2013-11-18 18:05:37 +00:00
krakjoe
75bc53d7de avoid leaks from parameters 2013-11-18 17:51:14 +00:00
krakjoe
7a30a79fd4 improve uncaught exception handler 2013-11-18 17:00:26 +00:00
Felipe Pena
4a1cb2262e - Removed unused variables 2013-11-18 12:09:25 -02:00
krakjoe
8588f5cc84 compress text/tidy up 2013-11-18 13:23:28 +00:00
krakjoe
e7e3dbccbf shell command 2013-11-18 12:46:10 +00:00
krakjoe
81e1f70e52 change message, it's wrong 2013-11-18 12:09:01 +00:00
krakjoe
858629b600 destroy displayed exception and reset eg 2013-11-18 12:06:06 +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
krakjoe
775376b362 better way to detect leave/finish 2013-11-18 03:18:37 +00:00
krakjoe
8ada4342a4 don't be lazy, scan for ZEND_RETURN when setting seek opline 2013-11-18 02:14:17 +00:00
krakjoe
5b4837846a clean flags on run 2013-11-18 01:50:28 +00:00
krakjoe
a1620a7bb4 Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-11-18 01:45:03 +00:00
krakjoe
07c0dc00cb fixup until/leave/finish 2013-11-18 01:44:46 +00:00
Felipe Pena
f72b2d6c7c - Move phpdbg_welcome to phpdbg.c and staticfy it 2013-11-17 23:07:57 -02:00