Commit graph

32 commits

Author SHA1 Message Date
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