From patchwork Thu Dec 14 06:13:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stafford Horne X-Patchwork-Id: 24931 Received: (qmail 98634 invoked by alias); 14 Dec 2017 06:14:14 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 98151 invoked by uid 89); 14 Dec 2017 06:14:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, FREEMAIL_FROM, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pf0-f181.google.com Received: from mail-pf0-f181.google.com (HELO mail-pf0-f181.google.com) (209.85.192.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 14 Dec 2017 06:14:09 +0000 Received: by mail-pf0-f181.google.com with SMTP id d23so2951590pfe.9 for ; Wed, 13 Dec 2017 22:14:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=2fKYikqMOLWp+CsmP//BZSBb3bTDNNEhZXmdbGjqk+Y=; b=Ap6e8V8tFRFca/TEpZo7rsBFDUxzfkCFOxiJAL5ccV/XlcY+r5Ep+wMzc8SfwvNREU oSn4giU6h2Y8paC4zxwC/xkcWgIVDX81zWFe5L2v9CdvWh19YwJzOBnUyszFz+/pQNac JhoJdD9JX2Sr2VYGPfv0PfmomZjGFNHhb7tfPbX8GEgP8ihCXK/u6/WZCGUL12NgGurn Od19akGLeCde2gpLSuuzf9Zh+ZGbsGYWx77/QRZug0/JhzlgASyVCPhbhLszuhzVY8kq We0CXM9NKRNBJlcSnD3oD4uXdfw7z4dmdxSoLrCj0Cr2RMDWBoJBQEk3Jv5L2yQXrvuI +zxA== X-Gm-Message-State: AKGB3mLUo7bQH/MrP/9E9cLkftCcgQe8q3ckDbpPEZFX4aE1p3x8JAT8 UvPltdRDyEGs7GlBjtt5f2Ocit2q X-Google-Smtp-Source: ACJfBovG3DgFevCBC9hnQC/xH/WsVVD+X1tRT0Rbh3L5c1rCQaWKdanA4URKFPEuvVH0ORH1tfwSBg== X-Received: by 10.84.196.164 with SMTP id l33mr8518163pld.19.1513232047465; Wed, 13 Dec 2017 22:14:07 -0800 (PST) Received: from localhost (g41.219-103-184.ppp.wakwak.ne.jp. [219.103.184.41]) by smtp.gmail.com with ESMTPSA id d2sm6527432pfe.164.2017.12.13.22.14.06 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 13 Dec 2017 22:14:06 -0800 (PST) From: Stafford Horne To: GDB patches Cc: Stafford Horne Subject: [PATCH 3/4] gdb: Add news entries for new or1k target. Date: Thu, 14 Dec 2017 15:13:40 +0900 Message-Id: <20171214061341.7797-4-shorne@gmail.com> In-Reply-To: <20171214061341.7797-1-shorne@gmail.com> References: <20171214061341.7797-1-shorne@gmail.com> X-IsSubscribed: yes gdb/ChangeLog: yyyy-mm-dd Stafford Horne * NEWS (Changes since GDB 8.0): Mention new or1k target and new commands to set/show or1k debug. --- gdb/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gdb/NEWS b/gdb/NEWS index bd5ae36dd0..5d8bc1e9f9 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -207,6 +207,9 @@ maint info selftests starti Start the debugged program stopping at the first instruction. +set|show debug or1k + Control display of debugging messages related to OpenRISC targets. + set|show print type nested-type-limit Set and show the limit of nesting level for nested types that the type printer will show. @@ -249,6 +252,7 @@ FreeBSD/arm arm*-*-freebsd* FreeBSD/aarch64 aarch64*-*-freebsd* FreeBSD/arm arm*-*-freebsd* +OpenRISC ELF or1k*-*-elf * Removed targets and native configurations