From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6050 invoked by alias); 28 Sep 2015 10:39:28 -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 6040 invoked by uid 89); 28 Sep 2015 10:39:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f44.google.com Received: from mail-pa0-f44.google.com (HELO mail-pa0-f44.google.com) (209.85.220.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 28 Sep 2015 10:39:26 +0000 Received: by pacfv12 with SMTP id fv12so175039747pac.2 for ; Mon, 28 Sep 2015 03:39:25 -0700 (PDT) X-Received: by 10.68.179.33 with SMTP id dd1mr26085649pbc.134.1443436765120; Mon, 28 Sep 2015 03:39:25 -0700 (PDT) Received: from E107787-LIN (power-aix.osuosl.org. [140.211.15.154]) by smtp.gmail.com with ESMTPSA id w5sm18573675pbs.31.2015.09.28.03.39.22 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 28 Sep 2015 03:39:24 -0700 (PDT) From: Yao Qi To: Iain Buclaw Cc: Yao Qi , GDB Patches , Doug Evans , Pierre-Marie de Rodat Subject: Re: [PATCH v3 1/2] D: Support looking up symbols in the current and imported modules References: <868u8ny4je.fsf@gmail.com> Date: Mon, 28 Sep 2015 10:39:00 -0000 In-Reply-To: (Iain Buclaw's message of "Sat, 26 Sep 2015 09:24:49 +0200") Message-ID: <86twqe7rqi.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00601.txt.bz2 Iain Buclaw writes: > Committed the fix for this, built on current head and tested > 'check-gdb.python' before pushing in. Everything looks good from > here. Great, thanks! --=20 Yao (=E9=BD=90=E5=B0=A7)