From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94337 invoked by alias); 21 Jan 2020 23:27:25 -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 94320 invoked by uid 89); 21 Jan 2020 23:27:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-9.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*x:6.1, H*x:YMailNorrin, H*UA:YMailNorrin, H*x:20100101 X-HELO: sonic308-19.consmr.mail.ir2.yahoo.com Received: from sonic308-19.consmr.mail.ir2.yahoo.com (HELO sonic308-19.consmr.mail.ir2.yahoo.com) (77.238.178.147) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Jan 2020 23:27:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s2048; t=1579649241; bh=z4Dxdn6GVAaKAsQ+mUiPKQZ+cKyoPHsmrPv8BlUYmjU=; h=Date:From:To:In-Reply-To:References:Subject:From:Subject; b=IiEyXqxlvNaEcysfY9R4DBc6PW+YrrdG9X0I2eJP//DNXZYWHNd4R6ffe3QLc4DMTCiK8KC+PQRCUUn2TifxEmrz1afaDfK+mK66zZ0iQwgpAr7f7pYc0qjZNQkNWaJRSRhqN5o4ThZ42J6vVBZ5VV1l2cbuZPXK50NnwEA/O4RW4D7ELrNRM5ZbTfHXn2ZwjjtF98IkXvDRxoazJ42qoR93GVLE3YZurA7aduz9RBbwhNYWDZuWSY5WPK5W7K6EaauTs5hjQSYMMwdkwbPKm1P31+9vTDQjxximw3J4GkNNcMHWmfo0FIIbtmLP2ubO0bs4eEpqOTr1GoxoJL13YQ== Received: from sonic.gate.mail.ne1.yahoo.com by sonic308.consmr.mail.ir2.yahoo.com with HTTP; Tue, 21 Jan 2020 23:27:21 +0000 Date: Tue, 21 Jan 2020 23:31:00 -0000 From: "Hannes Domani via gdb-patches" Reply-To: Hannes Domani To: Gdb-patches Message-ID: <1877504511.25465148.1579649235788@mail.yahoo.com> In-Reply-To: <87wo9k78ce.fsf@tromey.com> References: <61945806.10663072.1578160491001.ref@mail.yahoo.com> <61945806.10663072.1578160491001@mail.yahoo.com> <87wo9k78ce.fsf@tromey.com> Subject: Re: [PING] [PATCH] Cache the text section offset of shared libraries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00657.txt.bz2 Am Dienstag, 21. Januar 2020, 23:28:28 MEZ hat Tom Tromey = Folgendes geschrieben: > >>>>> "Hannes" =3D=3D Hannes Domani via gdb-patches writes: > > Hannes>=C2=A0 Ping. > > > >> gdb/ChangeLog: > >> > >> 2019-12-21=C2=A0 Hannes Domani=C2=A0 > >> > >>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 * i386-cygwin-tdep.c (core_process_modul= e_section): Update. > >>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 * windows-nat.c (struct lm_info_windows)= : Add text_offset. > >>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (windows_xfer_shared_libraries): Update. > >>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 * windows-tdep.c (windows_xfer_shared_li= brary): > >>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Add text_offset_cached argument. > >>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 * windows-tdep.h (windows_xfer_shared_li= brary): Update. > > > This looks good to me.=C2=A0 Please check it in.=C2=A0 Thanks. This one, or the v2 with more details in the commit message?: https://sourceware.org/ml/gdb-patches/2020-01/msg00332.html Regards Hannes Domani