Opened 16 years ago
Last modified 16 years ago
#82 new enhancement
kDepObj: Parse object files for dependencies
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | major | Milestone: | 0.3.0 |
Component: | kDep | Version: | |
Keywords: | OMF Watcom Borland MASM OBJ kDep kDepObj | Cc: |
Description
Some object files may contain dependency information and it would be good to extract it. The Watcom and Borland compiler emits COMMENT class 0xE9 records containing dependency info with a low resolution time stamp. MASM emits THEADR records for each include file it encounters if told to emit line number information (/Zd) or symbolic debug info (/Zi) (OMF format at least). Other compilers, assemblers and object formats should be investigated as necessary.
Note:
See TracTickets
for help on using tickets.
Very useful doc for COFF/CV8: http://www.tortall.net/projects/yasm/browser/trunk/yasm/modules/dbgfmts/codeview/cv8.txt