This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 debug/20112] gdb will not print subroutine arguments



------- Comment #5 from pinskia at gcc dot gnu dot org  2008-08-21 21:42 -------
This works for i668-darwin with the trunk:
(gdb) p a
$1 = (REF TO -> ( real*4 )) @0x2004: 1
Current language:  auto; currently fortran
(gdb) p b
$2 = (REF TO -> ( real*4 )) @0x2000: 2

GNU gdb 6.3.50-20050815 (Apple version gdb-694) (Tue Jul 17 08:01:07 GMT 2007)

This has been fixed via gdb.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20112


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