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-220-gf6ac00e


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  f6ac00e8c648759ac70f290b90c4f369e72dd623 (commit)
      from  5f1af961c261c83fa79ae656a2e14c08b1194596 (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 f6ac00e8c648759ac70f290b90c4f369e72dd623
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Nov 13 13:39:24 2009 +0100

    Accept relative user module paths for -d.
    
    When using relative (non-canonical) paths for user modules one would get
    a confusing WARNING: missing unwind/symbol data for module 'bin/test'.
    Also unless the path started with '/' the task_finder wouldn't start.
    By checking that the given file can be made absolute (canonicalized)
    both issues are resolved and the user module will be correctly identified
    at both translation and runtime.
    
    * main.cxx (main): case 'd' try canonicalize_file_name() the argument
      first to identify user modules.

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

Summary of changes:
 main.cxx |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 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]