Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56799 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89000 invoked from network); 6 Dec 2011 12:11:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2011 12:11:35 -0000 Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:50524] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/D6-55854-6760EDE4 for ; Tue, 06 Dec 2011 07:11:34 -0500 Received: by vbbfd1 with SMTP id fd1so4985349vbb.29 for ; Tue, 06 Dec 2011 04:11:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=C2Ni/lL9UjaY/fiWnYC8wcQs/z+HSKt95qg0XMd3OjQ=; b=ZQ5bAVWYR8hDAdtAOkqkjKLavZ4H0c2Hv11kB1h9mci9ar5S4FHUws8YOXEcrrO5QT 1+IVSjUGVbmVLMc1czJbS+xiR5qXC+9yIrJ/TouHh3SUepdjUx2MOHnikhrrVhvdmb9Q Y1ukXMqRAkIAkPGGNMAA5g/HwOzKQagA/iECU= Received: by 10.52.94.97 with SMTP id db1mr7789423vdb.16.1323173491493; Tue, 06 Dec 2011 04:11:31 -0800 (PST) MIME-Version: 1.0 Sender: laruence@gmail.com Received: by 10.220.178.194 with HTTP; Tue, 6 Dec 2011 04:11:10 -0800 (PST) In-Reply-To: <1323170458.7594.12.camel@guybrush> References: <1323170458.7594.12.camel@guybrush> Date: Tue, 6 Dec 2011 20:11:10 +0800 X-Google-Sender-Auth: n5GMubkO4kvE37_RQ6QfPcozMSk Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: Ferenc Kovacs , PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: Proposal for updating zbacktrace in gdbinit From: laruence@php.net (Laruence) Hi: okey, if there is no objection, I will update the zbacktrace. :) thanks 2011/12/6 Johannes Schl=C3=BCter : > On Tue, 2011-12-06 at 17:59 +0800, Laruence wrote: >> Hi: >> =C2=A0 =C2=A0 I am not sure whether is okey to change the existing zback= trace, >> so I open a thread that let people know. >> >> =C2=A0 =C2=A0 after that I change the patch, =C2=A0add a new zbacktrace_= ex. =C2=A0 I think >> this should be okey, so I commit it. =C2=A0:) > > 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 > >> =C2=A0sorry & 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: >> >> =C2=A0 I update the patch, =C2=A0instead of change the behavior of zb= acktrace, >> >> I add a new one "zbacktrace_ex", >> >> >> >> =C2=A0 I am going to commit it, =C2=A0if there comes some problems, = =C2=A0then we >> >> could revert or edit it. >> >> >> >> thanks >> >> >> >> On Tue, Dec 6, 2011 at 2:33 PM, Laruence wrote: >> >> > Hi: >> >> > =C2=A0 I am plan to commit a new change to 5.4-trunk/.gdbinit which= can be >> >> > found at http://pastebin.com/N6hTRMRA. >> >> > >> >> > =C2=A0 after update, =C2=A0the zbacktrace will print arguments info= : >> >> > >> >> > =C2=A0(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 >> >> > >> >> > =C2=A0 =C2=A0any objections? >> >> > >> >> > thanks >> >> > -- >> >> > Laruence =C2=A0Xinchen Hui >> >> > http://www.laruence.com/ >> >> >> >> >> >> >> >> -- >> >> Laruence =C2=A0Xinchen Hui >> >> http://www.laruence.com/ >> >> >> >> -- >> >> PHP Internals - PHP Runtime Development Mailing List >> >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> >> > >> > >> > >> > -- >> > Ferenc Kov=C3=A1cs >> > @Tyr43l - http://tyrael.hu >> >> >> >> -- >> Laruence =C2=A0Xinchen Hui >> http://www.laruence.com/ >> > > --=20 Laruence =C2=A0Xinchen Hui http://www.laruence.com/