From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14720 invoked by alias); 30 Jul 2019 16:01:23 -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 14707 invoked by uid 89); 30 Jul 2019 16:01:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.7 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= X-HELO: mail-ot1-f65.google.com Received: from mail-ot1-f65.google.com (HELO mail-ot1-f65.google.com) (209.85.210.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 30 Jul 2019 16:01:22 +0000 Received: by mail-ot1-f65.google.com with SMTP id r21so60812211otq.6 for ; Tue, 30 Jul 2019 09:01:22 -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=uqlhceV8VgSlnkYEXsXYnj9DNVLj3N2PDqT/4SpfPE8=; b=XFfbvtVAcR1vtHF4JRgsxBBheZHPnvvTXkqaWKE7LY3SyeZZbNwk7ue7OZ4g1Gfnwf URDBjGVPqRuq++0KNWqqwL18zpqhDlLSUqQMWEWahKdhqvGsSBEyIMORBrdxRmG5nDAR aVj57fu7DAqiRghF9mrgngYoOx0qzVGU7guPQkimd4sAlEnrXvhro/RReMkIIChbAwaP AbG3rlkvnDOfIEBWTG6ywnsROIIgQbbDnTYnJcqysc+FrBsy+NjArxvivkv94jZcQFWs omIIHzQbpTPQVmYe83tvZ3O2Z84dizmAxnyjHIKy5NVBJ6pwNTkhso7A1bD5LCtSszRy lr9A== MIME-Version: 1.0 References: <767ee122-a024-9615-e78a-1fa05b416daf@simark.ca> <20190730015935.208706-1-cbiesinger@google.com> <83r267ikgf.fsf@gnu.org> In-Reply-To: <83r267ikgf.fsf@gnu.org> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Tue, 30 Jul 2019 16:01:00 -0000 Message-ID: Subject: Re: [PATCH v4] [PR/24474] Add gdb.lookup_static_symbol to the python API To: Eli Zaretskii Cc: Christian Biesinger via gdb-patches Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-07/txt/msg00659.txt.bz2 On Tue, Jul 30, 2019 at 10:57 AM Eli Zaretskii wrote: > > > From: Christian Biesinger > > Date: Tue, 30 Jul 2019 10:40:22 -0500 > > > > Hi Eli, > > > > could you take a look at the documentation parts of the below patch > > before I push? Thanks! > > Didn't I just approve it? Or maybe I got confused by the many > versions of similar patches? > > Anyway, this is OK. I'm sorry for the confusing mass of patches. I believe you commented on a couple of versions of the patch adding methods to Objfile; this one adds a method to "gdb". Thanks; pushing now. Christian