From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1314 invoked by alias); 17 Mar 2008 20:46:46 -0000 Received: (qmail 1300 invoked by uid 9674); 17 Mar 2008 20:46:46 -0000 Date: Mon, 17 Mar 2008 20:46:00 -0000 Message-ID: <20080317204646.1298.qmail@sourceware.org> From: jkratoch@sourceware.org To: systemtap-cvs@sourceware.org Subject: tests/ptrace-tests/tests step-jump-cont.c 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: 2008-q1/txt/msg00206.txt.bz2 CVSROOT: /cvs/systemtap Module name: tests Changes by: jkratoch@sourceware.org 2008-03-17 20:46:46 Modified files: ptrace-tests/tests: step-jump-cont.c Log message: Fix the result to ever PASS. - Continue the execution in a new function (RAISE_SIGUSR2). Drop the WAS_PC checking as it was bogus and it would need code-inlined trap instructions. Force setting the STEP bit only in the STRICT mode. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/step-jump-cont.c.diff?cvsroot=systemtap&r1=1.4&r2=1.5