Commit Graph

367 Commits

Author SHA1 Message Date
krakjoe
ef86b57f3b Merge branch 'master' of https://github.com/krakjoe/phpdbg into lexer
Conflicts:
	phpdbg_prompt.c
2014-04-13 08:06:42 +01:00
Bob Weinand
3db29ee439 Added support for command line arg passing
"phpdbg -- arg" in shell
"run arg" in phpdbg prompt
2014-04-13 00:27:46 +02:00
krakjoe
d8ed537cd4 moar params for registered functions 2014-02-24 22:30:46 +00:00
krakjoe
4bab2d2f90 export command 2014-02-24 19:03:55 +00:00
krakjoe
043bfd6e2c woops+correction in help 2014-02-24 17:11:09 +00:00
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
1b92ce9a1b call register 2014-02-21 20:42:15 +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
c3a897bf3d introduce proper support for file:#opline 2014-02-21 18:01:50 +00:00
krakjoe
fde1e44d62 trim breaking commands 2014-02-21 16:18:46 +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
cadc909bb7 use correct param types 2014-02-18 08:39:38 +00:00
Bob Weinand
7b44890ac4 Merge pull request #73 from TerryE/new-help
New help updates
2014-02-16 17:09:15 +01: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
krakjoe
891477dc1c windows 2014-02-02 15:16:01 +00:00
Bob Weinand
992a8d0411 Clean root symbol table when starting new execution 2014-01-18 18:48:53 -05:00
Bob Weinand
f4a7e50156 Update year 2014-01-17 23:09:07 +01:00
krakjoe
54fa2883f0 remove goto from zend_try/zend_end_try/zend_catch blocks 2014-01-17 21:08:35 +00:00
Ivan Enderlin
e5263aa3f0 In english, no horizontal space before “!”. 2013-12-18 11:53:30 +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
krakjoe
12d071fa7c remove zend extension 2013-12-09 09:33:32 +00:00
Felipe Pena
e5a2d2efbd - Change phpdbg_dump_backtrace prototype 2013-12-08 16:33:19 -02:00
Felipe Pena
3ec948bca3 - Fixed build 2013-12-08 16:30:52 -02:00
Felipe Pena
bae424dbb7 - Moved frame related code to phpdbg_frame.c 2013-12-08 16:29:15 -02:00
Felipe Pena
c987e46b6f - CS + ws 2013-12-08 16:07:49 -02: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
ad2ea99c3e fix registered commands during init, add test 2013-12-06 20:18:44 +00:00
krakjoe
3341e219c9 don't use emalloc there 2013-12-04 23:26:14 +00:00
Bob Weinand
76f889569f Nearly finished opline num support patch 2013-12-03 12:31:25 +01:00
krakjoe
cbc774723a add info memory 2013-12-01 08:34:17 +00:00
krakjoe
c8145da0b2 reset hit counters implicitly on run 2013-11-27 13:15:52 +00:00
krakjoe
0deced5a7a more improvements to breakpoint api
separate printing logic, always return base
add hit count to breakpoints, displayed on hit
2013-11-27 13:01:57 +00:00
Bob Weinand
6ba73338dd Enormous whitespace fix 2013-11-26 11:02:58 +01:00
Bob Weinand
9663ef0c1c ZEND_STRS - 1 => PHPDBG_STRL 2013-11-26 09:26:13 +01:00
Bob Weinand
2be5a1e3da Enable backwards reading in list command 2013-11-25 20:33:52 +01:00
krakjoe
7ac64cdf46 Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-11-25 17:58:43 +00:00
krakjoe
19b1f7b5f9 ... 2013-11-25 17:58:36 +00:00
Bob Weinand
be8adbb231 Fix segfault in source command 2013-11-25 18:58:03 +01:00
krakjoe
a947c890a0 add source export functionality, only files working, buggy source 2013-11-25 17:41:09 +00:00
krakjoe
feabdfcf3f Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-11-25 16:39:24 +00:00