diff options
author | roland <roland> | 2008-02-20 02:44:18 +0000 |
---|---|---|
committer | roland <roland> | 2008-02-20 02:44:18 +0000 |
commit | 4d4acff057561486db6f4190606cbd24749d457b (patch) | |
tree | 3811947a08ee2b29936e3a0a39ea2cc2d3d7901c | |
parent | f9331b2988dce35aa72bd92fa69ecda45066211b (diff) | |
download | systemtap-steved-4d4acff057561486db6f4190606cbd24749d457b.tar.gz systemtap-steved-4d4acff057561486db6f4190606cbd24749d457b.tar.xz systemtap-steved-4d4acff057561486db6f4190606cbd24749d457b.zip |
.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ * tapsets.cxx (query_module): Use dwfl_module_getdwarf rather than dwfl_module_getelf for e_machine check. + (dwarf_query::get_blacklist_section): Likewise for section search. + Ignore non-SHF_ALLOC sections. 2008-02-19 Frank Ch. Eigler <fche@elastic.org> |