From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71882 invoked by alias); 14 Jul 2015 19:13:11 -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 71873 invoked by uid 89); 14 Jul 2015 19:13:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 14 Jul 2015 19:13:08 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Add support reading D modules from DWARF From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: <452802827f0870df0c8ece81a7e098d94cee4536@gdb-build> Date: Tue, 14 Jul 2015 19:13:00 -0000 X-SW-Source: 2015-q3/txt/msg01652.txt.bz2 *** TEST RESULTS FOR COMMIT 452802827f0870df0c8ece81a7e098d94cee4536 *** Author: Iain Buclaw Branch: master Commit: 452802827f0870df0c8ece81a7e098d94cee4536 Add support reading D modules from DWARF Extends existing support for namespaces/modules in C++/Fortran/Java to include language_d too. However unlike Fortran/C++, the separator for qualified names is a single dot. 2015-07-14 Iain Buclaw * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to also test for language_d. (dwarf2_compute_name): Likewise. (read_func_scope): Likewise. (read_structure_type): Likewise. (determine_prefix): Likewise. (read_import_statement): Use dot as the separator for language_d. (typename_concat): Likewise, but don't prefix the D main function.