From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71638 invoked by alias); 26 May 2015 14:39:09 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 71616 invoked by uid 89); 26 May 2015 14:39:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 26 May 2015 14:39:03 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] New gdb.reverse test case for aarch64 instructions From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: Date: Tue, 26 May 2015 14:39:00 -0000 X-SW-Source: 2015-q2/txt/msg04935.txt.bz2 *** TEST RESULTS FOR COMMIT f6bb7db35da7b1d150a467f97c41d5bf72c3baf5 *** Author: Yao Qi Branch: master Commit: f6bb7db35da7b1d150a467f97c41d5bf72c3baf5 New gdb.reverse test case for aarch64 instructions This patch adds a test case to test the process record for some of aarch64 instructions. In each function, GDB turns on process record, and single step until program goes to the end of the function. Then, single step backward. In each of forward single step and backward single step, the contents of registers are saved, and test compares them. If there is any differences, a FAIL is emitted. The test is flexible, and we can test other instructions easily in the future. gdb/testsuite: 2015-05-26 Omair Javaid Yao Qi * gdb.reverse/aarch64.c: New. * gdb.reverse/aarch64.exp: New.