Commit Graph

30 Commits

Author SHA1 Message Date
Joe Watkins
ff2abccc4b fix windows build
fix windows build and add header
2013-11-17 23:34:11 +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
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
krakjoe
f2212c05c7 add opline logging and setup including command line option 2013-11-14 21:10:44 +00:00
krakjoe
6a3194a47d move listing commands out to their own command list
add TSRMLS_CC in clear_param for consistency
2013-11-14 15:46:06 +00:00
krakjoe
8e597eba07 additional checks in is_* 2013-11-14 13:04:59 +00:00
Felipe Pena
0eea7e4504 - Cosmetic changes 2013-11-13 22:29:44 -02:00
Felipe Pena
782615ac1c - Use realpath on PHPDBG_G(exec) 2013-11-13 21:36:02 -02:00
Felipe Pena
4c59ad6e2e - Added parameter parsing functions 2013-11-13 21:13:41 -02:00
krakjoe
3f927019cb updates for windows 2013-11-13 21:15:45 +00:00
krakjoe
1c1cc51295 ... 2013-11-13 19:32:21 +00:00
krakjoe
5e266f34fc non readline fixes 2013-11-13 08:05:26 +00:00
krakjoe
b6c4fbee1b ... 2013-11-13 05:39:18 +00:00
krakjoe
99bbc8e811 method printer 2013-11-13 05:36:01 +00:00
krakjoe
0781e7b863 fix segfault on set break opline address 2013-11-13 01:44:59 +00:00
krakjoe
68cff82d8b class printer 2013-11-13 01:35:39 +00:00
krakjoe
43c2748dce fix bug in passing correct expression length
add class printer (half done)
2013-11-13 00:36:47 +00:00
krakjoe
ce78503e15 remove more printf 2013-11-12 23:31:46 +00:00
krakjoe
afa216fd7e deploy _write 2013-11-12 23:17:37 +00:00
krakjoe
a712674964 added phpdbg_write to replace all the printf 2013-11-12 23:10:53 +00:00
Felipe Pena
ff54d20b58 - Fix prototype and memory leak 2013-11-12 20:55:39 -02:00
Felipe Pena
27f640d879 - Added phpdbg_notice() and phpdbg_error() 2013-11-12 20:39:39 -02:00
Felipe Pena
9c37190876 - Fix allocation size 2013-11-12 13:17:24 -02:00
Felipe Pena
edbb1313a1 - Simplify code 2013-11-12 13:10:29 -02:00
Felipe Pena
2e14649c92 - Added check for malformed class::method syntax 2013-11-12 11:39:02 -02:00
Felipe Pena
af90b6d5c7 - Improved breakpoint code 2013-11-12 11:33:51 -02:00
Felipe Pena
ffad3fa211 - Implemented "break N" where N is the line number on the current file 2013-11-12 10:58:19 -02:00
Felipe Pena
6658f58d4a - Added phpdbg_is_empty function 2013-11-12 00:50:15 -02:00
Felipe Pena
6aad2ee42c - Fix function 2013-11-12 00:28:52 -02:00
Felipe Pena
e32d511cec - Added "list func" support 2013-11-12 00:19:43 -02:00