This is the mail archive of the gdb@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]

Re: Debugging an OpenMP program with gcc4.2 and gdb 6.6


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


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