From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id BR5aCkVPnl/YZAAAWB0awg (envelope-from ) for ; Sun, 01 Nov 2020 01:01:41 -0500 Received: by simark.ca (Postfix, from userid 112) id 205D91E58D; Sun, 1 Nov 2020 01:01:41 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, URIBL_BLOCKED autolearn=ham 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 7D6D51E58D for ; Sun, 1 Nov 2020 01:01:40 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 6587A3857C5C; Sun, 1 Nov 2020 06:01:39 +0000 (GMT) Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id 2E2BF3857C5C for ; Sun, 1 Nov 2020 06:01:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2E2BF3857C5C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 03FDA5615E for ; Sun, 1 Nov 2020 01:01:36 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id KrB7Wt4hCkRQ for ; Sun, 1 Nov 2020 01:01:35 -0500 (EST) Received: from float.home (localhost.localdomain [127.0.0.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPS id 9A1665615F for ; Sun, 1 Nov 2020 01:01:35 -0500 (EST) Received: by float.home (Postfix, from userid 1000) id 17AB2A1883; Sun, 1 Nov 2020 10:01:30 +0400 (+04) Date: Sun, 1 Nov 2020 10:01:30 +0400 From: Joel Brobecker To: gdb@sourceware.org Subject: FTR: this GDB patch is AdaCore-local (R907-036: do not suppress all symbols in the STRUCT_DOMAIN) Message-ID: <20201101060130.GA1859832@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-bounces@sourceware.org Sender: "Gdb" Just recording the fact that the following patch... | commit 0bf64e2236bd6a2aacb978e5a7fa0a5b43567665 | Subject: (Ada) do not suppress all symbols in the STRUCT_DOMAIN | Author: Joel Brobecker | Date: 2018-09-25 14:52:01 -0700 | Subject: (Ada) do not suppress all symbols in the STRUCT_DOMAIN cannot be contributed upstream, because it touches a function (ada_suppress_symbol_printing) which is specific to the AdaCore version of GDB. This is from memory, but I believe we tried to contribute this function (combined with its companion function called is_suppressed_name), and got feedback that we should be doing it differently, relying on DWARF rather than GNAT encodings to determine whether symbols should be displayed or not. I will annotate the commit accordingly. -- Joel