This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/11964] New: support for debugging multithreaded openmp


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]