Commit graph

65 commits

Author SHA1 Message Date
Bob Weinand
02ae3f8de1 Merge branch 'master' of https://github.com/krakjoe/phpdbg 2013-11-25 23:45:55 +01: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
krakjoe
c2365d8283 compress globals 2013-11-12 01:51:50 +00:00
Felipe Pena
8ec5d30097 - Added PHPDBG_BP_MASK macro 2013-11-11 23:41:14 -02:00
krakjoe
749e0cfc36 condense globals
introduce flags
sensible silence and stepping
2013-11-12 01:24:53 +00:00
krakjoe
0a6804a986 ... 2013-11-12 00:47:27 +00:00
krakjoe
ef134e585f ... 2013-11-12 00:40:40 +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
Felipe Pena
b5b7935d40 - Added lineno to breakpoint message 2013-11-11 20:06:36 -02:00
krakjoe
42eaa989af separation etc 2013-11-11 17:19:05 +00:00
krakjoe
da065d6fb2 no estrdup on opline breakpoints 2013-11-11 15:14:37 +00:00
krakjoe
632c89b65a fix output from userland break point insertion 2013-11-11 14:59:51 +00:00
krakjoe
34ae94ad9a phpdbg_break userland 2013-11-11 14:33:53 +00:00
krakjoe
56957d9e25 output [] around phpdbg text 2013-11-11 14:03:14 +00:00