]> sourceware.org Git - systemtap.git/commit
PR12276: check all sequences in _stp_linenumber_lookup
authorAbegail Jakop <ajakop@redhat.com>
Mon, 2 Feb 2015 23:05:47 +0000 (18:05 -0500)
committerAbegail Jakop <ajakop@redhat.com>
Mon, 2 Feb 2015 23:05:47 +0000 (18:05 -0500)
commitc668a2a57169ff74c673a8b874a39df80e5c2a5f
tree6b34a4847f3d63e37ce4b8ec72993ce4b3d7ea02
parenta3f7d1a99b45e95087d8a194bc55868b4ec36b0c
PR12276: check all sequences in _stp_linenumber_lookup

runtime/sym.c: addresses can only increase within a sqeunce, but at the
start of the new sequence, the starting address can be lower than the
previous'. _stp_linenumber_lookup() was changed to iterate through all
sequences until a suitable address is found, instead of giving up when
the line data address passes the desired address.
runtime/sym.c
This page took 0.02588 seconds and 5 git commands to generate.