diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-07-23 19:40:05 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-07-23 19:40:05 -0400 |
commit | e6b9397b3e13a7c497368777006020f64560fa98 (patch) | |
tree | 82e55e1d9fa739d444fc3ff5f43278bdd0257b7e | |
parent | 552fdd9f5a7eb3394888356301929c078173a22b (diff) | |
download | systemtap-steved-e6b9397b3e13a7c497368777006020f64560fa98.tar.gz systemtap-steved-e6b9397b3e13a7c497368777006020f64560fa98.tar.xz systemtap-steved-e6b9397b3e13a7c497368777006020f64560fa98.zip |
changelog for entry-pc semantic error fix
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-07-23 Frank Ch. Eigler <fche@elastic.org> + + From James Bottomley <James.Bottomley@HansenPartnership.com>: + * tapsets.cxx (query_dwarf_func): Silently skip inlined function + instances that have no entrypc. + 2008-07-18 Masami Hiramatsu <mhiramat@redhat.com> BZ 442528 (PR6028) |