From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40292 invoked by alias); 10 May 2016 14:16:13 -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 40274 invoked by uid 89); 10 May 2016 14:16:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: mga14.intel.com Received: from mga14.intel.com (HELO mga14.intel.com) (192.55.52.115) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 10 May 2016 14:16:09 +0000 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 10 May 2016 07:16:08 -0700 X-ExtLoop1: 1 Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga001.fm.intel.com with ESMTP; 10 May 2016 07:16:04 -0700 Received: from ulvlx001.iul.intel.com (ulvlx001.iul.intel.com [172.28.207.17]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u4AEG2au001774; Tue, 10 May 2016 15:16:03 +0100 Received: from ulvlx001.iul.intel.com (localhost [127.0.0.1]) by ulvlx001.iul.intel.com with ESMTP id u4AEG2O2030635; Tue, 10 May 2016 16:16:02 +0200 Received: (from heckel@localhost) by ulvlx001.iul.intel.com with œ id u4AEG2da030631; Tue, 10 May 2016 16:16:02 +0200 From: Bernhard Heckel To: qiyaoltc@gmail.com Cc: gdb-patches@sourceware.org, Bernhard Heckel Subject: [PATCH 0/4] Fortran, typeprint Date: Tue, 10 May 2016 14:16:00 -0000 Message-Id: <1462889739-30359-1-git-send-email-bernhard.heckel@intel.com> X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00167.txt.bz2 This series fixes various issues in fortran's typeprint. Tested on Ubuntu1504, Fedora23, Fedora21 Bernhard Heckel (4): Fortran, typeprint: Fix wrong indentation when ptype nested structures. Fortran, typeprint: Take level of details into account when printing elements of a structure. Fortran, typeprint: Decrease level of details when printing elements of a structure. Fortran, typeprint: Forward level of details to be printed for pointers. gdb/f-typeprint.c | 33 ++++++++++-------- gdb/testsuite/gdb.fortran/type.f90 | 26 +++++++++++++- gdb/testsuite/gdb.fortran/whatis_type.exp | 53 +++++++++++++++++++++++----- 3 files changed, 87 insertions(+), 25 deletions(-)