Bug 5271 - Add getFunctionEntryAddress() to SymbolFactory (and elfutils/libdwfl)
Summary: Add getFunctionEntryAddress() to SymbolFactory (and elfutils/libdwfl)
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:
 
Reported: 2007-11-05 20:47 UTC by Mark Wielaard
Modified: 2007-11-05 20:47 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 Mark Wielaard 2007-11-05 20:47:23 UTC
TestLinuxCore.java (and duplicated now in TestTaskObserverCode.java) is some
code to symbly do a getFunctionEntryAddress(). Since this is generally useful
code it makes sense to add it and the helper class/methods to SymbolFactory.
See http://sourceware.org/ml/frysk/2007-q4/msg00030.html

Step 2 would be to have to symbol lookup functionality correct in
elfutils/libdwfl using the right elf dl symbol search path lookup.
See http://sourceware.org/ml/frysk/2007-q4/msg00055.html