From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3186 invoked by alias); 11 Dec 2009 13:58:40 -0000 Received: (qmail 3160 invoked by uid 9639); 11 Dec 2009 13:58:39 -0000 Date: Fri, 11 Dec 2009 13:58:00 -0000 Message-ID: <20091211135837.3149.qmail@sourceware.org> From: moore@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-352-ge47f92e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e83324285bb277300f5c91ee1c2a39bf04df502d X-Git-Newrev: e47f92ea31a605802c59541ca325ffd567c45ca4 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: 2009-q4/txt/msg00209.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 e47f92ea31a605802c59541ca325ffd567c45ca4 (commit) from e83324285bb277300f5c91ee1c2a39bf04df502d (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 e47f92ea31a605802c59541ca325ffd567c45ca4 Author: Tim Moore Date: Fri Dec 11 14:03:47 2009 +0100 grapher: implement restarting a stap process * grapher/StapParser.cxx (StapParser::disconnect): new function * grapher/StapParser.hxx (StapProcess::StapProcess): initialize argv to 0 * grapher/grapher.cxx (StapLauncher::setArgs): Set argv to 0 (StapLauncher launch, launchUsingParser): Refactor launch(), extracting function a that (re)launches a stap process using an existing parser. (StapLauncher::onChildDied): call disconnect() on dead parser. (GrapherWindow::_graphicalLauncher, setGraphicalLauncher): delete member, replacing with... (graphicalLauncher): new variable (ProcModelColumns): Store parser object in the list model instead of just a StapProcess object. (ProcWindow::onRestart): new function (ProcWindow::refresh): Preserve the list selection when the process list is refreshed. (ProcWindow::onSelectionChanged): Manage the restart button's state. ----------------------------------------------------------------------- Summary of changes: grapher/StapParser.cxx | 18 ++++++ grapher/StapParser.hxx | 3 +- grapher/grapher.cxx | 155 +++++++++++++++++++++++++++++++++--------------- 3 files changed, 128 insertions(+), 48 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool