1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 05:02:27 +02:00
Commit Graph

33 Commits

Author SHA1 Message Date
Bob Weinand
8af0870d72 Made some functions async safe and provide interactive shell in signal handler
Fixes also (as a side-effect) a possible bug in list function when included files become unreachable after loading by caching the file contents
This is already pretty stable; a (restricted) ev and sh may follow.
2014-10-03 01:29:41 +02:00
krakjoe
f96feea00c step by line and opcode modes preserved, set stepping added, help updated 2014-04-20 18:46:35 +01:00
Bob Weinand
9b05f5d132 Made refcount info switchable by set refcount on/off. Default: off 2014-04-14 19:37:31 +02:00
krakjoe
b8a4a4c700 squish warnings 2014-04-13 09:07:15 +01:00
krakjoe
4b738cee2b set colors working 2014-02-23 07:33:48 +00:00
krakjoe
e2fcc870e3 work on lexer to be more permissive (accept moar strings)
work on parameter parsing and command resolution
work on error reporting for failed arguments
update most commands
move quiet to set quiet
move set break on/off to set breaks on/off
keep set break for set break <id> <on/off>
update help accordingly
2014-02-19 20:18:49 +00:00
krakjoe
996182993d remove input_t
support single char aliases
...
2014-02-19 08:33:54 +00:00
krakjoe
e2e93ac259 work on parameters to commands 2014-02-19 00:33:49 +00:00
krakjoe
e392e730ea execute new stack now 2014-02-18 19:48:33 +00:00
Terry Ellison
88bd558a73 Work in progress chekpoint of changes to help module. To allow peer review and feedback 2014-02-02 16:35:28 +00:00
Bob Weinand
f4a7e50156 Update year 2014-01-17 23:09:07 +01:00
Ivan Enderlin
e5263aa3f0 In english, no horizontal space before “!”. 2013-12-18 11:53:30 +01:00
Bob Weinand
94d5334bca Added myself as author where I was not author yet 2013-12-18 11:02:50 +01:00
krakjoe
fed41baf28 Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-12-02 13:25:20 +00:00
krakjoe
e05b4977c5 added set break [id] <on|off> 2013-12-02 13:19:13 +00:00
Felipe Pena
9ca817eb0f - Fixed compiler warning 2013-12-01 14:57:11 -02:00
krakjoe
26e1d57e8c add set colors command to assist remote console 2013-11-28 17:02:38 +00:00
krakjoe
f8e7685975 fix #28 2013-11-26 16:02:39 +00:00
Bob Weinand
6ba73338dd Enormous whitespace fix 2013-11-26 11:02:58 +01:00
krakjoe
bc7df607ab fix windows build
build shared on windows
2013-11-26 07:53:08 +00:00
Felipe Pena
bd87039a91 - Rename command to "set break" 2013-11-25 19:46:06 -02:00
Felipe Pena
d50e2546c7 - Added command "set breakpoint <on|off>" 2013-11-25 19:39:17 -02:00
Bob Weinand
2318883446 a prompt with an % == nice segfault 2013-11-24 22:45:50 +01:00
krakjoe
e8a7a46faf spelling correction 2013-11-24 20:30:28 +00:00
krakjoe
ddcfa42f15 get good control over colors and prompt 2013-11-24 19:34:18 +00:00
Felipe Pena
bb134a4059 - Missing return 2013-11-24 15:11:15 -02:00
Felipe Pena
5b89e181aa - Added more colors 2013-11-24 15:09:41 -02:00
Felipe Pena
8589c0af91 - Initial work on setting color to prompt 2013-11-24 15:00:30 -02:00
Felipe Pena
bfccc292a6 - Fix checking 2013-11-24 13:51:29 -02:00
Felipe Pena
19a923de46 - Keep the color 2013-11-24 13:49:30 -02:00
krakjoe
e99fd22866 move oplog command to set commands
add help for set commands
move set down in the list of prompt commands
2013-11-24 15:24:12 +00:00
Felipe Pena
c7ef093095 - CS 2013-11-24 12:57:53 -02:00
Felipe Pena
900bc9104c - Oppss, forgot to add new files 2013-11-24 12:56:59 -02:00