From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2707 invoked by alias); 15 Oct 2008 07:22:51 -0000 Received: (qmail 2695 invoked by uid 22791); 15 Oct 2008 07:22:50 -0000 X-Spam-Check-By: sourceware.org Received: from eu1sys200aob014.obsmtp.com (HELO eu1sys200aob110.obsmtp.com) (207.126.144.118) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 15 Oct 2008 07:22:06 +0000 Received: from source ([164.129.1.35]) (using TLSv1) by eu1sys200aob014.postini.com ([207.126.147.11]) with SMTP; Wed, 15 Oct 2008 07:22:02 UTC Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 239E8DAB9 for ; Wed, 15 Oct 2008 07:22:02 +0000 (GMT) Received: from mail1.cro.st.com (mail1.cro.st.com [164.129.40.131]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 014BE4BE31 for ; Wed, 15 Oct 2008 07:22:01 +0000 (GMT) Received: from crx595.cro.st.com (crx595.cro.st.com [164.129.44.95]) by mail1.cro.st.com (MOS 3.8.7a) with ESMTP id CQC71772 (AUTH "denis pilat"); Wed, 15 Oct 2008 09:23:03 +0200 (CEST) Message-ID: <48F59A19.3060605@st.com> Date: Wed, 15 Oct 2008 07:22:00 -0000 From: Denis PILAT User-Agent: Thunderbird 2.0.0.17 (X11/20080914) MIME-Version: 1.0 To: gdb-patches Subject: gdb.cp/mb-ctor.exp Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00361.txt.bz2 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 {