From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2489 invoked by alias); 16 Oct 2007 23:40:49 -0000 Received: (qmail 2476 invoked by uid 9512); 16 Oct 2007 23:40:49 -0000 Date: Tue, 16 Oct 2007 23:40:00 -0000 Message-ID: <20071016234049.2474.qmail@sourceware.org> From: kenistoj@sourceware.org To: systemtap-cvs@sourceware.org Subject: src runtime/uprobes/uprobes.c runtime/uprobes/ ... Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2007-q4/txt/msg00090.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Changes by: kenistoj@sourceware.org 2007-10-16 23:40:49 Modified files: runtime/uprobes: uprobes.c uprobes.h uprobes_i386.c uprobes_i386.h uprobes_ppc64.h uprobes_s390.h . : ChangeLog Log message: * runtime/uprobes/uprobes.[ch], uprobes_i386.[ch], uprobes_ppc64.h, uprobes_s390.h: Adjusted SLOT_IP and arch_validate_probed_insn to accept task pointer (needed by x86_64); added uprobe_probept_arch_info and uprobe_task_arch_info (ditto). * runtime/uprobes/uprobes_i386.c: Fixed a couple of glitches discovered when porting to x86_64 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/uprobes/uprobes.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/uprobes/uprobes.h.diff?cvsroot=systemtap&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/uprobes/uprobes_i386.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/uprobes/uprobes_i386.h.diff?cvsroot=systemtap&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/uprobes/uprobes_ppc64.h.diff?cvsroot=systemtap&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/uprobes/uprobes_s390.h.diff?cvsroot=systemtap&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.703&r2=1.704