From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21319 invoked by alias); 1 Jun 2007 13:42:19 -0000 Received: (qmail 21171 invoked by uid 22791); 1 Jun 2007 13:42:18 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Jun 2007 13:42:16 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 08E2898219; Fri, 1 Jun 2007 13:42:12 +0000 (GMT) Received: from false.org (nc-76-4-218-255.dyn.embarqhsd.net [76.4.218.255]) by nan.false.org (Postfix) with ESMTP id A1A3B98212; Fri, 1 Jun 2007 13:42:11 +0000 (GMT) Date: Fri, 01 Jun 2007 13:42:00 -0000 From: Daniel Jacobowitz To: Martin Rivers Cc: gdb@sources.redhat.com Subject: Re: Debugging an OpenMP program with gcc4.2 and gdb 6.6 Message-ID: <20070601134213.GB2734@them.org> Mail-Followup-To: Martin Rivers , gdb@sources.redhat.com References: <46601BB3.5C95F7F3@lpdev.prtdev.lexmark.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46601BB3.5C95F7F3@lpdev.prtdev.lexmark.com> User-Agent: Mutt/1.5.13 (2006-08-11) 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-06/txt/msg00009.txt.bz2 On Fri, Jun 01, 2007 at 09:14:27AM -0400, Martin Rivers wrote: > I admit I'm new to openmp but the above run control during the debug sessions > above don't seem right. Is this what is expected? Am I missing some gdb > patch? Am I missing some other special debugging option? My guess is that either GCC is not emitting adequate debug info for OpenMP, or the debug info necessary is so complex that GDB doesn't understand it. I don't know if GDB and GOMP have been used together yet. -- Daniel Jacobowitz CodeSourcery