]> granicus.if.org Git - php/log
php
11 years agoMerge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Sun, 17 Nov 2013 18:57:34 +0000 (18:57 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg

11 years agoadded info funcs
krakjoe [Sun, 17 Nov 2013 18:55:06 +0000 (18:55 +0000)]
added info funcs

11 years ago- Fix conflict
Felipe Pena [Sun, 17 Nov 2013 18:45:08 +0000 (16:45 -0200)]
- Fix conflict

11 years ago- Added "info vars" to show active variables
Felipe Pena [Sun, 17 Nov 2013 18:43:37 +0000 (16:43 -0200)]
- Added "info vars" to show active variables

11 years agotidy
krakjoe [Sun, 17 Nov 2013 18:33:34 +0000 (18:33 +0000)]
tidy

11 years agoinfo classes + help
krakjoe [Sun, 17 Nov 2013 18:26:56 +0000 (18:26 +0000)]
info classes + help

11 years ago- Fix conflict
Felipe Pena [Sun, 17 Nov 2013 16:13:13 +0000 (14:13 -0200)]
- Fix conflict

11 years ago- Added macro for trailling command
Felipe Pena [Sun, 17 Nov 2013 16:10:43 +0000 (14:10 -0200)]
- Added macro for trailling command

11 years agofix segfault when autoglobals are not properly setup
krakjoe [Sun, 17 Nov 2013 16:06:30 +0000 (16:06 +0000)]
fix segfault when autoglobals are not properly setup

11 years ago- Use macro here
Felipe Pena [Sun, 17 Nov 2013 16:05:10 +0000 (14:05 -0200)]
- Use macro here

11 years agofix list not working when exec is set but not executing
krakjoe [Sun, 17 Nov 2013 15:57:49 +0000 (15:57 +0000)]
fix list not working when exec is set but not executing

11 years agoMerge branch 'master' of github.com:krakjoe/phpdbg
Felipe Pena [Sun, 17 Nov 2013 15:42:46 +0000 (13:42 -0200)]
Merge branch 'master' of github.com:krakjoe/phpdbg

11 years ago- Initial code for info command
Felipe Pena [Sun, 17 Nov 2013 15:42:34 +0000 (13:42 -0200)]
- Initial code for info command

11 years agoleave function + help
krakjoe [Sun, 17 Nov 2013 15:39:23 +0000 (15:39 +0000)]
leave function + help

11 years agofinish?
krakjoe [Sun, 17 Nov 2013 15:01:22 +0000 (15:01 +0000)]
finish?

11 years ago- Added finish/f command
Felipe Pena [Sun, 17 Nov 2013 13:59:21 +0000 (11:59 -0200)]
- Added finish/f command

11 years ago- Missing credits
Felipe Pena [Sun, 17 Nov 2013 12:40:51 +0000 (10:40 -0200)]
- Missing credits

11 years ago- Fix trailling newline handling
Felipe Pena [Sun, 17 Nov 2013 12:23:50 +0000 (10:23 -0200)]
- Fix trailling newline handling

11 years ago- Fix conflict
Felipe Pena [Sun, 17 Nov 2013 12:12:10 +0000 (10:12 -0200)]
- Fix conflict

11 years ago- Drop unneeded parenthesis
Felipe Pena [Sun, 17 Nov 2013 12:10:02 +0000 (10:10 -0200)]
- Drop unneeded parenthesis

11 years agofix whitepsace in here first
krakjoe [Sun, 17 Nov 2013 12:07:01 +0000 (12:07 +0000)]
fix whitepsace in here first

11 years ago- Change error message
Felipe Pena [Sun, 17 Nov 2013 11:37:14 +0000 (09:37 -0200)]
- Change error message

11 years agophpdbg_default_switch_case(); in list lines
krakjoe [Sun, 17 Nov 2013 11:31:09 +0000 (11:31 +0000)]
phpdbg_default_switch_case(); in list lines

11 years agoMerge branch 'master' of github.com:krakjoe/phpdbg
Felipe Pena [Sun, 17 Nov 2013 11:29:13 +0000 (09:29 -0200)]
Merge branch 'master' of github.com:krakjoe/phpdbg

11 years ago- Fix conflict
Felipe Pena [Sun, 17 Nov 2013 11:28:14 +0000 (09:28 -0200)]
- Fix conflict

11 years agofix compiler warning
krakjoe [Sun, 17 Nov 2013 11:17:47 +0000 (11:17 +0000)]
fix compiler warning

11 years ago- Use offset when listing active file and reuse list handler code
Felipe Pena [Sun, 17 Nov 2013 11:15:53 +0000 (09:15 -0200)]
- Use offset when listing active file and reuse list handler code

11 years agoadd highlight param to file listing
krakjoe [Sun, 17 Nov 2013 11:11:09 +0000 (11:11 +0000)]
add highlight param to file listing

11 years agocorrection
krakjoe [Sun, 17 Nov 2013 09:36:14 +0000 (09:36 +0000)]
correction

11 years agoadd print exec command to show current execution context instructions
krakjoe [Sun, 17 Nov 2013 09:30:44 +0000 (09:30 +0000)]
add print exec command to show current execution context instructions
make phpdbg_compile public

11 years agoconsistency in prompt/list, do not return FAILURE from command handlers
krakjoe [Sat, 16 Nov 2013 23:35:11 +0000 (23:35 +0000)]
consistency in prompt/list, do not return FAILURE from command handlers

11 years agouniform code in print.c
krakjoe [Sat, 16 Nov 2013 23:25:33 +0000 (23:25 +0000)]
uniform code in print.c

11 years agocleanup in list ... last time
krakjoe [Sat, 16 Nov 2013 23:11:39 +0000 (23:11 +0000)]
cleanup in list ... last time

11 years agoswitches in list.c, be consistent in all command handlers
krakjoe [Sat, 16 Nov 2013 22:58:30 +0000 (22:58 +0000)]
switches in list.c, be consistent in all command handlers

11 years agostat before setting breakpoints on files
krakjoe [Sat, 16 Nov 2013 22:40:01 +0000 (22:40 +0000)]
stat before setting breakpoints on files
default switch case for command handlers
trace route through handler tree for debugging etc **selected

11 years agoremove more no expression provided messages
krakjoe [Sat, 16 Nov 2013 21:28:59 +0000 (21:28 +0000)]
remove more no expression provided messages

11 years agoget rid of No Expression Provided messages, not required anymore
krakjoe [Sat, 16 Nov 2013 21:25:22 +0000 (21:25 +0000)]
get rid of No Expression Provided messages, not required anymore

11 years agostat execution context and check it is a regular file or symlink
krakjoe [Sat, 16 Nov 2013 21:23:14 +0000 (21:23 +0000)]
stat execution context and check it is a regular file or symlink

11 years agoestablish relationship between parent and child commands
krakjoe [Sat, 16 Nov 2013 20:57:10 +0000 (20:57 +0000)]
establish relationship between parent and child commands
extend alias help
automatically invoke child commands

11 years agoinclude all alias and child command information in help
krakjoe [Sat, 16 Nov 2013 19:39:14 +0000 (19:39 +0000)]
include all alias and child command information in help

11 years agoadd list class and method commands
krakjoe [Sat, 16 Nov 2013 18:53:12 +0000 (18:53 +0000)]
add list class and method commands
update help text to be more specific

11 years agoupdate bootstrap
krakjoe [Sat, 16 Nov 2013 15:37:00 +0000 (15:37 +0000)]
update bootstrap

11 years ago...
krakjoe [Sat, 16 Nov 2013 14:58:16 +0000 (14:58 +0000)]
...

11 years agofix is_class_method (needs revision)
krakjoe [Sat, 16 Nov 2013 14:55:53 +0000 (14:55 +0000)]
fix is_class_method (needs revision)
don't free last (needs revision)

11 years agomake handlers take phpdbg_param_t
krakjoe [Sat, 16 Nov 2013 14:34:49 +0000 (14:34 +0000)]
make handlers take phpdbg_param_t

11 years agomove phpdbg_param_t to phpdbg.c|h
krakjoe [Sat, 16 Nov 2013 13:15:00 +0000 (13:15 +0000)]
move phpdbg_param_t to phpdbg.c|h
add string length and type to param_t (made struct instead of union)
typedef enumerated param types
add some error messages when command recieves unsupported values

11 years ago- Fixed possible memleak
Felipe Pena [Sat, 16 Nov 2013 12:02:35 +0000 (10:02 -0200)]
- Fixed possible memleak

11 years ago- Fixed repeat-last-command feature for next and until command
Felipe Pena [Sat, 16 Nov 2013 11:50:25 +0000 (09:50 -0200)]
- Fixed repeat-last-command feature for next and until command

11 years ago- Fix compiler warning
Felipe Pena [Sat, 16 Nov 2013 11:34:23 +0000 (09:34 -0200)]
- Fix compiler warning

11 years agoMerge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Sat, 16 Nov 2013 11:12:22 +0000 (11:12 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg

11 years agoadd phpdbg_debug function and --enable-phpdbg-debug configure option
krakjoe [Sat, 16 Nov 2013 11:11:47 +0000 (11:11 +0000)]
add phpdbg_debug function and --enable-phpdbg-debug configure option
added debug statement to do_cmd in preparation for updates

11 years ago- Added changelog file
Felipe Pena [Sat, 16 Nov 2013 11:08:54 +0000 (09:08 -0200)]
- Added changelog file

11 years ago- Implemented issue #11 (until command)
Felipe Pena [Sat, 16 Nov 2013 10:59:50 +0000 (08:59 -0200)]
- Implemented issue #11 (until command)

11 years agoadd clean-phpdbg rule to Makefile.frag to aid development
krakjoe [Sat, 16 Nov 2013 10:39:12 +0000 (10:39 +0000)]
add clean-phpdbg rule to Makefile.frag to aid development

11 years agofix segfault on some implementations of atoi
krakjoe [Fri, 15 Nov 2013 20:52:48 +0000 (20:52 +0000)]
fix segfault on some implementations of atoi

11 years ago- Back to development
Felipe Pena [Fri, 15 Nov 2013 20:21:36 +0000 (18:21 -0200)]
- Back to development

11 years ago- Preparing for first release
Felipe Pena [Fri, 15 Nov 2013 20:10:04 +0000 (18:10 -0200)]
- Preparing for first release

11 years agoMerge branch 'master' of github.com:krakjoe/phpdbg
Felipe Pena [Fri, 15 Nov 2013 16:24:34 +0000 (14:24 -0200)]
Merge branch 'master' of github.com:krakjoe/phpdbg

11 years ago- Fix compiler warning
Felipe Pena [Fri, 15 Nov 2013 16:24:22 +0000 (14:24 -0200)]
- Fix compiler warning

11 years agoarginfo for userland functions
krakjoe [Fri, 15 Nov 2013 16:22:20 +0000 (16:22 +0000)]
arginfo for userland functions

11 years agocleanup
krakjoe [Fri, 15 Nov 2013 16:17:57 +0000 (16:17 +0000)]
cleanup

11 years agoadd oplog status to context information on print command
krakjoe [Fri, 15 Nov 2013 16:12:27 +0000 (16:12 +0000)]
add oplog status to context information on print command

11 years ago...
krakjoe [Fri, 15 Nov 2013 16:09:40 +0000 (16:09 +0000)]
...

11 years agotidy example
krakjoe [Fri, 15 Nov 2013 15:59:54 +0000 (15:59 +0000)]
tidy example

11 years agoextend userland api phpdbg_break function
krakjoe [Fri, 15 Nov 2013 15:54:14 +0000 (15:54 +0000)]
extend userland api phpdbg_break function

11 years agoremove additional switch
krakjoe [Fri, 15 Nov 2013 15:34:48 +0000 (15:34 +0000)]
remove additional switch

11 years ago...
krakjoe [Fri, 15 Nov 2013 15:26:51 +0000 (15:26 +0000)]
...

11 years agoembed code in .phpdbginit
krakjoe [Fri, 15 Nov 2013 14:53:40 +0000 (14:53 +0000)]
embed code in .phpdbginit

11 years agoMerge branch 'master' of github.com:krakjoe/phpdbg
Felipe Pena [Fri, 15 Nov 2013 11:27:18 +0000 (09:27 -0200)]
Merge branch 'master' of github.com:krakjoe/phpdbg

11 years ago- Removed unused var
Felipe Pena [Fri, 15 Nov 2013 11:27:05 +0000 (09:27 -0200)]
- Removed unused var

11 years ago...
krakjoe [Fri, 15 Nov 2013 11:21:30 +0000 (11:21 +0000)]
...

11 years agoimplement 5.4 support
krakjoe [Fri, 15 Nov 2013 11:19:26 +0000 (11:19 +0000)]
implement 5.4 support

11 years agoinclude conditional breakpoints in out
krakjoe [Thu, 14 Nov 2013 23:06:31 +0000 (23:06 +0000)]
include conditional breakpoints in out

11 years agoswap welcome/init around
krakjoe [Thu, 14 Nov 2013 21:51:55 +0000 (21:51 +0000)]
swap welcome/init around

11 years agoMerge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Thu, 14 Nov 2013 21:40:44 +0000 (21:40 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg

11 years agochange image on tutorial
krakjoe [Thu, 14 Nov 2013 21:40:34 +0000 (21:40 +0000)]
change image on tutorial

11 years agoMerge branch 'master' of github.com:krakjoe/phpdbg
Felipe Pena [Thu, 14 Nov 2013 21:40:25 +0000 (19:40 -0200)]
Merge branch 'master' of github.com:krakjoe/phpdbg

11 years ago- Change comment style
Felipe Pena [Thu, 14 Nov 2013 21:39:59 +0000 (19:39 -0200)]
- Change comment style

11 years ago..
krakjoe [Thu, 14 Nov 2013 21:37:07 +0000 (21:37 +0000)]
..

11 years agotidy
krakjoe [Thu, 14 Nov 2013 21:20:37 +0000 (21:20 +0000)]
tidy

11 years agoupdate image
krakjoe [Thu, 14 Nov 2013 21:18:12 +0000 (21:18 +0000)]
update image

11 years agobetter description
krakjoe [Thu, 14 Nov 2013 21:15:47 +0000 (21:15 +0000)]
better description

11 years ago...
krakjoe [Thu, 14 Nov 2013 21:13:29 +0000 (21:13 +0000)]
...

11 years agocorrection
krakjoe [Thu, 14 Nov 2013 21:12:51 +0000 (21:12 +0000)]
correction

11 years agoadd opline logging and setup including command line option
krakjoe [Thu, 14 Nov 2013 21:10:44 +0000 (21:10 +0000)]
add opline logging and setup including command line option

11 years ago...
krakjoe [Thu, 14 Nov 2013 18:52:26 +0000 (18:52 +0000)]
...

11 years agocorrection
krakjoe [Thu, 14 Nov 2013 18:51:45 +0000 (18:51 +0000)]
correction

11 years agohelp for command line options
krakjoe [Thu, 14 Nov 2013 18:50:34 +0000 (18:50 +0000)]
help for command line options

11 years agocorrection
krakjoe [Thu, 14 Nov 2013 17:32:10 +0000 (17:32 +0000)]
correction

11 years agoexample .phpdbginit
krakjoe [Thu, 14 Nov 2013 17:29:21 +0000 (17:29 +0000)]
example .phpdbginit

11 years agofix crash when .phpdbginit quits
krakjoe [Thu, 14 Nov 2013 17:03:36 +0000 (17:03 +0000)]
fix crash when .phpdbginit quits

11 years agoupdates
krakjoe [Thu, 14 Nov 2013 17:00:51 +0000 (17:00 +0000)]
updates

11 years agoimplement init file and command line options
krakjoe [Thu, 14 Nov 2013 16:58:50 +0000 (16:58 +0000)]
implement init file and command line options

11 years agofix case sensitivity in print func command
krakjoe [Thu, 14 Nov 2013 16:29:48 +0000 (16:29 +0000)]
fix case sensitivity in print func command

11 years agofix case sensitivity in print method command
krakjoe [Thu, 14 Nov 2013 16:25:55 +0000 (16:25 +0000)]
fix case sensitivity in print method command

11 years ago...
krakjoe [Thu, 14 Nov 2013 16:17:22 +0000 (16:17 +0000)]
...

11 years agofix stepping
krakjoe [Thu, 14 Nov 2013 16:14:20 +0000 (16:14 +0000)]
fix stepping

11 years ago...
krakjoe [Thu, 14 Nov 2013 16:03:40 +0000 (16:03 +0000)]
...

11 years agomove listing commands out to their own command list
krakjoe [Thu, 14 Nov 2013 15:46:06 +0000 (15:46 +0000)]
move listing commands out to their own command list
add TSRMLS_CC in clear_param for consistency

11 years agophpdbg_init from file & command line option (no impl yet)
krakjoe [Thu, 14 Nov 2013 14:14:13 +0000 (14:14 +0000)]
phpdbg_init from file & command line option (no impl yet)