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-0.9.9-95-g3d98899


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  3d9889977397098d14c5be50f1dfef1c3eeb508f (commit)
      from  68d47ee749911aa9babdfe37efd85db115e316be (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 3d9889977397098d14c5be50f1dfef1c3eeb508f
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Aug 6 10:41:46 2009 +0200

    PR10491 Don't assign to REG_IP if it isn't an lvalue (s390 and ia64).
    
    To fixup REG_IP to show the correct value after a [ku]probe trap we
    assigned the address of the actual instruction pointer of the probed
    instruction. That doesn't work on architectures, s390 and ia64, where
    REG_IP is not a simple lvalue. Just don't try to fixup the address in
    those cases. If this isn't enough, the uprobe_stmt_num.exp testcase
    will point this out.
    
    * runtime/regs.h: Define REG_IP_LVALUE for x86_64, i386, powerpc64 and arm.
    * tapsets.cxx (dwarf_derived_probe_group::emit_module_decls): Only fixup
      REG_IP when REG_IP_LVALUE is defined.
      (uprobe_derived_probe_group::emit_module_decls): Likewise.
      (kprobe_derived_probe_group::emit_module_decls): Likewise.

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

Summary of changes:
 runtime/regs.h |    5 +++++
 tapsets.cxx    |   30 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 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]