From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14249 invoked by alias); 29 Jul 2012 19:01:21 -0000 Received: (qmail 14241 invoked by uid 22791); 29 Jul 2012 19:01:20 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,TW_SM,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 29 Jul 2012 19:01:05 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6TJ0cvK006771 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 29 Jul 2012 15:01:03 -0400 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q6TJ0ZGl005633 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 29 Jul 2012 15:00:37 -0400 Message-ID: <50158853.70904@redhat.com> Date: Sun, 29 Jul 2012 19:01:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 MIME-Version: 1.0 To: asmwarrior CC: gdb@sourceware.org Subject: Re: [mingw,gdb CVS HEAD] can't set breakpoint References: <50121332.6010901@gmail.com> <501220C2.5010509@gmail.com> In-Reply-To: <501220C2.5010509@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-07/txt/msg00082.txt.bz2 On 07/26/2012 10:01 PM, asmwarrior wrote: > On 2012-7-27 12:04, asmwarrior wrote: >> I just see this message: (when debugging under Code::Blocks) >> >> [debug]> break "E:/code/cb/test_code/Toggle/MyWXMain.cpp:66" >> [debug]Function "66" not defined in >> "E:/code/cb/test_code/Toggle/MyWXMain.cpp". >> [debug]Breakpoint 2 ("E:/code/cb/test_code/Toggle/MyWXMain.cpp:66") >> pending. The problem is that the linespec is quoted. Quotation is not needed anymore (and even in the case you have sighted, it was never needed in any 7.x version of gdb). I will work on a patch. Thank you for reporting this. Keith