Commit Graph

965 Commits

Author SHA1 Message Date
krakjoe
85b5907e85 fix ts build 2014-02-24 09:26:03 +00:00
krakjoe
4b738cee2b set colors working 2014-02-23 07:33:48 +00:00
krakjoe
ee6cc5ba60 do not allow abbreivation of anything without alias, fixes input for sh/ev 2014-02-21 21:31:01 +00:00
krakjoe
e37144f44b moar cleanup 2014-02-21 20:46:56 +00:00
krakjoe
1b92ce9a1b call register 2014-02-21 20:42:15 +00:00
krakjoe
bab960069c ... 2014-02-21 19:37:16 +00:00
krakjoe
1c5f8ca7e1 verify noargs 2014-02-21 19:05:20 +00:00
krakjoe
28debb4717 ... 2014-02-21 18:52:06 +00:00
krakjoe
d1b02fe2fe ... 2014-02-21 18:12:52 +00:00
krakjoe
f13fdbe9a0 update export function 2014-02-21 18:05:11 +00:00
krakjoe
c3a897bf3d introduce proper support for file:#opline 2014-02-21 18:01:50 +00:00
krakjoe
a6eee49326 case insensitive 2014-02-21 17:47:02 +00:00
krakjoe
b82ad53b29 ... 2014-02-21 16:29:09 +00:00
krakjoe
fde1e44d62 trim breaking commands 2014-02-21 16:18:46 +00:00
krakjoe
78e8690dee conditional breakpoints working again 2014-02-21 15:00:55 +00:00
krakjoe
5db16dd989 better-ness, I think 2014-02-21 14:44:16 +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
1952750af6 ... 2014-02-18 20:04:02 +00:00
krakjoe
e392e730ea execute new stack now 2014-02-18 19:48:33 +00:00
krakjoe
29e74ebf65 Merge branch 'master' of https://github.com/krakjoe/phpdbg into lexer 2014-02-18 09:13:50 +00:00
krakjoe
8da9b7e3a2 fix #70 2014-02-18 09:13:42 +00:00
krakjoe
07dafa8940 Merge branch 'master' of https://github.com/krakjoe/phpdbg into lexer 2014-02-18 08:47:25 +00:00
krakjoe
791828d00c fix zpp issues #74 2014-02-18 08:47:15 +00:00
krakjoe
0634f176a8 Merge branch 'master' of https://github.com/krakjoe/phpdbg into lexer 2014-02-18 08:40:42 +00:00
krakjoe
0b19b9dd0c fix #75 phpdbg disabled by default 2014-02-18 08:40:33 +00:00
krakjoe
cadc909bb7 use correct param types 2014-02-18 08:39:38 +00:00
krakjoe
d980101803 start work on resolving commands, add numeric function and method to lexer 2014-02-17 22:43:53 +00:00
krakjoe
1641d2afbe case insensitivity where we can
additional param types
2014-02-17 08:53:47 +00:00
krakjoe
1fce0887a3 Merge branch 'master' of https://github.com/krakjoe/phpdbg into lexer 2014-02-17 07:40:35 +00:00
krakjoe
3cabee71ab ... 2014-02-16 23:17:16 +00:00
krakjoe
4af3e39147 improve error reporting 2014-02-16 23:12:24 +00:00
krakjoe
ff95046b76 ... 2014-02-16 22:54:43 +00:00
krakjoe
c3bf5dc904 modify command to parse arguments with lexer for testingz 2014-02-16 22:47:20 +00:00
krakjoe
d392de0ff7 fix lexer for namespaced methods 2014-02-16 21:52:25 +00:00
krakjoe
a9e0202a5d remove leaks from stack
traverse the other way
fix id regex, thanks @bwoebi
2014-02-16 21:38:55 +00:00
krakjoe
c744605dc7 build stack from command line 2014-02-16 19:25:15 +00:00
Bob Weinand
f89f66d762 removed warning; WS 2014-02-16 17:41:50 +01:00
Bob Weinand
7b44890ac4 Merge pull request #73 from TerryE/new-help
New help updates
2014-02-16 17:09:15 +01:00
krakjoe
5f89934686 Revert "handle strings better"
This reverts commit a32f1b4654.
2014-02-15 23:34:35 +00:00
krakjoe
a32f1b4654 handle strings better 2014-02-15 22:53:20 +00:00
krakjoe
cdf1dcc497 barf on unexpected input 2014-02-15 20:05:44 +00:00
krakjoe
a01853de78 betterness 2014-02-15 19:51:39 +00:00
krakjoe
5778e010b7 have a go at writing lexer for input 2014-02-15 04:52:04 +00:00
Bob Weinand
0dc1072a19 Fix issue 72 (too much whitespace in config.m4) 2014-02-13 20:42:54 +01:00
Terry Ellison
21c973d3de More update to help text on parameter typing 2014-02-09 15:04:13 +00:00
Bob Weinand
b0273e749c Fix issue 68 (made check win only) 2014-02-06 20:43:17 +01:00
Terry Ellison
ebdfef807a Update help content and refactor new routine in php_help.c
*  I've added more content to the help to expand desciption for new-to-phpdbg
   developers.

*  After a code review of the new routines that I've added to the help module,
   I've decided that the implementation was unnecessarily convolved and that
   Keep-It-Simple-Stupid would be more understandable, maintainable and have
   no material performance hit.
2014-02-05 00:04:21 +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