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.6-114-g74fe61b


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  74fe61bce6a71ae39004244047990bbb579f59fa (commit)
      from  766cee5f52531d2599134b889c6e258a70026b42 (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 74fe61bce6a71ae39004244047990bbb579f59fa
Author: Lukas Berk <lberk@redhat.com>
Date:   Wed Aug 17 16:36:04 2011 -0400

    Initialize POD members that were previously uninitialized
    
    * coveragedb.h: initialize type in coverage_element
    * csclient.h: initialize argc in compile_server_client
    * dwflpp.cxx: initialize blacklist_func, blacklist_func_ret,
                  and blacklist_file in dwflpp
    * dwflpp.h: initialize entrypc in func_info
    * elaborate.cxx: initialize num_newly_resolved, num_still_unresolved,
                     assert_resolvability and t in typeresolution_info
    * session.cxx: initialize automatic_server_mode in systemtap_session
    * staptree.cxx: initialize privileged in probe, tok in component,
                    and epilogue_style in probe_alias
    * staptree.h: initialize num_index and expr_index in component
    * tapset-utrace.cxx: initialize has_library in derived_probe
    * tapsets.cxx: initialize has_process and has_library in
                   dwarf_derived_probe, has_library in base_query,
                   has_relative, relative_val, choose_next_line, and
                   entrypc_for_next_line in dwarf_query, op in
                   var_expanding_visitor and probe_type, probe_loc,
                   probe_scn_offset, probe_scn_addr, arg_count, base,
                   and semaphore in sdt_query
    * translate.cxx: initialize action_counter and
                     probe_or_function_needs_deref_fault_handler in
                     c_unparser

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

Summary of changes:
 coveragedb.h      |    2 +-
 csclient.h        |    2 +-
 dwflpp.cxx        |    3 ++-
 dwflpp.h          |    5 +++--
 elaborate.cxx     |    4 +++-
 session.cxx       |    1 +
 staptree.cxx      |    8 ++++----
 staptree.h        |    8 +++++---
 tapset-utrace.cxx |    2 +-
 tapsets.cxx       |   22 +++++++++++++---------
 translate.cxx     |    3 ++-
 11 files changed, 36 insertions(+), 24 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]