[Bug debug/20112] gdb will not print subroutine arguments

2008-08-21 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug debug/20112] gdb will not print subroutine arguments

2008-08-21 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2008-08-21 21:26 --- Is this still an issue nowadays? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20112

[Bug debug/20112] gdb will not print subroutine arguments

2005-02-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-20 19:45 --- Confirmed, Hmm, the stabs looks right: .stabs "int1:t(0,17)[EMAIL PROTECTED];r(0,17);-128;127;",128,0,0,0 Maybe this is a gdb problem in that version of gdb. This works correctly on x86-linux-gnu w

[Bug debug/20112] gdb will not print subroutine arguments

2005-02-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-20 19:41 --- *** Bug 20113 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20112

[Bug debug/20112] gdb will not print subroutine arguments

2005-02-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-20 19:34 --- Can you try -gfull? Darwin defaults to -gused and this might be a bug of -gused. -- What|Removed |Added