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.2-106-gda2df84


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  da2df8429b50f29406a3957b2ee4b4cc0ba7f6b2 (commit)
       via  2325833538a1c8ace2551fdde2b5e3c522f003f2 (commit)
      from  75f6394efcc0a926805641deb2f5c6a671c80320 (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 da2df8429b50f29406a3957b2ee4b4cc0ba7f6b2
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Mon May 3 15:24:46 2010 -0400

    PR11504 part: remove synthetic probe_NNNN name from error messages and most diagnostics
    
    * elaborate.cxx (typeresolution_info::visit_target_symbol): Use
      sole_location as opposed to derived_probe name.
      (unresolved, invalid, mismatch): Remove the name/etc. prefix, as token
      context is available.
    * translate.cxx (emit_lock_decls): Print sole_location here too.

commit 2325833538a1c8ace2551fdde2b5e3c522f003f2
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Mon May 3 13:45:03 2010 -0400

    uprobes: autoconf conditionalize uprobe_get_pc extension
    
    * runtime/autoconf-uprobe-get-pc.c: New file.
    * buildrun.cxx: Build it, conditionally define STAPCONF_UPROBE_GET_PC.
    * runtime/stack*.c, runtime/uprobes*/*.[ch]: Use it.  Forget GET_PC_URETPROBE_NONE.
    * tapsets.cxx: Ditto.

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

Summary of changes:
 buildrun.cxx                     |    1 +
 elaborate.cxx                    |   26 +++++++-------------------
 runtime/autoconf-uprobe-get-pc.c |   10 ++++++++++
 runtime/stack-i386.c             |    2 +-
 runtime/stack-x86_64.c           |    2 +-
 runtime/stack.c                  |    4 ++--
 runtime/uprobes/uprobes.c        |    6 ++----
 runtime/uprobes/uprobes.h        |    4 +---
 runtime/uprobes2/uprobes.c       |    6 ++----
 runtime/uprobes2/uprobes.h       |    4 +---
 tapsets.cxx                      |    2 +-
 translate.cxx                    |    2 +-
 12 files changed, 30 insertions(+), 39 deletions(-)
 create mode 100644 runtime/autoconf-uprobe-get-pc.c


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]