public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-95-g3d98899
@ 2009-08-06  8:56 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2009-08-06  8:56 UTC (permalink / raw)
  To: systemtap-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-06  8:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-06  8:56 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-95-g3d98899 mark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).