summaryrefslogtreecommitdiffstats
path: root/runtime/current.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-10-31 Martin Hunt <hunt@redhat.com>hunt2005-10-311-1/+2
| | | | * ALL: Cleanup copyrights.
* IA64 Runtime support patches. With this in placeaskeshav2005-10-281-0/+42
| | | | | | | Systemtap should now be able to build on Ia64. Includes supports for - function probes, return probes, function parameter access and dumping stack backtrace. Added by Anil S Keshavamurthy <Anil.s.keshavamurthy@intel.com>
* 2005-09-22 Martin Hunt <hunt@redhat.com>hunt2005-09-221-0/+36
| | | | | | | | | | | | * 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>
* 2005-06-29 Martin Hunt <hunt@redhat.com>hunt2005-06-291-1/+24
| | | | | | * current.c (_stp_ret_addr_r): New function. (_stp_probe_addr): New function. (_stp_probe_addr_r): New function.
* 2005-06-15 Martin Hunt <hunt@redhat.com>hunt2005-06-151-2/+7
| | | | * current.c (_stp_ret_addr): Fix computation for i386.
* 2005-05-26 Martin Hunt <hunt@redhat.com>hunt2005-05-261-32/+62
| | | | | | | | * current.c (_stp_sprint_regs): Implement for i386. * sym.c (_stp_symbol_sprint): Check name before trying to print it. (_stp_symbol_print): Change to macro that calls _stp_symbol_sprint().
* Rewritten maps and other updated files.hunt2005-05-171-0/+53
|
* *** empty log message ***hunt2005-03-291-0/+34