summaryrefslogtreecommitdiffstats
path: root/runtime/uprobes/uprobes_s390.h
Commit message (Collapse)AuthorAgeFilesLines
* PR5274 - Add s390 arch support for uprobes longjump handling.David Smith2008-11-041-0/+12
| | | | | | | | 2008-11-04 David Smith <dsmith@redhat.com> From Jim Keniston, PR 5274. * uprobes/uprobes_s390.h: Add s390 arch support for uprobes longjump handling.
* * runtime/uprobes/uprobes.[ch], uprobes_i386.[ch],kenistoj2007-10-161-3/+7
| | | | | | | | | 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
* * runtime/uprobes/uprobes_ppc64.[ch]: Addedkenistoj2007-10-101-0/+85
* runtime/uprobes/uprobes_s390.[ch]: Added