krakjoe
|
5cc9a35f1b
|
...
|
2013-12-18 10:18:22 +00:00 |
|
krakjoe
|
6ac3a4ab41
|
50700 change
|
2013-12-18 10:17:43 +00:00 |
|
krakjoe
|
8b0e1c6191
|
Merge branch 'master' of https://github.com/krakjoe/phpdbg
|
2013-12-18 10:12:28 +00:00 |
|
krakjoe
|
db9bbf1147
|
fix build
|
2013-12-18 10:12:17 +00:00 |
|
Bob Weinand
|
3043bd285c
|
Merge branch 'master' of https://github.com/krakjoe/phpdbg
|
2013-12-18 11:08:32 +01:00 |
|
krakjoe
|
ef89fe37ca
|
fix build error zts
|
2013-12-18 10:06:42 +00:00 |
|
Bob Weinand
|
94d5334bca
|
Added myself as author where I was not author yet
|
2013-12-18 11:02:50 +01:00 |
|
Bob Weinand
|
2fa3479df5
|
Added conditional opline num support
|
2013-12-09 13:25:00 +01:00 |
|
krakjoe
|
af979393fc
|
resolve all warnings
|
2013-12-09 10:15:16 +00:00 |
|
Bob Weinand
|
9cd9356523
|
Added mapping...
|
2013-12-07 20:28:23 +01:00 |
|
Felipe Pena
|
d2ded767c6
|
- CS
|
2013-12-07 16:18:44 -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 |
|
Felipe Pena
|
793f1d7c4a
|
- Fix compiler warning + ws
|
2013-12-07 12:31:10 -02:00 |
|
krakjoe
|
1fb67f1eda
|
fix #36 add more info to conditional breakpoint output
|
2013-12-04 14:20:13 +00:00 |
|
Bob Weinand
|
3ffb4aaf9b
|
Fixed file opline num resolving
|
2013-12-03 16:10:57 +01:00 |
|
Bob Weinand
|
76f889569f
|
Nearly finished opline num support patch
|
2013-12-03 12:31:25 +01:00 |
|
krakjoe
|
4d6d0d8f05
|
improve print conditional breaks
|
2013-12-03 00:43:05 +00:00 |
|
krakjoe
|
8f835060df
|
export both types of conditional breakpoint properly
|
2013-12-03 00:35:20 +00: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
|
2e7c695c05
|
I give up
|
2013-11-29 11:38:28 +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 |
|
Felipe Pena
|
7c972480ad
|
- Fixed compiler warnings + CS
|
2013-11-27 20:59:02 -02:00 |
|
krakjoe
|
2299584963
|
fix find breakpoint function
|
2013-11-27 13:32:38 +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
|
37b3a21cf4
|
improve api
|
2013-11-27 09:55:16 +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 |
|
krakjoe
|
969e659c4a
|
Merge branch 'master' of https://github.com/krakjoe/phpdbg
|
2013-11-26 16:00:28 +00:00 |
|
krakjoe
|
6d95449e0a
|
fix #27
|
2013-11-26 15:58:27 +00:00 |
|
Bob Weinand
|
6ba73338dd
|
Enormous whitespace fix
|
2013-11-26 11:02:58 +01:00 |
|
Bob Weinand
|
485966252a
|
Export conditional breaks
|
2013-11-26 09:21:04 +01:00 |
|
Felipe Pena
|
d50e2546c7
|
- Added command "set breakpoint <on|off>"
|
2013-11-25 19:39:17 -02:00 |
|
krakjoe
|
6932eb76e3
|
correction in help
|
2013-11-25 18:39:27 +00:00 |
|
krakjoe
|
754fe82216
|
export opcode breakpoints
|
2013-11-25 18:27:58 +00:00 |
|
krakjoe
|
ba37fd24bc
|
export method breakpoints
|
2013-11-25 18:16:31 +00:00 |
|
krakjoe
|
3e14ff7cee
|
symbol breakpoint export
|
2013-11-25 18:03:38 +00: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 |
|