From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hqnvemgate24.nvidia.com (hqnvemgate24.nvidia.com [216.228.121.143]) by sourceware.org (Postfix) with ESMTPS id E02253840C3B for ; Wed, 24 Jun 2020 01:29:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E02253840C3B Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate24.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Tue, 23 Jun 2020 18:27:28 -0700 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Tue, 23 Jun 2020 18:29:01 -0700 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Tue, 23 Jun 2020 18:29:01 -0700 Received: from nvbus.nvidia.com (10.124.1.5) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Wed, 24 Jun 2020 01:29:00 +0000 From: Victor Collod To: Subject: [PATCH v3 0/7] Improve intel IBT support Date: Tue, 23 Jun 2020 18:28:50 -0700 Message-ID: <20200624012857.31849-1-vcollod@nvidia.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <0cc93067-1313-6434-4330-61a21736376f@simark.ca> References: <0cc93067-1313-6434-4330-61a21736376f@simark.ca> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain X-Originating-IP: [10.124.1.5] X-ClientProxiedBy: HQMAIL101.nvidia.com (172.20.187.10) To HQMAIL107.nvidia.com (172.20.187.13) X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2020 01:29:05 -0000 Thanks again for your review! Victor Collod (7): Add i386 support for endbr skipping amd64_analyze_prologue: swap upper bound check condition operands amd64_analyze_prologue: merge op and buf amd64_analyze_prologue: invert a condition for readability amd64_analyze_prologue: gradually update pc amd64_analyze_prologue: fix incorrect comment amd64_analyze_prologue: use target_read_code instead of read_code gdb/amd64-tdep.c | 94 ++++++++++--------- gdb/i386-tdep.c | 19 ++++ ...n.c =3D> i386-prologue-skip-cf-protection.c} | 0 ...p =3D> i386-prologue-skip-cf-protection.exp} | 2 +- 4 files changed, 71 insertions(+), 44 deletions(-) rename gdb/testsuite/gdb.arch/{amd64-prologue-skip-cf-protection.c =3D> i3= 86-prologue-skip-cf-protection.c} (100%) rename gdb/testsuite/gdb.arch/{amd64-prologue-skip-cf-protection.exp =3D> = i386-prologue-skip-cf-protection.exp} (97%) --=20 2.20.1