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 breakpoints/8043] GDB is not able to set breakpoint to entrypoint (Fortran)


http://sourceware.org/bugzilla/show_bug.cgi?id=8043

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at redhat dot com

--- Comment #1 from Tom Tromey <tromey at redhat dot com> 2012-01-25 17:12:36 UTC ---
I think the problem is probably that wkprnt is only referred to here:

 <2><c6>: Abbrev Number: 6 (DW_TAG_entry_point)
     DW_AT_decl_line   : 20     
     DW_AT_decl_column : 0      
     DW_AT_decl_file   : 1      
     DW_AT_sibling     : <f2>   
     DW_AT_name        : wkprnt 
     DW_AT_type        : <68>   
     DW_AT_low_pc      : 0x8049645 134518341    

AFAICT gdb doesn't handle DW_TAG_entry_point.

I have no way to really check this, or fix it, since I don't have
the intel compiler.  An executable would help.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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