Commit Graph

45 Commits

Author SHA1 Message Date
Bob Weinand
b1a22ae6dc Updated version number to 0.4.0
Made run accept any input and lexer re2c compatible
2014-04-16 13:56:26 +02:00
krakjoe
85b5907e85 fix ts build 2014-02-24 09:26:03 +00:00
krakjoe
d1b02fe2fe ... 2014-02-21 18:12:52 +00:00
krakjoe
c3a897bf3d introduce proper support for file:#opline 2014-02-21 18:01:50 +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
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
1641d2afbe case insensitivity where we can
additional param types
2014-02-17 08:53:47 +00:00
krakjoe
c3bf5dc904 modify command to parse arguments with lexer for testingz 2014-02-16 22:47:20 +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
f4a7e50156 Update year 2014-01-17 23:09:07 +01:00
Bob Weinand
94d5334bca Added myself as author where I was not author yet 2013-12-18 11:02: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
Bob Weinand
d7f6e88493 First semi-working version of oplines 2013-11-28 21:36:45 +01: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
Bob Weinand
cc51537e5e Do not mix long and int 2013-11-24 22:36:39 +01: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
krakjoe
cafafb0e01 API decls 2013-11-23 18:12:51 +00:00
krakjoe
e662fd9eb0 merge frame/trace commands from bwoebi
tidy up
add help for frame command
fix help made incorrect by additions
2013-11-22 19:06:31 +00:00
krakjoe
5ec586ce94 restore sanity to commands/handlers/the universe 2013-11-20 21:47:44 +00:00
Felipe Pena
a0b75a24e5 - Passing input ptr to handlers 2013-11-20 11:28:41 -02:00
Felipe Pena
31e35c2671 - CS 2013-11-20 09:16:02 -02:00
krakjoe
80386a329b improve R 2013-11-20 10:49:39 +00:00
krakjoe
dd71744d48 Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-11-20 10:06:29 +00:00
krakjoe
6417e472b4 use new input handling everywhere 2013-11-20 10:04:05 +00:00
Felipe Pena
3e6f942d1a - Missing function prototype 2013-11-19 20:26:31 -02:00
krakjoe
5af371409c debugging new input stuff 2013-11-19 20:27:23 +00:00
krakjoe
8ac46de2cf argc/argv started 2013-11-19 17:18:58 +00:00
krakjoe
73e7f5c645 more tidy 2013-11-19 13:00:04 +00:00
krakjoe
d906613eb5 tidy up reading input, avoid leaks, restore sanity 2013-11-19 12:39:48 +00:00
Felipe Pena
3660929530 - WS, removed unused var 2013-11-18 20:12:27 -02:00
krakjoe
75bc53d7de avoid leaks from parameters 2013-11-18 17:51:14 +00:00
Felipe Pena
eef21c186c - Rename has_args to arg_type 2013-11-17 20:07:19 -02:00
Felipe Pena
d054172a33 - Clean up command macros
- Added flag to specify no argument, required argument and optional argument
2013-11-17 19:01:41 -02:00