Commit graph

48 commits

Author SHA1 Message Date
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
50db4919ce Adapted opline_num breakpoints to master branch 2013-12-07 15:35:35 +01:00
krakjoe
fd9026b948 extended conditional breakpoints 2013-12-03 00:15:33 +00:00
Bob Weinand
0a72ee087d Added deleting and printing 2013-12-02 21:56:25 +01:00
krakjoe
9b4e855d72 cs 2013-12-02 13:43:21 +00:00
krakjoe
e05b4977c5 added set break [id] <on|off> 2013-12-02 13:19:13 +00:00
Bob Weinand
518519b8ed Separated opline address improvements from this branch 2013-12-01 19:05:30 +01:00
Bob Weinand
25f2d4eca1 Several fixes and cleanups on opline num support 2013-12-01 15:58:59 +01:00
Bob Weinand
24585722b1 Small bug fix on error 2013-11-28 22:03:59 +01:00
Bob Weinand
d7f6e88493 First semi-working version of oplines 2013-11-28 21:36:45 +01:00
krakjoe
022c621f96 windows fixes 2013-11-28 17:21:34 +00:00
krakjoe
0fad595a1f housework 2013-11-27 13:28:53 +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
krakjoe
4216cb2840 make conditional breakpoint structure consistent with others 2013-11-27 12:15:37 +00:00
krakjoe
3df8e29b0d many improvements in breakpoints
make file breakpoints faster
make exports happen in correct order
make deletes simpler, set flags correctly
fix info vars when no scope is set
2013-11-26 22:20:52 +00:00
Bob Weinand
6ba73338dd Enormous whitespace fix 2013-11-26 11:02:58 +01:00
krakjoe
a947c890a0 add source export functionality, only files working, buggy source 2013-11-25 17:41:09 +00:00
Bob Weinand
fcdae5867f Added opcode break deleting 2013-11-24 13:14:53 +01:00
krakjoe
72ffef13a1 help for delete breakpoint
remove redundant decl
2013-11-24 12:06:45 +00:00
Bob Weinand
7c51efd473 Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-11-24 12:58:19 +01:00
Felipe Pena
f4db0669d0 - Passing strlen to phpdbg_set_breakpoint_symbol 2013-11-24 10:00:12 -02:00
Bob Weinand
2b5c929153 Add breakpoint deleting 2013-11-24 12:58:08 +01:00
Felipe Pena
90ff693d62 - Added print information about opcode breakpoint 2013-11-24 09:43:05 -02:00
Felipe Pena
46f5da1dc1 - Moved breakpoint checking to phpdbg_bp.c file 2013-11-23 21:46:24 -02:00
Felipe Pena
9d9182dfef - Typo 2013-11-23 21:18:21 -02:00
Felipe Pena
70d4ac8ef3 - Moved catch cmd to "break op" cmd 2013-11-23 21:14:16 -02:00
krakjoe
cafafb0e01 API decls 2013-11-23 18:12:51 +00:00
krakjoe
57ae58c9bf support conditional breakpoints 2013-11-13 14:22:01 +00:00
krakjoe
c43d5a558f ... 2013-11-12 16:04:41 +00:00
Felipe Pena
af90b6d5c7 - Improved breakpoint code 2013-11-12 11:33:51 -02:00
Felipe Pena
fdf26eaa0f - Removed name member to opline breakpoints 2013-11-12 11:07:35 -02:00
krakjoe
0a6804a986 ... 2013-11-12 00:47:27 +00:00
krakjoe
e0cbd92fa4 break on class methods
don't dtor eval'd retval
more reliable break on methods
2013-11-12 00:27:48 +00:00
krakjoe
42eaa989af separation etc 2013-11-11 17:19:05 +00:00
krakjoe
34ae94ad9a phpdbg_break userland 2013-11-11 14:33:53 +00:00
krakjoe
be460647ef ... 2013-11-11 13:07:02 +00:00
krakjoe
764d7d492c fix break on opline 2013-11-11 13:04:21 +00:00
krakjoe
67dc98732e break on opline 2013-11-11 11:54:41 +00:00
Felipe Pena
d141bf4ea8 - Get rid llist from symbol breakpoint 2013-11-10 19:38:58 -02:00
Felipe Pena
fb4f94c52c - Improved phpdbg_set_breakpoint_symbol function 2013-11-10 18:30:24 -02:00
Felipe Pena
3414680557 - Improved phpdbg_set_breakpoint_file function 2013-11-10 18:24:13 -02:00
Felipe Pena
eaf5d89292 - Change breakpoint id to int 2013-11-10 18:10:54 -02:00
Felipe Pena
5b6982796d - Renamed breakpoint find functions 2013-11-10 18:06:19 -02:00
Felipe Pena
1fcc54a6b8 - Added breakpoint counter 2013-11-10 17:15:32 -02:00
Felipe Pena
7752077b63 - Added prototype for breakpoint funcs 2013-11-10 16:24:08 -02:00
Felipe Pena
defc4c3180 - Added separated file to handle breakpoint feature 2013-11-10 16:06:41 -02:00