From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3511 invoked by alias); 1 Sep 2010 03:47:44 -0000 Received: (qmail 3475 invoked by uid 48); 1 Sep 2010 03:47:43 -0000 Date: Wed, 01 Sep 2010 03:47:00 -0000 From: "hicham at mouline dot org" To: gdb-prs@sourceware.org Message-ID: <20100901034743.11964.hicham@mouline.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug gdb/11964] New: support for debugging multithreaded openmp X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q3/txt/msg00346.txt.bz2 Hello, While debugging this program https://computing.llnl.gov/tutorials/openMP/samples/C/omp_hello.c under emacs/GUD with gdb, putting a breakpoint inside the parallel region, line 30, triggers a stop at that point. However, stepping over generates this error "Cannot find bounds of current function", when the cursor hits line 22 (the pragma line) The program was built with gcc (GCC) 4.4.4 20100630 (Red Hat 4.4.4-10), and its associated libgomp library. A fix is proposed by jan.kratochvil@redhat.com though I'm not sure it's related to this particular point: http://cvs.fedoraproject.org/viewvc/rpms/gdb/devel/gdb-bz533176-fortran-omp- step.patch?content-type=text%2Fplain&view=co regards, -- Summary: support for debugging multithreaded openmp Product: gdb Version: 7.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdb AssignedTo: unassigned at sourceware dot org ReportedBy: hicham at mouline dot org CC: gdb-prs at sourceware dot org GCC build triplet: x86_64-redhat-linux-gnu GCC host triplet: Linux 2.6.33.3 x86_64 GCC target triplet: 7.1-33.fc13 http://sourceware.org/bugzilla/show_bug.cgi?id=11964 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.