From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1389 invoked by alias); 28 Oct 2011 17:34:39 -0000 Received: (qmail 798 invoked by uid 22791); 28 Oct 2011 17:34:36 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 Oct 2011 17:34:23 +0000 Received: from hpaq1.eem.corp.google.com (hpaq1.eem.corp.google.com [172.25.149.1]) by smtp-out.google.com with ESMTP id p9SHYL0J027777 for ; Fri, 28 Oct 2011 10:34:22 -0700 Received: from vws15 (vws15.prod.google.com [10.241.21.143]) by hpaq1.eem.corp.google.com with ESMTP id p9SHYJEJ023759 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Fri, 28 Oct 2011 10:34:20 -0700 Received: by vws15 with SMTP id 15so6341183vws.6 for ; Fri, 28 Oct 2011 10:34:19 -0700 (PDT) Received: by 10.101.152.29 with SMTP id e29mr836852ano.46.1319823259586; Fri, 28 Oct 2011 10:34:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.152.29 with SMTP id e29mr836845ano.46.1319823259495; Fri, 28 Oct 2011 10:34:19 -0700 (PDT) Received: by 10.100.212.17 with HTTP; Fri, 28 Oct 2011 10:34:19 -0700 (PDT) In-Reply-To: References: Date: Fri, 28 Oct 2011 17:36:00 -0000 Message-ID: Subject: Re: [PATCH] Make map_symbol_filenames_psymtab interruptible From: Sterling Augustine To: Tom Tromey Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true 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 X-SW-Source: 2011-10/txt/msg00768.txt.bz2 On Fri, Oct 28, 2011 at 7:55 AM, Tom Tromey wrote: > Ok with those changes. Checked in with those fixes. Thanks. Sterling