From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30303 invoked by alias); 7 Feb 2012 21:52:51 -0000 Received: (qmail 30269 invoked by uid 440); 7 Feb 2012 21:52:50 -0000 Date: Tue, 07 Feb 2012 21:52:00 -0000 Message-ID: <20120207215250.30257.qmail@sourceware.org> From: scox@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-14-g35c68ac X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a3c777a0a2d19af11545227ecd05c245d7e7aa3f X-Git-Newrev: 35c68acb367036ea781e3a9a57680a58cb10aab0 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: 2012-q1/txt/msg00066.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 35c68acb367036ea781e3a9a57680a58cb10aab0 (commit) from a3c777a0a2d19af11545227ecd05c245d7e7aa3f (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 35c68acb367036ea781e3a9a57680a58cb10aab0 Author: Stan Cox Date: Tue Feb 7 16:47:44 2012 -0500 Get all source line matches for statement probes. * dwflpp.cxx (iterate_over_srcfile_lines): Pass nsrcs=0 to dwarf_getsrc_file so all source matches are returned instead of just nsrcs=N matches. * (has_single_line_record): Fix indentation. No other changes. ----------------------------------------------------------------------- Summary of changes: dwflpp.cxx | 85 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 43 insertions(+), 42 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool