From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id CLqsGApI0WArTQAAWB0awg (envelope-from ) for ; Mon, 21 Jun 2021 22:16:42 -0400 Received: by simark.ca (Postfix, from userid 112) id 60F7D1F1F2; Mon, 21 Jun 2021 22:16:42 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 06C691EE14 for ; Mon, 21 Jun 2021 22:16:42 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9EDDF385500F for ; Tue, 22 Jun 2021 02:16:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9EDDF385500F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1624328201; bh=++gFv6vhmGxbLEVKE9SwPPjDbpJHV9bof5xL7dlWcbg=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=Ssuj3LIEHet9bAvpxRD02t99iH9OkRa3/l4qFevyGnIT8Cqn11WOr07SSbp8O5NBY dlNcW9atSJATuwn1SoMpMvEQEFHHFJ/M0Id/tO4VQl2tyHNJ8GQouEVzSZgtUWAGTg ku/Z3uP4IT0q1R+JXvctwFlyYMd7cZRiOuG8I5gk= Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 391BE385500F for ; Tue, 22 Jun 2021 02:16:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 391BE385500F Received: from vapier (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 378E6335D4B; Tue, 22 Jun 2021 02:16:20 +0000 (UTC) Date: Mon, 21 Jun 2021 22:16:19 -0400 To: Fredrik Hederstierna Subject: Re: [PATCH] gdb: add support for handling core dumps on arm-none-eabi Message-ID: Mail-Followup-To: Fredrik Hederstierna , Simon Marchi , Paul Mathieu , "gdb-patches@sourceware.org" References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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: , From: Mike Frysinger via Gdb-patches Reply-To: Mike Frysinger Cc: Simon Marchi , "gdb-patches@sourceware.org" , Paul Mathieu Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 25 Oct 2020 21:06, Fredrik Hederstierna via Gdb-patches wrote: > From: Simon Marchi > > Luis and Alan (both GDB ARM maintainers) also expressed the desire to > > have the format documented.  Alan suggested a section in the GDB manual, > > in the ARM-specific section.  I think it is a good idea.  This is > > important, so we have something to point to when people ask "what format > > should I generate so GDB can read it". > > Yes, it was suggested by someone to adding an arm-none section in "G.5.3 ARM Features". > How to proceed on this? I guess the current design is same as *ix minus all specific *ix parts that could be stripped out from documentation. good use for the wiki ? -mike