From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15068 invoked by alias); 17 Dec 2013 20:55:43 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 15058 invoked by uid 89); 17 Dec 2013 20:55:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Dec 2013 20:55:41 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rBHKtbms011763 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 17 Dec 2013 15:55:38 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id rBHKtZoH007743; Tue, 17 Dec 2013 15:55:36 -0500 Message-ID: <52B0BA47.3090400@redhat.com> Date: Tue, 17 Dec 2013 20:55:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Yao Qi CC: gdb-patches@sourceware.org Subject: Re: [PATCH] "tfind" across unavailable-stack frames. References: <1366214779.30939.1@abidh-ubunto1104> <516F11B9.8030202@redhat.com> <52AB48B6.6040206@redhat.com> <52ABF8D7.1050805@codesourcery.com> <52AF27F7.2060500@redhat.com> <52B01328.8030707@codesourcery.com> <52B022C8.3090504@redhat.com> <52B0457A.6040804@codesourcery.com> In-Reply-To: <52B0457A.6040804@codesourcery.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-12/txt/msg00664.txt.bz2 On 12/17/2013 12:37 PM, Yao Qi wrote: > Thanks for giving these examples. No problem. > On 12/17/2013 06:09 PM, Pedro Alves wrote: >> Whether this whole wildcarding business is a good idea, is >> another story. > > Anyway, I've got use to it now. :) :-) OK, I've pushed this in. -- Pedro Alves