From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120473 invoked by alias); 13 Jan 2016 12:40:14 -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 120460 invoked by uid 89); 13 Jan 2016 12:40:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=H*r:sk:wtedesc, UD:gdb.arch, gdb.arch, UD:arch X-HELO: mga11.intel.com Received: from mga11.intel.com (HELO mga11.intel.com) (192.55.52.93) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 13 Jan 2016 12:40:13 +0000 Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 13 Jan 2016 04:40:12 -0800 X-ExtLoop1: 1 Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga003.jf.intel.com with ESMTP; 13 Jan 2016 04:40:10 -0800 Received: from ulvlx001.iul.intel.com (ulvlx001.iul.intel.com [172.28.207.17]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u0DCe9Qu008454; Wed, 13 Jan 2016 12:40:09 GMT Received: from ulvlx001.iul.intel.com (localhost [127.0.0.1]) by ulvlx001.iul.intel.com with ESMTP id u0DCe92r015707; Wed, 13 Jan 2016 13:40:09 +0100 Received: (from wtedesch@localhost) by ulvlx001.iul.intel.com with œ id u0DCe87w015703; Wed, 13 Jan 2016 13:40:08 +0100 From: Walfred Tedeschi To: brobecker@adacore.com, eliz@gnu.org Cc: gdb-patches@sourceware.org, Walfred Tedeschi Subject: [PATCH V3 0/2] MPX ABI adaptations. Date: Wed, 13 Jan 2016 12:40:00 -0000 Message-Id: <1452688799-15633-1-git-send-email-walfred.tedeschi@intel.com> X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00253.txt.bz2 Full patch is divided into two parts: 1. Add new POINTER class to the amd64 ABI. 2. Add new command to control the set to the INIT states when using the "return" command. Difference from previous version: 1. Add NEWS entry. 2. General indentation and comments improvements. 3. Command set/show is now initialized during target initialization together with MPX map commands. Walfred Tedeschi (2): ABI changes for MPX. Add mpx-bnd-init-on-return set/show command for inferior calls. gdb/NEWS | 4 + gdb/amd64-tdep.c | 76 +++++++++++++++--- gdb/doc/gdb.texinfo | 20 +++++ gdb/i386-tdep.c | 27 +++++++ gdb/testsuite/gdb.arch/amd64-mpx-call.c | 126 ++++++++++++++++++++++++++++++ gdb/testsuite/gdb.arch/amd64-mpx-call.exp | 90 +++++++++++++++++++++ 6 files changed, 334 insertions(+), 9 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/amd64-mpx-call.c create mode 100644 gdb/testsuite/gdb.arch/amd64-mpx-call.exp -- 2.1.4