Commit Graph

348 Commits

Author SHA1 Message Date
krakjoe
5a0422d8c6 establish relationship between parent and child commands
extend alias help
automatically invoke child commands
2013-11-16 20:57:10 +00:00
krakjoe
dd89817362 include all alias and child command information in help 2013-11-16 19:39:14 +00:00
krakjoe
80b82cd538 add list class and method commands
update help text to be more specific
2013-11-16 18:53:12 +00:00
krakjoe
f03b6b4433 update bootstrap 2013-11-16 15:37:00 +00:00
krakjoe
74651f8d68 ... 2013-11-16 14:58:16 +00:00
krakjoe
7acf88322b fix is_class_method (needs revision)
don't free last (needs revision)
2013-11-16 14:55:53 +00:00
krakjoe
cf58c7cea3 make handlers take phpdbg_param_t 2013-11-16 14:34:49 +00:00
krakjoe
10ec0ee8b1 move phpdbg_param_t to phpdbg.c|h
add string length and type to param_t (made struct instead of union)
typedef enumerated param types
add some error messages when command recieves unsupported values
2013-11-16 13:15:00 +00:00
Felipe Pena
bff5abfd95 - Fixed possible memleak 2013-11-16 10:02:35 -02:00
Felipe Pena
515f7806c5 - Fixed repeat-last-command feature for next and until command 2013-11-16 09:50:25 -02:00
Felipe Pena
44d27200f6 - Fix compiler warning 2013-11-16 09:34:23 -02:00
krakjoe
403072e488 Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-11-16 11:12:22 +00:00
krakjoe
19ada893cb add phpdbg_debug function and --enable-phpdbg-debug configure option
added debug statement to do_cmd in preparation for updates
2013-11-16 11:11:47 +00:00
Felipe Pena
0629f32afc - Added changelog file 2013-11-16 09:08:54 -02:00
Felipe Pena
25b9a366e4 - Implemented issue #11 (until command) 2013-11-16 08:59:50 -02:00
krakjoe
3cb6af2cc1 add clean-phpdbg rule to Makefile.frag to aid development 2013-11-16 10:39:12 +00:00
krakjoe
7a56e9bc84 fix segfault on some implementations of atoi 2013-11-15 20:52:48 +00:00
Felipe Pena
1cbc914406 - Back to development 2013-11-15 18:21:36 -02:00
Felipe Pena
d83c7c27d2 - Preparing for first release 2013-11-15 18:10:04 -02:00
Felipe Pena
cd8efea14d Merge branch 'master' of github.com:krakjoe/phpdbg 2013-11-15 14:24:34 -02:00
Felipe Pena
d13c02bf68 - Fix compiler warning 2013-11-15 14:24:22 -02:00
krakjoe
95f5d779ba arginfo for userland functions 2013-11-15 16:22:20 +00:00
krakjoe
8c67cf30b5 cleanup 2013-11-15 16:17:57 +00:00
krakjoe
24c6e3c317 add oplog status to context information on print command 2013-11-15 16:12:27 +00:00
krakjoe
ae5f0d0f27 ... 2013-11-15 16:09:40 +00:00
krakjoe
1b615298bf tidy example 2013-11-15 15:59:54 +00:00
krakjoe
057f11c4ca extend userland api phpdbg_break function 2013-11-15 15:54:14 +00:00
krakjoe
38ed8d89d0 remove additional switch 2013-11-15 15:34:48 +00:00
krakjoe
a3f2137173 ... 2013-11-15 15:26:51 +00:00
krakjoe
b63fd6d261 embed code in .phpdbginit 2013-11-15 14:53:40 +00:00
Felipe Pena
8b41387343 Merge branch 'master' of github.com:krakjoe/phpdbg 2013-11-15 09:27:18 -02:00
Felipe Pena
00159635ad - Removed unused var 2013-11-15 09:27:05 -02:00
krakjoe
f304541589 ... 2013-11-15 11:21:30 +00:00
krakjoe
aeeba85221 implement 5.4 support 2013-11-15 11:19:26 +00:00
krakjoe
76ec5635a4 include conditional breakpoints in out 2013-11-14 23:06:31 +00:00
krakjoe
ad73291405 swap welcome/init around 2013-11-14 21:51:55 +00:00
krakjoe
9516dc4269 Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-11-14 21:40:44 +00:00
krakjoe
2a2c88cace change image on tutorial 2013-11-14 21:40:34 +00:00
Felipe Pena
99f35d72f1 Merge branch 'master' of github.com:krakjoe/phpdbg 2013-11-14 19:40:25 -02:00
Felipe Pena
0896236a7a - Change comment style 2013-11-14 19:39:59 -02:00
krakjoe
0144192e0b .. 2013-11-14 21:37:07 +00:00
krakjoe
918703ff94 tidy 2013-11-14 21:20:37 +00:00
krakjoe
04149df489 update image 2013-11-14 21:18:12 +00:00
krakjoe
4c62cc97e4 better description 2013-11-14 21:15:47 +00:00
krakjoe
c3c95610c1 ... 2013-11-14 21:13:29 +00:00
krakjoe
582a84d728 correction 2013-11-14 21:12:51 +00:00
krakjoe
f2212c05c7 add opline logging and setup including command line option 2013-11-14 21:10:44 +00:00
krakjoe
365b5db1f6 ... 2013-11-14 18:52:26 +00:00
krakjoe
d948ea62cb correction 2013-11-14 18:51:45 +00:00
krakjoe
cd956373ba help for command line options 2013-11-14 18:50:34 +00:00