]> sourceware.org Git - systemtap.git/commit
PR 4311 - Function boundary tracing without debuginfo: Phase I
authorJim Keniston <jkenisto@us.ibm.com>
Fri, 18 Apr 2008 23:21:18 +0000 (16:21 -0700)
committerJim Keniston <jkenisto@us.ibm.com>
Fri, 18 Apr 2008 23:21:18 +0000 (16:21 -0700)
commit5f0a03a685a11bda62d69588f39e3fc26375d180
tree24b6b791715c6032dd3155bc3644ba5ad3c6d3e7
parent946d18f91669c0fbee36124f0bc06d7cf56aecdf
PR 4311 - Function boundary tracing without debuginfo: Phase I
* tapsets.cxx: Major rework of dwflpp, dwarf_query, and related
code to make do with elf info if dwarf info is absent, or
(in the case of vmlinux) make do with a System.map-style
symbol table if even the elf file is absent.
* main.cxx: Use getopt_long instead of getopt. Added --kelf,
--kmap, --ignore-vmlinux, and --ignore-dwarf.
* hash.cxx, session.h, stap.1.in: Added --kelf, --kmap,
--ignore-vmlinux, and --ignore-dwarf.
ChangeLog
hash.cxx
main.cxx
session.h
stap.1.in
tapsets.cxx
This page took 0.028496 seconds and 5 git commands to generate.