This is the mail archive of the gdb-patches@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: [2/3] RFC - reimplement common block support


Doug> OOC, do common blocks end up in .gdb_index?

Tom> I have only seen DW_TAG_common_block inside a function body.
Tom> I will look deeper though.

As far as I can tell (due to a quirk at my high school, I never learned
Fortran), common blocks are always declared inside functions.  I thought
perhaps the "BLOCKDATA" construct might change this, but at least
gfortran does not generate debuginfo for this at all.

Tom


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