[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] svn: /php/php-src/trunk/ .gdbinit
From:       Greg_Beaver <cellog () php ! net>
Date:       2009-07-30 22:11:43
Message-ID: svn-cellog-1248991903-286570-518458164 () svn ! php ! net
[Download RAW message or body]

cellog                                   Thu, 30 Jul 2009 22:11:43 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=286570

Log:
finish unicode string with quote

Changed paths:
    U   php/php-src/trunk/.gdbinit

Modified: php/php-src/trunk/.gdbinit
===================================================================
--- php/php-src/trunk/.gdbinit	2009-07-30 20:20:56 UTC (rev 286569)
+++ php/php-src/trunk/.gdbinit	2009-07-30 22:11:43 UTC (rev 286570)
@@ -239,6 +239,7 @@
 	if $type == 10
 		printf "(%d): [%p]: \"", $zvalue->value.str.len, $zvalue->value.str.val
 		printu $zvalue->value.ustr.val $zvalue->value.str.len
+		printf "\""
 	end
 	if $type > 10
 	end
@@ -448,6 +449,9 @@
 	if $znode->op_type == 8
 		set $optype = "IS_UNUSED"
 	end
+	if $znode->op_type == 16
+		set $optype = "IS_CV"
+	end

 	printf "[0x%08x] %s", $znode, $optype

@@ -468,6 +472,9 @@
 	if $znode->op_type == 8
 		printf "\n"
 	end
+	if $znode->op_type == 16
+		printf "\n"
+	end
 end

 document printzn



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic