Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56789 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43455 invoked from network); 6 Dec 2011 06:33:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2011 06:33:45 -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:61276] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/41-35918-647BDDE4 for ; Tue, 06 Dec 2011 01:33:42 -0500 Received: by vbbfd1 with SMTP id fd1so4820834vbb.29 for ; Mon, 05 Dec 2011 22:33:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type:content-transfer-encoding; bh=38S7izZQ5DpLs6iWCeod/5MR6s3pwDuTxouT+aHfKiE=; b=pu/ZY5uSnncRgBEGXOYwHi94K7dKhQ8bI+VQO674SrhJTfUqm24ReSVa9zxvqb0xgd mZB5v0vqGPtc0rkdpGLt1yhQKpV6koWytbWSou2OeIjgEKWUSdyrimvlsYKqo0iFfr7y 2QrHcYg10m/jz2AeEaDNSLE4/DHBQYaSnY1mQ= Received: by 10.52.33.50 with SMTP id o18mr6904667vdi.42.1323153219390; Mon, 05 Dec 2011 22:33:39 -0800 (PST) MIME-Version: 1.0 Sender: laruence@gmail.com Received: by 10.220.108.7 with HTTP; Mon, 5 Dec 2011 22:33:18 -0800 (PST) Date: Tue, 6 Dec 2011 14:33:18 +0800 X-Google-Sender-Auth: mwiHzDt7lllsw_YUk4cq2c8t9rc Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Proposal for updating zbacktrace in gdbinit From: laruence@php.net (Laruence) 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 --=20 Laruence =C2=A0Xinchen Hui http://www.laruence.com/