From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31392 invoked by alias); 4 Jan 2007 23:15:21 -0000 Received: (qmail 31330 invoked by uid 22791); 4 Jan 2007 23:15:20 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 04 Jan 2007 23:15:13 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 1974A48CE27; Thu, 4 Jan 2007 18:15:12 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19299-01-3; Thu, 4 Jan 2007 18:15:11 -0500 (EST) Received: from [127.0.0.1] (nile.gnat.com [205.232.38.5]) by nile.gnat.com (Postfix) with ESMTP id E1A4748CDF6; Thu, 4 Jan 2007 18:15:11 -0500 (EST) Message-ID: <459D8A82.6050807@adacore.com> Date: Thu, 04 Jan 2007 23:15:00 -0000 From: Robert Dewar User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Steven Bosscher CC: gdb@sourceware.org, abo Subject: Re: How to debug fortran program? References: <459CBA43.10503@163.com> <200701042305.06320.steven.bosscher@gmail.com> In-Reply-To: <200701042305.06320.steven.bosscher@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00081.txt.bz2 Steven Bosscher wrote: > Also, even if g95 would write out useful debug information, gdb would > not have support for most Fortran 9x features (e.g. no support for > modules, no support for array expressions, etc.). Not so clear, a lot can be done in dwarf-2, of course being able to type in Fortran expressions would require extra support.