This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-514-g8aaef2f


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  8aaef2fb30152bdc752b135bbeb1fb114b551694 (commit)
      from  025e49b203f4f4dc83e02e6440878c64ee616257 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8aaef2fb30152bdc752b135bbeb1fb114b551694
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Jan 14 11:22:23 2010 -0800

    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.

-----------------------------------------------------------------------

Summary of changes:
 dwflpp.cxx |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]