From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55295 invoked by alias); 25 Jul 2019 00:05:09 -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 55286 invoked by uid 89); 25 Jul 2019 00:05:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.5 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=HX-Languages-Length:566 X-HELO: mail-ot1-f66.google.com Received: from mail-ot1-f66.google.com (HELO mail-ot1-f66.google.com) (209.85.210.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 25 Jul 2019 00:05:07 +0000 Received: by mail-ot1-f66.google.com with SMTP id x21so11314071otq.12 for ; Wed, 24 Jul 2019 17:05:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=OnIHYCLnI6ZUvVoca112xqRpSC9qvNtPFSQbskJcSDQ=; b=mxtGW3Zw90rBS9Cm91pSXXCUZG7l001/j8PQ+mqR9BAu7DWyOOiWZ0hxhGDzLxKEI/ 8P36sgfib03blUpkDYkdVWH9zVvFtaUX3pPj3I37LKAMMyd5jFJIBRGWbuYYThA/HzE5 MyOz3nFGgsyYAuNcxLZf7dFcTE0vji2kmcxire7KXYr46DF/JCDKE9kutyeIe+aJ/x10 JCHshJPyVKVYXeERZgYyxn3/V7x9u7V+9l6LsqzNNn4GOaHuONo9+AE07x7Y6FGa2ofV aCSut2h0pQHFyxsgPjTtYDU0UWN4RyUkDmz6JU8fWJ34Ys2yVLj3yRxeCvGM3I1/Ck8t Xlzw== MIME-Version: 1.0 References: <20190723014632.147552-1-cbiesinger@google.com> <87k1c7v8hw.fsf@tromey.com> In-Reply-To: <87k1c7v8hw.fsf@tromey.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Thu, 25 Jul 2019 00:05:00 -0000 Message-ID: Subject: Re: [PATCH v2] Allow passing a block to lookup_global_symbol_from_objfile To: Tom Tromey Cc: Christian Biesinger via gdb-patches Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-07/txt/msg00556.txt.bz2 Thanks, pushed. Christian On Wed, Jul 24, 2019 at 6:59 AM Tom Tromey wrote: > > >>>>> "Christian" == Christian Biesinger via gdb-patches writes: > > Christian> This has no behavior change in itself, but allows a future patch > Christian> to add a function to the Python API to look up symbols in the > Christian> static block. > > Thanks. This looks good to me, and I think you've addressed all the > earlier comments. So, this is ok. > > Tom