Commit graph

77 commits

Author SHA1 Message Date
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
Bob Weinand
2b5c929153 Add breakpoint deleting 2013-11-24 12:58:08 +01:00
Felipe Pena
46c899ba30 - Moved conditional bp checking 2013-11-24 09:45:05 -02:00
Felipe Pena
90ff693d62 - Added print information about opcode breakpoint 2013-11-24 09:43:05 -02:00
Felipe Pena
089bf5e112 - Missing cleaning for opcode bp 2013-11-24 09:25:08 -02:00
Felipe Pena
46f5da1dc1 - Moved breakpoint checking to phpdbg_bp.c file 2013-11-23 21:46:24 -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
Felipe Pena
0ce0c45191 Merge branch 'master' of github.com:krakjoe/phpdbg 2013-11-20 12:55:22 -02:00
Felipe Pena
7384570bb2 - Fix extra byte allocation 2013-11-20 12:55:07 -02:00
krakjoe
54d6a99d83 fix strange chars on method breakpoint 2013-11-20 14:47:52 +00:00
krakjoe
1051564059 changes to info 2013-11-18 23:04:20 +00:00
krakjoe
f2edc066f2 fix compiler warning 2013-11-17 11:17:47 +00:00
krakjoe
b424771ce8 stat before setting breakpoints on files
default switch case for command handlers
trace route through handler tree for debugging etc **selected
2013-11-16 22:40:01 +00:00
Felipe Pena
00159635ad - Removed unused var 2013-11-15 09:27:05 -02:00
krakjoe
76ec5635a4 include conditional breakpoints in out 2013-11-14 23:06:31 +00:00
Felipe Pena
0eea7e4504 - Cosmetic changes 2013-11-13 22:29:44 -02:00
Felipe Pena
782615ac1c - Use realpath on PHPDBG_G(exec) 2013-11-13 21:36:02 -02:00
krakjoe
57ae58c9bf support conditional breakpoints 2013-11-13 14:22:01 +00:00
krakjoe
0781e7b863 fix segfault on set break opline address 2013-11-13 01:44:59 +00:00
krakjoe
5204026308 housework 2013-11-12 23:54:41 +00:00
krakjoe
a8285e3bbf no more printf 2013-11-12 23:43:49 +00:00
Felipe Pena
27f640d879 - Added phpdbg_notice() and phpdbg_error() 2013-11-12 20:39:39 -02:00
Felipe Pena
e8cb646fed - Fix compiler warning 2013-11-12 16:53:48 -02: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
4112330bb5 colourfulness 2013-11-12 06:03:37 +00:00
krakjoe
fa3056c833 Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-11-12 01:58:39 +00:00