Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56796 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77228 invoked from network); 6 Dec 2011 11:21:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2011 11:21:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:56150] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/54-55854-3AAFDDE4 for ; Tue, 06 Dec 2011 06:21:08 -0500 Received: from [192.168.2.230] (ppp-93-104-41-167.dynamic.mnet-online.de [93.104.41.167]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id CBFA35F4E0; Tue, 6 Dec 2011 12:21:04 +0100 (CET) To: Laruence Cc: Ferenc Kovacs , PHP Internals In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Tue, 06 Dec 2011 12:20:58 +0100 Message-ID: <1323170458.7594.12.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Re: Proposal for updating zbacktrace in gdbinit From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Tue, 2011-12-06 at 17:59 +0800, Laruence wrote: > Hi: > I am not sure whether is okey to change the existing zbacktrace, > so I open a thread that let people know. > > after that I change the patch, add a new zbacktrace_ex. I think > this should be okey, so I commit it. :) I don't see a reason for not changing zbacktrace. Only issue would be if it becomes really slow or such, besides that having more information is good! johannes > sorry & thanks > > On Tue, Dec 6, 2011 at 5:53 PM, Ferenc Kovacs wrote: > > Laruence, I think that there is no point opening a thread if you will go > > ahead and commit after waiting 3 hours and 0 replies. > > Or did I miss someting here? > > > > On Tue, Dec 6, 2011 at 10:51 AM, Laruence wrote: > >> > >> Hi: > >> I update the patch, instead of change the behavior of zbacktrace, > >> I add a new one "zbacktrace_ex", > >> > >> I am going to commit it, if there comes some problems, then we > >> could revert or edit it. > >> > >> thanks > >> > >> On Tue, Dec 6, 2011 at 2:33 PM, Laruence wrote: > >> > Hi: > >> > I am plan to commit a new change to 5.4-trunk/.gdbinit which can be > >> > found at http://pastebin.com/N6hTRMRA. > >> > > >> > after update, the zbacktrace will print arguments info: > >> > > >> > (gdb) zbacktrace > >> > [0x95dac5d8] sleep(long: 1000) /tmp/1.php:21 > >> > [0x95dac4b8] e(resource(#5)) /tmp/1.php:17 > >> > [0x95dac3e8] d(bool: true) /tmp/1.php:13 > >> > [0x95dac2f8] c(array(3)[0x95de78a0]) /tmp/1.php:10 > >> > [0x95dac1c8] b(object[0x95de5158]) /tmp/1.php:7 > >> > [0x95dac0e8] a(string(8): "laruence") /tmp/1.php:24 > >> > > >> > any objections? > >> > > >> > thanks > >> > -- > >> > Laruence Xinchen Hui > >> > http://www.laruence.com/ > >> > >> > >> > >> -- > >> Laruence Xinchen Hui > >> http://www.laruence.com/ > >> > >> -- > >> PHP Internals - PHP Runtime Development Mailing List > >> To unsubscribe, visit: http://www.php.net/unsub.php > >> > > > > > > > > -- > > Ferenc Kovács > > @Tyr43l - http://tyrael.hu > > > > -- > Laruence Xinchen Hui > http://www.laruence.com/ >