Commit graph

54 commits

Author SHA1 Message Date
Joe Watkins
1d3a53a18d upstream merge 2013-12-25 18:50:25 +00:00
krakjoe
08393ad2ac disregard leading slash 2013-12-18 17:00:26 +00:00
Bob Weinand
94d5334bca Added myself as author where I was not author yet 2013-12-18 11:02:50 +01:00
krakjoe
64194ef652 Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-12-09 09:35:54 +00:00
Felipe Pena
50e8a47c90 - Added argument name to backtrace dump 2013-12-08 17:37:35 -02:00
Bob Weinand
50db4919ce Adapted opline_num breakpoints to master branch 2013-12-07 15:35:35 +01:00
krakjoe
fed41baf28 Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-12-02 13:25:20 +00:00
Felipe Pena
4dda2980ff - CS 2013-12-01 15:00:28 -02:00
krakjoe
835446e632 support all colors and underline in java ui 2013-11-30 17:19:01 +00:00
krakjoe
df0091c445 phpdbg_rlog for logging while in remote mode (only) 2013-11-30 14:34:16 +00:00
krakjoe
db12998998 fix remote mode when readline is enabled 2013-11-27 17:32:15 +00:00
Bob Weinand
6ba73338dd Enormous whitespace fix 2013-11-26 11:02:58 +01:00
Bob Weinand
2be5a1e3da Enable backwards reading in list command 2013-11-25 20:33:52 +01:00
krakjoe
be2f097b63 remove annoying blinking 2013-11-24 21:04:52 +00:00
krakjoe
e0c4922635 blink/underline 2013-11-24 20:59:22 +00:00
krakjoe
4d735404cf add black 2013-11-24 20:52:39 +00:00
krakjoe
beea71bd25 Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-11-24 20:16:55 +00:00
krakjoe
5596b2e716 example colour output 2013-11-24 20:16:46 +00:00
Felipe Pena
d21e7f5aa0 - CS 2013-11-24 18:14:33 -02:00
Felipe Pena
63e53c8ca8 - Added yellow color 2013-11-24 18:11:54 -02:00
krakjoe
ddcfa42f15 get good control over colors and prompt 2013-11-24 19:34:18 +00:00
krakjoe
c85f247eac make api function and format structure for color management 2013-11-24 17:50:22 +00:00
Felipe Pena
2e3723f08f - Cosmetic changes 2013-11-19 19:35:45 -02:00
Felipe Pena
3853f5b370 - Added phpdbg_trim() 2013-11-19 19:26:40 -02:00
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