]> granicus.if.org Git - php/log
php
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)

11 years agofix for calculator hardware :)
krakjoe [Thu, 14 Nov 2013 13:48:13 +0000 (13:48 +0000)]
fix for calculator hardware :)

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

11 years agoadditional checks in is_*
krakjoe [Thu, 14 Nov 2013 13:04:59 +0000 (13:04 +0000)]
additional checks in is_*

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

11 years ago- Added .gdbinit
Felipe Pena [Thu, 14 Nov 2013 12:40:01 +0000 (10:40 -0200)]
- Added .gdbinit

11 years agofix duplicate message on print .func if no active class
krakjoe [Thu, 14 Nov 2013 12:29:23 +0000 (12:29 +0000)]
fix duplicate message on print .func if no active class

11 years agoalias printing commands
krakjoe [Thu, 14 Nov 2013 12:25:19 +0000 (12:25 +0000)]
alias printing commands

11 years agofix quit not working
krakjoe [Thu, 14 Nov 2013 12:21:28 +0000 (12:21 +0000)]
fix quit not working

11 years agofix crash on clean
krakjoe [Thu, 14 Nov 2013 11:30:31 +0000 (11:30 +0000)]
fix crash on clean

11 years agofix crash when cleaning environment
krakjoe [Thu, 14 Nov 2013 11:13:21 +0000 (11:13 +0000)]
fix crash when cleaning environment
fix crash when specifying exec on command line

11 years agoclear conditional breaks in uapi
krakjoe [Thu, 14 Nov 2013 09:18:06 +0000 (09:18 +0000)]
clear conditional breaks in uapi

11 years agoTSRMLS_CC missing
krakjoe [Thu, 14 Nov 2013 07:46:30 +0000 (07:46 +0000)]
TSRMLS_CC missing

11 years ago- Missing break
Felipe Pena [Thu, 14 Nov 2013 00:30:03 +0000 (22:30 -0200)]
- Missing break

11 years ago- Cosmetic changes
Felipe Pena [Thu, 14 Nov 2013 00:29:44 +0000 (22:29 -0200)]
- Cosmetic changes

11 years ago- Cosmetics
Felipe Pena [Thu, 14 Nov 2013 00:16:41 +0000 (22:16 -0200)]
- Cosmetics

11 years ago- Use realpath on PHPDBG_G(exec)
Felipe Pena [Wed, 13 Nov 2013 23:36:02 +0000 (21:36 -0200)]
- Use realpath on PHPDBG_G(exec)

11 years agoMerge branch 'master' of github.com:krakjoe/phpdbg
Felipe Pena [Wed, 13 Nov 2013 23:13:54 +0000 (21:13 -0200)]
Merge branch 'master' of github.com:krakjoe/phpdbg

11 years ago- Added parameter parsing functions
Felipe Pena [Wed, 13 Nov 2013 23:13:41 +0000 (21:13 -0200)]
- Added parameter parsing functions

11 years agoMerge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Wed, 13 Nov 2013 22:18:35 +0000 (22:18 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg

11 years agochange defaults for windows
krakjoe [Wed, 13 Nov 2013 22:18:20 +0000 (22:18 +0000)]
change defaults for windows

11 years agowindows preview image
Joe Watkins [Wed, 13 Nov 2013 21:48:04 +0000 (21:48 +0000)]
windows preview image

11 years ago- Unnesting some code
Felipe Pena [Wed, 13 Nov 2013 21:43:54 +0000 (19:43 -0200)]
- Unnesting some code

11 years ago- Removed double checking + ws changes
Felipe Pena [Wed, 13 Nov 2013 21:31:33 +0000 (19:31 -0200)]
- Removed double checking + ws changes

11 years agoMerge branch 'master' of github.com:krakjoe/phpdbg
Felipe Pena [Wed, 13 Nov 2013 21:27:38 +0000 (19:27 -0200)]
Merge branch 'master' of github.com:krakjoe/phpdbg

11 years ago- Added check for file context on "break lineno" and name length on "break func"
Felipe Pena [Wed, 13 Nov 2013 21:27:24 +0000 (19:27 -0200)]
- Added check for file context on "break lineno" and name length on "break func"

11 years agoMerge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Wed, 13 Nov 2013 21:15:57 +0000 (21:15 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg

11 years agoupdates for windows
krakjoe [Wed, 13 Nov 2013 21:15:45 +0000 (21:15 +0000)]
updates for windows

11 years ago- Fixed crash when supplied invalid syntax to "break file"
Felipe Pena [Wed, 13 Nov 2013 21:11:45 +0000 (19:11 -0200)]
- Fixed crash when supplied invalid syntax to "break file"

11 years ago...
krakjoe [Wed, 13 Nov 2013 19:32:21 +0000 (19:32 +0000)]
...

11 years agofix clashing
krakjoe [Wed, 13 Nov 2013 18:17:06 +0000 (18:17 +0000)]
fix clashing

11 years ago...
krakjoe [Wed, 13 Nov 2013 17:39:53 +0000 (17:39 +0000)]
...

11 years agoaliasing commands
krakjoe [Wed, 13 Nov 2013 17:35:51 +0000 (17:35 +0000)]
aliasing commands

11 years ago...
krakjoe [Wed, 13 Nov 2013 14:53:28 +0000 (14:53 +0000)]
...

11 years agoshow conditionals
krakjoe [Wed, 13 Nov 2013 14:50:13 +0000 (14:50 +0000)]
show conditionals

11 years agodon't allow conditionals to be executed by eval()'d code
krakjoe [Wed, 13 Nov 2013 14:41:25 +0000 (14:41 +0000)]
don't allow conditionals to be executed by eval()'d code

11 years ago...
krakjoe [Wed, 13 Nov 2013 14:32:36 +0000 (14:32 +0000)]
...

11 years agosupport conditional breakpoints
krakjoe [Wed, 13 Nov 2013 14:22:01 +0000 (14:22 +0000)]
support conditional breakpoints

11 years agoMerge pull request #10 from salathe/patch-1
Joe Watkins [Wed, 13 Nov 2013 11:47:10 +0000 (03:47 -0800)]
Merge pull request #10 from salathe/patch-1

Small grammar changes

11 years agoSmall grammar changes
Peter Cowburn [Wed, 13 Nov 2013 10:54:58 +0000 (10:54 +0000)]
Small grammar changes