Bug 2730 - LibDwfl does not return multiple DwflLines given an adress
Summary: LibDwfl does not return multiple DwflLines given an adress
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: frysk-elfutils
  Show dependency treegraph
 
Reported: 2006-06-06 19:06 UTC by Adam Jocksch
Modified: 2006-11-28 16:44 UTC (History)
0 users

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 Adam Jocksch 2006-06-06 19:06:44 UTC
According to the LibDwfl API, only one DwflLine is returned from dwfl_getsrc.
However, for inline code multiple lines should be returned.

A test case for this needs to be developed.