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]

tests/ptrace-tests/tests attach-sigcont-wait.c ...


CVSROOT:	/cvs/systemtap
Module name:	tests
Changes by:	jkratoch@sourceware.org	2008-03-22 19:28:36

Modified files:
	ptrace-tests/tests: attach-sigcont-wait.c 
	                    attach-wait-on-stopped.c block-step.c 
	                    clone-get-signal.c detach-can-signal.c 
	                    erestart-debuggee.c erestart-debugger.c 
	                    erestartsys.c event-exit-proc-environ.c 
	                    event-exit-proc-maps.c 
	                    late-ptrace-may-attach-check.c peekpokeusr.c 
	                    powerpc-altivec.c ppc-dabr-race.c 
	                    ppc-ptrace-exec-full-regs.c 
	                    ptrace-cont-sigstop-detach.c 
	                    ptrace-on-job-control-stopped.c 
	                    sa-resethand-on-cont-signal.c 
	                    step-into-handler.c step-jump-cont-strict.c 
	                    step-jump-cont.c step-to-breakpoint.c 
	                    syscall-reset.c 
	                    tif-syscall-trace-after-detach.c 
	                    tracer-lockup-on-sighandler-kill.c 
	                    user-area-access.c user-area-padding.c 
	                    user-regs-peekpoke.c watchpoint.c 
	                    x86_64-cs.c x86_64-gsbase.c x86_64-ia32-gs.c 

Log message:
	Provide a cross-OS/cross-arch unified set of the ptrace #includes.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/attach-sigcont-wait.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/attach-wait-on-stopped.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/block-step.c.diff?cvsroot=systemtap&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/clone-get-signal.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/detach-can-signal.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/erestart-debuggee.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/erestart-debugger.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/erestartsys.c.diff?cvsroot=systemtap&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/event-exit-proc-environ.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/event-exit-proc-maps.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/late-ptrace-may-attach-check.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/peekpokeusr.c.diff?cvsroot=systemtap&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/powerpc-altivec.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/ppc-dabr-race.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/ppc-ptrace-exec-full-regs.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/ptrace-cont-sigstop-detach.c.diff?cvsroot=systemtap&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/ptrace-on-job-control-stopped.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/sa-resethand-on-cont-signal.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/step-into-handler.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/step-jump-cont-strict.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/step-jump-cont.c.diff?cvsroot=systemtap&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/step-to-breakpoint.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/syscall-reset.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/tif-syscall-trace-after-detach.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/tracer-lockup-on-sighandler-kill.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/user-area-access.c.diff?cvsroot=systemtap&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/user-area-padding.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/user-regs-peekpoke.c.diff?cvsroot=systemtap&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/watchpoint.c.diff?cvsroot=systemtap&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/x86_64-cs.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/x86_64-gsbase.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/x86_64-ia32-gs.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3


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