Bug 3438 - CDTParser does not handle multiple source files for an image
Summary: CDTParser does not handle multiple source files for an image
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Rick Moseley
URL:
Keywords:
Depends on:
Blocks: 3392
  Show dependency treegraph
 
Reported: 2006-10-31 19:41 UTC by Rick Moseley
Modified: 2006-11-22 19:25 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Moseley 2006-10-31 19:41:52 UTC
Right now the CDTParser just gets one source file and parses it and sticks it in
the DOM.  It should handle all source files associated with the executable.
Comment 1 Rick Moseley 2006-11-22 19:25:50 UTC
This has been fixed in the DOMFactory.java class.  A loop was added to process
all the source files associated with an executable and place their information
into the DOM.