From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115935 invoked by alias); 11 Dec 2018 21:30:47 -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 115059 invoked by uid 89); 11 Dec 2018 21:30:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=or1k, Hx-languages-length:612, stafford, Horne X-HELO: mail-pl1-f195.google.com Received: from mail-pl1-f195.google.com (HELO mail-pl1-f195.google.com) (209.85.214.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Dec 2018 21:30:33 +0000 Received: by mail-pl1-f195.google.com with SMTP id w4so7531504plz.1; Tue, 11 Dec 2018 13:30:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=HHKA/XSGuWteWDgYYQxc3doMOmllW1m/HUkMH29udxo=; b=Cp8Gb6gtsosgKwEkcl5bhAydxEulx2hXxfMBOt3fN3L/XbMBWuF/5qWvnhBwrAsnCc nTbb1miIV/LonevchMg3DZylvCJv2pqMOQUFdPkVLkThKVYrfu15xpv4NgYeHzVPBJya b3ZipP0opxs2yDom6wwCix/frBcEDtSrPM/XRWyTUrS1X73rIjQpSkfgPI7zGUjXabwY w6wJMpa2IDJRzw4PEqOAy3ACqW+szXNs3BFoFCTK1UFCF/5msBgnD/lPR+ZACg5Yb1Yv AOm/CFTu3svJW33HaBSVTjs5Xacfxu9/Iix8pJ12C+myMRnH0scABMJFdpaXn1cSgEDJ TZTA== Return-Path: Received: from localhost (g206.124-44-15.ppp.wakwak.ne.jp. [124.44.15.206]) by smtp.gmail.com with ESMTPSA id d11sm18103003pgi.25.2018.12.11.13.30.28 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 11 Dec 2018 13:30:28 -0800 (PST) Date: Tue, 11 Dec 2018 21:30:00 -0000 From: Stafford Horne To: Pedro Alves Cc: GNU Binutils , GDB patches , Openrisc , Waldemar Brodkorb , Kevin Buettner Subject: Re: [RESEND PATCH] gdb/or1k: Add linux debugging support Message-ID: <20181211213026.GI3235@lianli.shorne-pla.net> References: <20181207063909.15365-1-shorne@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00122.txt.bz2 On Tue, Dec 11, 2018 at 12:40:37PM +0000, Pedro Alves wrote: > On 12/07/2018 06:39 AM, Stafford Horne wrote: > > (Resend to include binutils list) > > > > Up until now OpenRISC GDB only has supported bare metal debugging. This > > patch adds linux userspace debugging and core dump analysis support. > > Could you send a patch to documents this addition in the gdb/NEWS file? > > https://sourceware.org/gdb/wiki/ContributionChecklist#Documentation Hello, Sorry, I meant to do that but forgot to get around to it. I have just sent the patch. -Stafford