From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31345 invoked by alias); 21 Feb 2010 16:32:54 -0000 Received: (qmail 31311 invoked by uid 426); 21 Feb 2010 16:32:53 -0000 Date: Sun, 21 Feb 2010 16:32:00 -0000 Message-ID: <20100221163251.31230.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.1-98-gdac77b8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 37da5cf910bf6f20d69364a2362f56361ac30119 X-Git-Newrev: dac77b805e77cf00b25395ece1e2a1b5f75761da 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: 2010-q1/txt/msg00143.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 dac77b805e77cf00b25395ece1e2a1b5f75761da (commit) from 37da5cf910bf6f20d69364a2362f56361ac30119 (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 dac77b805e77cf00b25395ece1e2a1b5f75761da Author: Frank Ch. Eigler Date: Sun Feb 21 11:29:04 2010 -0500 hwbkpt: simplify diagnostics and code * tapsets.cxx (hwbkpt_derivedc_probe_group): Lose max_... field. Rename hwbkpt_probes_vector -> hwbkpt_probes. (enroll): Instead set it here, emit normal suppressible warning if exceeded. (emit_*): Use newline(NN) etc. for proper indentation of generated code. (emit_module_init): Defer most potential problems to register_wide_hw_breakpoint() instead of preemptive errors. * translate.cxx (emit_module_init): Assert 0 indentation more frequently. ----------------------------------------------------------------------- Summary of changes: tapsets.cxx | 183 +++++++++++++++++++++++++-------------------------------- translate.cxx | 5 +- 2 files changed, 84 insertions(+), 104 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool