From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30726 invoked by alias); 29 Jun 2006 13:18:49 -0000 Received: (qmail 30707 invoked by uid 22791); 29 Jun 2006 13:18:48 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 29 Jun 2006 13:18:45 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FvwPr-0003Jy-ME for gdb-patches@sourceware.org; Thu, 29 Jun 2006 09:18:43 -0400 Date: Thu, 29 Jun 2006 13:18:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: [PATCH] m32c-tdep.c: Add virtual_frame_pointer function Message-ID: <20060629131843.GA12662@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <20060628132918.GD24606@calimero.vinschen.de> <200606282129.k5SLTfc8004816@elgar.sibelius.xs4all.nl> <20060629023405.GA32465@nevyn.them.org> <20060629105116.GD18873@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060629105116.GD18873@calimero.vinschen.de> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00405.txt.bz2 On Thu, Jun 29, 2006 at 12:51:16PM +0200, Corinna Vinschen wrote: > It fixed the testsuite run. I assumed that the gdb.trace testsuite > is testing..., well, tracepoints. It's got two modes. If the stub doesn't support tracepoints it does a bunch of testing of the GDB commands; if it does, it actually tests tracepoints a bit. So which you were testing depends on whether your stub supported tracepoints or not. -- Daniel Jacobowitz CodeSourcery