From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21405 invoked by alias); 17 Aug 2011 20:57:38 -0000 Received: (qmail 21377 invoked by uid 9850); 17 Aug 2011 20:57:37 -0000 Date: Wed, 17 Aug 2011 20:57:00 -0000 Message-ID: <20110817205736.21366.qmail@sourceware.org> From: lberk@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-114-g74fe61b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 766cee5f52531d2599134b889c6e258a70026b42 X-Git-Newrev: 74fe61bce6a71ae39004244047990bbb579f59fa Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2011-q3/txt/msg00191.txt.bz2 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 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