Commit graph

175 commits

Author SHA1 Message Date
cyanogenmod
333264fdb7 fix #46 ignore EOF 2014-01-13 08:11:09 +00:00
krakjoe
7d51e47eda work on #46 (handle quit local consoles gracefully) 2014-01-12 16:48:10 +00:00
krakjoe
2712d7e224 update version 2013-12-27 18:10:58 +00:00
Bob Weinand
8064d8dfd6 Fixed #18
Errors not displaying in some configurations
2013-12-24 13:11:57 +01:00
Bob Weinand
6f63609251 Fixed credits in phpdbg.* files 2013-12-23 23:55:07 +01:00
Bob Weinand
20318c4960 Added breaking upon fatal-ish error 2013-12-21 22:42:11 +01:00
krakjoe
944ebb36c8 version in userland 2013-12-18 16:33:21 +00:00
Ivan Enderlin
1bc35a70d5 Add Zend version and copyright. 2013-12-18 16:15:24 +01:00
Ivan Enderlin
abf68be7a4 Add the -V option to print the version number. 2013-12-18 16:05:11 +01:00
krakjoe
7e0d1938f9 fix warnings/50700 stuff 2013-12-18 10:31:14 +00:00
krakjoe
64dabffd08 fix crash on clean in nts 2013-12-18 07:57:27 +00:00
krakjoe
12d071fa7c remove zend extension 2013-12-09 09:33:32 +00:00
Bob Weinand
422f80e87d Merge branch 'master' of https://github.com/krakjoe/phpdbg into opline_num_support
Conflicts:
	phpdbg.c
	phpdbg_bp.c
2013-12-07 15:42:17 +01:00
Bob Weinand
50db4919ce Adapted opline_num breakpoints to master branch 2013-12-07 15:35:35 +01:00
krakjoe
faf1013681 more tests
add phpdbg_exec userland function
2013-12-06 20:56:16 +00:00
krakjoe
f4f17d6e32 fix crash on startup errors 2013-12-05 11:20:16 +00:00
krakjoe
3341e219c9 don't use emalloc there 2013-12-04 23:26:14 +00:00
krakjoe
acf76ae619 fix loading of zend_extensions from command line arguments 2013-12-03 12:26:19 +00:00
krakjoe
6e7c1ed0c8 added ability to override sapi name 2013-12-02 14:45:41 +00:00
Bob Weinand
518519b8ed Separated opline address improvements from this branch 2013-12-01 19:05:30 +01:00
Bob Weinand
25f2d4eca1 Several fixes and cleanups on opline num support 2013-12-01 15:58:59 +01:00
krakjoe
d76e24b2db fix windows build 2013-12-01 08:55:37 +00:00
krakjoe
df0091c445 phpdbg_rlog for logging while in remote mode (only) 2013-11-30 14:34:16 +00:00
krakjoe
de84aba976 improve -l, add -a 2013-11-29 19:42:41 +00:00
krakjoe
41f93d4c15 allow setting both ports from command line: 2013-11-29 18:55:15 +00:00
krakjoe
f822764129 always unset unclean_shutdown 2013-11-29 02:42:34 +00:00
krakjoe
371ccf8ab9 remove windows support for remote console, never gonna happen 2013-11-28 22:06:27 +00:00
Bob Weinand
d7f6e88493 First semi-working version of oplines 2013-11-28 21:36:45 +01:00
krakjoe
55f210c83b windows ... 2013-11-28 18:22:30 +00:00
krakjoe
c464b011de windows fixes 2013-11-28 17:30:27 +00:00
krakjoe
022c621f96 windows fixes 2013-11-28 17:21:34 +00:00
krakjoe
b2af85a445 more on remote mode
some logging info to stderr
	only quit on sigint in remote mode
2013-11-28 16:41:21 +00:00
krakjoe
daeb5e2963 resolve #30 #31 2013-11-28 15:51:11 +00:00
krakjoe
68776e376d work on remote mode 2013-11-28 14:54:06 +00:00
krakjoe
6bb080a7e1 made server persist, support disconnect and reconnect 2013-11-28 09:31:06 +00:00
krakjoe
db12998998 fix remote mode when readline is enabled 2013-11-27 17:32:15 +00:00
krakjoe
87b556e3a1 simple tcp interface for phpdbg 2013-11-27 16:49:51 +00:00
krakjoe
4216cb2840 make conditional breakpoint structure consistent with others 2013-11-27 12:15:37 +00:00
krakjoe
3df8e29b0d many improvements in breakpoints
make file breakpoints faster
make exports happen in correct order
make deletes simpler, set flags correctly
fix info vars when no scope is set
2013-11-26 22:20:52 +00:00
Bob Weinand
6ba73338dd Enormous whitespace fix 2013-11-26 11:02:58 +01:00
krakjoe
2942caff29 ws 2013-11-26 07:11:34 +00:00
krakjoe
feaec0ec73 Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-11-25 23:03:52 +00:00
krakjoe
87a29a96aa nope 2013-11-25 23:02:54 +00:00
Bob Weinand
02ae3f8de1 Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-11-25 23:45:55 +01:00
Bob Weinand
4e6a8eeffa Breakpoints are now persistent over cleans 2013-11-25 23:38:43 +01:00
krakjoe
017beb002b remove comment 2013-11-25 22:20:26 +00:00
krakjoe
01181d194f use tsrm_shutdown 2013-11-25 22:19:21 +00:00
Felipe Pena
d50e2546c7 - Added command "set breakpoint <on|off>" 2013-11-25 19:39:17 -02:00
Bob Weinand
be8adbb231 Fix segfault in source command 2013-11-25 18:58:03 +01:00
krakjoe
d2e634c1bc userland api for prompt/color commands 2013-11-24 20:00:56 +00:00