Bug 2461 - elfutils libdwfl elf symbol enumerator
Summary: elfutils libdwfl elf symbol enumerator
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: tapsets (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 953
  Show dependency treegraph
 
Reported: 2006-03-14 20:15 UTC by Frank Ch. Eigler
Modified: 2011-03-16 21:19 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed: 2006-06-15 10:34:41


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Ch. Eigler 2006-03-14 20:15:38 UTC
need elfutils API for enumerating (static per-CU) symbols in debuginfo-less
kernel / module files.
Comment 1 Roland McGrath 2006-06-15 09:04:40 UTC
The CU is a notion that exists only in the DWARF information and I don't think
it can be recovered another way.  Do you just mean the entire symbol table of a
given module (vmlinux, foo.ko), or what?
Comment 2 Frank Ch. Eigler 2006-06-15 10:34:41 UTC
The symbol table is probably just fine, as long as it includes the symbols
generated for static data.
Comment 3 Roland McGrath 2006-07-17 08:58:39 UTC
0.122 adds the dwfl_module_getsymtab and dwfl_module_getsym calls.
Please let me know if this servers your needs, and test the new calls.
Comment 4 Roland McGrath 2007-03-20 02:31:52 UTC
This was done a while ago.