From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by sourceware.org (Postfix) with ESMTPS id 17DCA3858C60 for ; Mon, 20 Dec 2021 05:13:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 17DCA3858C60 Received: by mail-wm1-x32c.google.com with SMTP id y83-20020a1c7d56000000b003456dfe7c5cso7785692wmc.1 for ; Sun, 19 Dec 2021 21:13:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=hRV7bIxvSTBEYR6AwfmxL7cqO1wj5mLUlQeKaA3BwGI=; b=cCpv7X5bcJ0dAjMxpr4F7jQkLyuolNDLjma+Q7slo9zOHDC+981YlYB4x/Wuuf1vTY 1XdYwQvBAVFLcv2WgXqjXSHkFvWwzbphhgraer16Vklans+eSmNKEaRFyzmJK9m2VZWi XcrFtpzWY9VyZ4ifbcwsTDMZX08wt2JgoZXCkkj2+JcdjB1cQ7Hro8Vrs0/siVmhKSj3 gmMLfxIqKzJDMTWVr85uGLfB2A72jX7ThPXqivRqi7Ni7fSYPhR8VXc4JPRhSuOVsKcM wye2Yg1dfXAvWTHC09xsqr4Pqhm7j5E+BU/8JuRaz5BXVDcXNrTkj1kHZbw1psmwCpIH OiOg== X-Gm-Message-State: AOAM532kJXxCUxSCPQFHlUzpBPNWog49Ke2bUxtWXT7hj/8eXSYFFQXa T1XFtFpIonOW7TgJoi51lMRv X-Google-Smtp-Source: ABdhPJwnK7igJjE1DzxALw9blSKgcD+y1DxcXRJrFeKv35E74nXL4geZI76voPGhHQxeTrOh6O0Nnw== X-Received: by 2002:a05:600c:22d2:: with SMTP id 18mr12356128wmg.158.1639977209199; Sun, 19 Dec 2021 21:13:29 -0800 (PST) Received: from takamaka.home (lfbn-reu-1-342-220.w92-130.abo.wanadoo.fr. [92.130.175.220]) by smtp.gmail.com with ESMTPSA id h27sm18766066wmc.43.2021.12.19.21.13.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 19 Dec 2021 21:13:28 -0800 (PST) Received: by takamaka.home (Postfix, from userid 1000) id 796D9A49FA; Mon, 20 Dec 2021 09:13:26 +0400 (+04) Date: Mon, 20 Dec 2021 09:13:26 +0400 From: Joel Brobecker To: "Kumar N, Bhuvanendra" Cc: Joel Brobecker , "gdb-patches@sourceware.org" , "George, Jini Susan" , "Achra, Nitika" , "Sharma, Alok Kumar" , "E, Nagajyothi" , Andrew Burgess Subject: Re: [PATCH] Fix ptype and print commands for namelist variables(a fortran feature) Message-ID: References: <20210920094122.GB4950@embecosm.com> <20211006155135.GS1900093@embecosm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Mon, 20 Dec 2021 05:13:32 -0000 Hi Bhuvan, > Thanks a lot for your comments. I have tried to address all your > previous comments. I have attached the revised patch and also inlined. > Not sure if you see some trailing spaces or indentation issues still, > mostly they are due to my email client(MS outlook). Please let me know > if you have any comments. Thanks again. I believe Andrew had some questions (failed assertion). https://sourceware.org/pipermail/gdb-patches/2021-December/184362.html Have you looked into that? -- Joel