From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19496 invoked by alias); 15 Oct 2008 07:43:56 -0000 Received: (qmail 19488 invoked by uid 22791); 15 Oct 2008 07:43:56 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 15 Oct 2008 07:43:15 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kq12A-00030E-I9 for gdb-patches@sources.redhat.com; Wed, 15 Oct 2008 07:43:06 +0000 Received: from lvk-gate.cmc.msu.ru ([212.192.248.233]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Oct 2008 07:43:06 +0000 Received: from vladimir by lvk-gate.cmc.msu.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Oct 2008 07:43:06 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: gdb.cp/mb-ctor.exp Date: Wed, 15 Oct 2008 07:43:00 -0000 Message-ID: References: <48F59A19.3060605@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8Bit User-Agent: KNode/0.10.9 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-10/txt/msg00364.txt.bz2 Denis PILAT wrote: > This is just a typo, ok for commit ? > > Denis > > 2008-10-15  Denis Pilat   > > * gdb.mi/mb-ctor.exp: Fix a typo. > > --- mb-ctor.exp 1 Jan 2008 22:53:19 -0000       1.3 > +++ mb-ctor.exp 15 Oct 2008 07:16:30 -0000 > @@ -52,7 +52,7 @@ gdb_test "break 'Derived::Derived(int)'" > > gdb_test "break 'Derived::~Derived()'" \ > "Breakpoint.*at.* file .*$srcfile, line.*\\(2 locations\\).*" \ > -    "set-breakpoint at ctor" > +    "set-breakpoint at dtor" > > gdb_run_cmd > gdb_expect { I think this fall under "obvious" rule. - Volodya