From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16315 invoked by alias); 8 Apr 2002 07:26:27 -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 16304 invoked from network); 8 Apr 2002 07:26:25 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 8 Apr 2002 07:26:25 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g387QPs09589 for gdb-patches@sources.redhat.com; Mon, 8 Apr 2002 02:26:25 -0500 Date: Mon, 08 Apr 2002 00:26:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200204080726.g387QPs09589@duracef.shout.net> To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] gdb.c++/method.exp X-SW-Source: 2002-04/txt/msg00289.txt.bz2 Committed. Michael C 2002-04-07 Michael Chastain * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect. Accept "A * const" and "const A * const" as type of "this". Fix spelling of getFunky throughout. Make messages uniform.