From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89803 invoked by alias); 27 Oct 2017 00:15:39 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 89781 invoked by uid 89); 27 Oct 2017 00:15:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_1,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 27 Oct 2017 00:15:37 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb/gdb-8.0-branch] Fix dwarf2_string_attr for -gsplit-dwarf From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <06848393c68c1b370cf2441756ed7413f4442515@gdb-build> Date: Fri, 27 Oct 2017 00:15:00 -0000 X-SW-Source: 2017-q4/txt/msg02911.txt.bz2 *** TEST RESULTS FOR COMMIT 06848393c68c1b370cf2441756ed7413f4442515 *** Author: Leszek Swirski Branch: gdb-8.0-branch Commit: 06848393c68c1b370cf2441756ed7413f4442515 Fix dwarf2_string_attr for -gsplit-dwarf The dwarf2_string_attr did not allow DW_FORM_GNU_str_index as a form for string types. This manifested as null strings in the namespace_name lookup (replaced with "(anonymous namespace)") when debugging Fission-compiled code. (cherry picked from commits 16eb6b2db49e6cf2fdca56efd37689fcc170cd37 and b33404388e5bbd8a1fddfde73cd4593ae2b557e8) gdb/ChangeLog: PR symtab/20899 * dwarf2read.c (dwarf2_string_attr): Allow DW_FORM_GNU_str_index.