|
From: Eli Z. <el...@gn...> - 2014-08-23 14:28:08
|
> Date: Sat, 23 Aug 2014 19:54:16 +0800 (CST) > From: 孔涛 <ka...@ye...> > > Sorry! The compiler and gdb are the newest default ones in Ubuntu, cygwin, and MinGW > In mingw32: gfortran 4.8.1 and gdb 7.6.1. > in cygwin64:gfortran 4.8.3 and gdb 7.8. > Both of the above are on Windows 8.1 64-bit platform. > > I used the method you suggest, i.e. add -g3 instead of -g, but get the same result. > In Cygwin, get: "Unhandled dwarf expression opcode 0x97" > in MinGW, get: " $2 = (0)" > in both case, whatis command cat get the type is "real(kind=8)" > > But on my server, centos 6.3 with gcc 4.7.0 and gdb 7.2. It works well, it can show the allocatable array's contents. > > How to show them in cygwin and mingw? Like I said: this question should be sent to the GDB list, gd...@so.... There you will certainly get your answer. |