Hi,
We decided to use the COBOL dwarf with source compiler options for use in our debug tools.
This greatly facilitates the deployment of programs, without needing to synchronize the deployment of compilation listings at the same time as the programs (solution used until now by our debugging tools). This also speeds up the debug setup process since the necessary informations are stored directly in the program and it is no longer necessary to access the listing to extract the information needed by the debug tools.
We would like to completely abandon the preservation and storage of compilation listings which, once past the stage of looking for errors during compilation, are no longer of much interest.
However, it may sometimes be necessary to consult a compilation listing outside of the use of debugging tools.
The informations produced by the dwarfdump, CDADUMP utilities are not humanly usable.
Ideally, one should be able to reconstruct a pseudo compilation listing from the dwarf with source information, which would look like the compilation listing produced by the COBOL compiler.
Having consulted various documentation on the subject, it seems possible to me, but the work to be done is very important.
Do you know of a solution that would already do this task of rebuilding an equivalent compilation listing from the dwarf with source information?
Has the IBM Enterprise COBOL compiler team ever considered producing a utility that accomplishes this task? (I'll open a request on the Ideas site about this).
Thanks.
------------------------------
Denis FALLAI
------------------------------