Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56792 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57981 invoked from network); 6 Dec 2011 09:51:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2011 09:51:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:57373] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/40-55854-D95EDDE4 for ; Tue, 06 Dec 2011 04:51:26 -0500 Received: by vcbgb30 with SMTP id gb30so5041217vcb.29 for ; Tue, 06 Dec 2011 01:51:23 -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:content-type :content-transfer-encoding; bh=iKgsPYNO5GMY2IqmcAdggrN+vaJvjL8wsIijcT5Li68=; b=O0Dk+yMWJpNHPcExVJ1K8if5GEiE+jQhgJHQBxvLQqqBAF3ls4eADhKWXK8d01nEbC l7uar7ZC4CfRwd6d3CiPs5jhVuXM1ESGLNcplaqXNX1UDrwjNPuO/Pdml/303MdwgIFz jiw1lwoG5oc2MstbaNMR7uIAPqs7mKUmcxAU0= Received: by 10.52.240.144 with SMTP id wa16mr7254745vdc.33.1323165083231; Tue, 06 Dec 2011 01:51:23 -0800 (PST) MIME-Version: 1.0 Sender: laruence@gmail.com Received: by 10.220.178.194 with HTTP; Tue, 6 Dec 2011 01:51:02 -0800 (PST) In-Reply-To: References: Date: Tue, 6 Dec 2011 17:51:02 +0800 X-Google-Sender-Auth: Wa5nm4QwdI_LNDBVccjeMYRKSpQ Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: Proposal for updating zbacktrace in gdbinit From: laruence@php.net (Laruence) 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: > =C2=A0 I am plan to commit a new change to 5.4-trunk/.gdbinit which can b= e > 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/ --=20 Laruence =C2=A0Xinchen Hui http://www.laruence.com/