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.0-320-g5ddc596


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  5ddc5963ce06ecea574e90ca503a3ee598522d8f (commit)
      from  388924acea820c7a1328eb2ac8a4128437853c3a (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 5ddc5963ce06ecea574e90ca503a3ee598522d8f
Author: Tim Moore <timoore@redhat.com>
Date:   Fri Dec 4 13:08:01 2009 +0100

    support multiline data output from scripts run under the grapher
    
    This is accompanied by support for multiline output in hover text.
    
    * grapher/StapParser.cxx (ioCallback): Read data 'til the end of line
      character, not just '\n'. Be careful to use I/O functions that don't
      treat '\n' specially.
    * grapher/StapParser.hxx: ditto
    * grapher/CairoWidget.cxx (CairoTextBox::draw): Perform line breaks
      for hover text.
    * testsuite/systemtap.examples/general/grapher.stp: Do multiline
      output of keyboard events. Also, fix longstanding breaking in the
      pty probe.

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

Summary of changes:
 grapher/CairoWidget.cxx                          |   36 +++++++++++++++++++---
 grapher/GraphWidget.cxx                          |    2 +-
 grapher/StapParser.cxx                           |   27 +++++++++++-----
 grapher/StapParser.hxx                           |    3 +-
 testsuite/systemtap.examples/general/grapher.stp |   18 ++++++++---
 5 files changed, 66 insertions(+), 20 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]