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]

src/runtime ChangeLog current.c runtime.h sym.c


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2005-09-22 20:10:38

Modified files:
	runtime        : ChangeLog current.c runtime.h sym.c 

Log message:
	2005-09-22  Martin Hunt  <hunt@redhat.com>
	
	* runtime.h (init_module): Only initialize _stp_kta and
	_stp_kallsyms_lookup on i386 and x86_64. Define HAS_LOOKUP.
	
	* sym.c (_stp_symbol_sprint): If HAS_LOOKUP is not
	defined, just print address in hex.
	
	* current.c (_stp_ret_addr): Add ppc64 version.
	(_stp_sprint_regs): PPC64 version from
	Ananth N Mavinakayanahalli <ananth@in.ibm.com>

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.57&r2=1.58
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/current.c.diff?cvsroot=systemtap&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/runtime.h.diff?cvsroot=systemtap&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/sym.c.diff?cvsroot=systemtap&r1=1.5&r2=1.6


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]