]> sourceware.org Git - systemtap.git/commit
Tolerate missing line records in prologue search
authorJosh Stone <jistone@redhat.com>
Fri, 23 Jan 2015 23:03:01 +0000 (15:03 -0800)
committerJosh Stone <jistone@redhat.com>
Fri, 23 Jan 2015 23:03:01 +0000 (15:03 -0800)
commit2df78f1c49274971b2235d59700192a5d7023dd6
tree06c17748cd499b2f146682a3c99f190f4a5efc0c
parent8f34d871e1c5382fe4cb59a4b474303281586d65
Tolerate missing line records in prologue search

If we're trying to scan line records for the function prologue, but the
current CU fails dwarf_getsrclines(), then just return so we can probe
without skipping prologues.

Such CUs were seen for the jemalloc sources built into Rust's libstd.
For some reason these don't have any DW_AT_stmt_list at all!
dwflpp.cxx
This page took 0.023987 seconds and 5 git commands to generate.