]> sourceware.org Git - systemtap.git/commit
PR10467 cont'd: be tolerant of bad line numbers
authorJosh Stone <jistone@redhat.com>
Thu, 14 Jan 2010 19:22:23 +0000 (11:22 -0800)
committerJosh Stone <jistone@redhat.com>
Thu, 14 Jan 2010 19:22:23 +0000 (11:22 -0800)
commit8aaef2fb30152bdc752b135bbeb1fb114b551694
treea619ab7b5c17e1c047f1b6fa218fcf9417a8cb7c
parent025e49b203f4f4dc83e02e6440878c64ee616257
PR10467 cont'd: be tolerant of bad line numbers

If a line number is invalid for a source file, that should not be a
fatal error, as it may still be valid for some other matching source
file.

* dwflpp.cxx (dwflpp::iterate_over_srcfile_lines): Don't assert that the
  line must be found, just break out quietly.
dwflpp.cxx
This page took 0.026796 seconds and 5 git commands to generate.