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.4-361-gd785c8d


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  d785c8d144e15ebe78c0265f94d6e43edf0199e7 (commit)
       via  cfa5d9e03c56470ba72b67ccb50987f2e06d11ef (commit)
      from  347d3d15c261c362e94c6ab8ff5f9ec7abb73d52 (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 d785c8d144e15ebe78c0265f94d6e43edf0199e7
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Sat May 14 10:50:54 2011 -0400

    --ldd: turn bad-interpreter findings into warnings
    
    A semantic_error is too heavy.  We can just skip the --ldd processing
    for these binaries and move on.
    
    * dwflpp.cxx (iterate_over_libraries): Print (suppressible) warning
      instead of throwing a semantic_error if the module interpreter is
      not in our whitelist.

commit cfa5d9e03c56470ba72b67ccb50987f2e06d11ef
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Sat May 14 10:49:43 2011 -0400

    --ldd: improve error handling
    
    * translate.cxx (add_unwindsym_ldd): Use delete, not free() on c++ object.
      (prepare_translate_pss): Add an exception catch around prepare_symbol_data()

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

Summary of changes:
 dwflpp.cxx    |   19 ++++++++++++-------
 translate.cxx |   18 +++++++++++++++---
 2 files changed, 27 insertions(+), 10 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]