Bug 416154 - Line information for an address is not returned
Summary: Line information for an address is not returned
Status: RESOLVED FIXED
Alias: None
Product: TCF
Classification: Tools
Component: Agent (show other bugs)
Version: 1.2   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.2   Edit
Assignee: Eugene Tarassov CLA
QA Contact: Eugene Tarassov CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-29 10:42 EDT by Benoit Perrin CLA
Modified: 2014-02-25 05:50 EST (History)
0 users

See Also:


Attachments
Test application built with ICC (19.31 KB, application/force-download)
2013-08-29 10:42 EDT, Benoit Perrin CLA
eugene: iplog-
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benoit Perrin CLA 2013-08-29 10:42:15 EDT
Created attachment 234966 [details]
Test application built with ICC

For an application built with an ICC (intel) compiler, the debugger does not report line information for an address.

The root cause is the lack of .debug_aranges section and address range at the compile unit level. The address ranges are defined by the underlying scopes.
Comment 1 Eugene Tarassov CLA 2013-08-30 13:05:53 EDT
I have added code to use address info from second level objects when compile unit address not available.

Fixed.
Thanks!