Commit graph

82 commits

Author SHA1 Message Date
krakjoe
c3bf5dc904 modify command to parse arguments with lexer for testingz 2014-02-16 22:47:20 +00:00
krakjoe
c768abd420 fix bugsnet #66594, thanks ondrej@php.net 2014-01-28 17:23:29 +00:00
Bob Weinand
2e4aed3673 Merge branch PHP-5.6 of php-src 2014-01-19 12:26:14 +01:00
Bob Weinand
f27be2fded Fixed order of instructions... 2014-01-18 19:24:22 -05:00
Bob Weinand
b12286461d Merge branch 'master' of ssh://github.com/krakjoe/phpdbg 2014-01-18 13:18:47 -05:00
Bob Weinand
a1f5925652 Fixed that for example "run" is only set as last cmd after the whole execution 2014-01-18 13:18:28 -05:00
Bob Weinand
f4a7e50156 Update year 2014-01-17 23:09:07 +01:00
krakjoe
c205a6f3de zts fix 2014-01-17 21:20:19 +00:00
krakjoe
1ba3ff157e fix #46 ignore EOF 2014-01-13 08:14:04 +00:00
krakjoe
9add0e9f5c Revert "fix #46 ignore EOF"
This reverts commit 333264fdb7.
2014-01-13 08:12:49 +00:00
cyanogenmod
333264fdb7 fix #46 ignore EOF 2014-01-13 08:11:09 +00:00
Ivan Enderlin
e5263aa3f0 In english, no horizontal space before “!”. 2013-12-18 11:53:30 +01:00
krakjoe
7e0d1938f9 fix warnings/50700 stuff 2013-12-18 10:31:14 +00:00
Bob Weinand
94d5334bca Added myself as author where I was not author yet 2013-12-18 11:02:50 +01:00
Felipe Pena
bba73628e6 - Fix compiler warning 2013-12-09 09:46:33 -02:00
Bob Weinand
97604918ba Fixed segfault (removed superfluous NUL-byte insertion) 2013-12-09 12:23:44 +01:00
krakjoe
af979393fc resolve all warnings 2013-12-09 10:15:16 +00:00
krakjoe
64194ef652 Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-12-09 09:35:54 +00:00
Bob Weinand
b35f6ee723 Pssst, compiler! 2013-12-08 22:11:50 +01: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
1fb67f1eda fix #36 add more info to conditional breakpoint output 2013-12-04 14:20:13 +00:00
Bob Weinand
76f889569f Nearly finished opline num support patch 2013-12-03 12:31:25 +01:00
krakjoe
fd9026b948 extended conditional breakpoints 2013-12-03 00:15:33 +00:00
Felipe Pena
e6970ade6d - Fix compiler warning 2013-12-01 15:03:39 -02:00
Bob Weinand
d7f6e88493 First semi-working version of oplines 2013-11-28 21:36:45 +01:00
krakjoe
c464b011de windows fixes 2013-11-28 17:30:27 +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
37b3a21cf4 improve api 2013-11-27 09:55:16 +00:00
Bob Weinand
6ba73338dd Enormous whitespace fix 2013-11-26 11:02:58 +01:00
Felipe Pena
795e12b85e - Added "set prompt" command 2013-11-24 12:54:14 -02:00
Bob Weinand
2800af6e47 Pssst, compiler! 2013-11-24 13:27:22 +01:00
krakjoe
abef3fccc2 typo
set last command/param more carefully
2013-11-24 07:37:54 +00:00
Bob Weinand
a5fb0ae10e Shut up, compiler! 2013-11-23 20:50:25 +01:00
krakjoe
cafafb0e01 API decls 2013-11-23 18:12:51 +00:00
krakjoe
022eb18d1d ... 2013-11-22 16:15:24 +00:00
krakjoe
a6bd3807c4 better handling of sigint
info literals command
2013-11-22 09:09:54 +00:00
Felipe Pena
d9b6f06aa0 - Removed unused var 2013-11-20 22:06:44 -02:00
krakjoe
e36b718004 fix broken subs 2013-11-20 22:23:34 +00:00
krakjoe
1c046c02b8 tidy 2013-11-20 22:03:36 +00:00
krakjoe
5ec586ce94 restore sanity to commands/handlers/the universe 2013-11-20 21:47:44 +00:00
krakjoe
75e2e7ddf5 stop break on condition from bugging out 2013-11-20 20:29:14 +00:00
krakjoe
a0c824955c clean build on windows 2013-11-20 18:07:45 +00:00
krakjoe
1ab45b4cce fix broken sub command error 2013-11-20 14:40:08 +00:00
Felipe Pena
a0b75a24e5 - Passing input ptr to handlers 2013-11-20 11:28:41 -02: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
31e35c2671 - CS 2013-11-20 09:16:02 -02:00