From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12087 invoked by alias); 24 Oct 2003 19:23:08 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12068 invoked from network); 24 Oct 2003 19:23:07 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 24 Oct 2003 19:23:07 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.10/8.12.10) with ESMTP id h9OJMbIr001141; Fri, 24 Oct 2003 14:22:37 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.10/8.12.9) with ESMTP id h9OJMbfa024348; Fri, 24 Oct 2003 14:22:37 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.10/8.12.9/Submit) id h9OJMb5T024347; Fri, 24 Oct 2003 15:22:37 -0400 Date: Fri, 24 Oct 2003 19:23:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200310241922.h9OJMb5T024347@duracef.shout.net> To: drow@mvista.com, gdb-patches@sources.redhat.com, kewarken@qnx.com Subject: Re: [patch] New testcase for PR:1291 X-SW-Source: 2003-10/txt/msg00750.txt.bz2 > A) move it and make it generic. > B) leave it and write it in assembly. I like (B) better. The backtrace code is all about specific assembly instructions. So I'd like it better in the style of the i386 prologue tests, with explicit assembly. Michael C