From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15715 invoked by alias); 4 Jun 2011 16:46:26 -0000 Received: (qmail 15704 invoked by uid 22791); 4 Jun 2011 16:46:25 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,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; Sat, 04 Jun 2011 16:46:03 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p54Gk2M6013030 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 4 Jun 2011 12:46:02 -0400 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p54GjxC1019397 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Jun 2011 12:46:01 -0400 Message-ID: <4DEA6147.7050405@redhat.com> Date: Sat, 04 Jun 2011 16:46:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc13 Lightning/1.0b3pre Thunderbird/3.1.10 MIME-Version: 1.0 To: asmwarrior CC: gdb@sourceware.org Subject: Re: gdb failed to set a breakpoint on Windows References: <4DE9C7A7.9050009@gmail.com> <4DEA1E96.8060403@gmail.com> In-Reply-To: <4DEA1E96.8060403@gmail.com> Content-Type: text/plain; charset=UTF-8; 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: 2011-06/txt/msg00030.txt.bz2 On 06/04/2011 05:01 AM, asmwarrior wrote: > On 2011-6-4 13:50, asmwarrior wrote: >> But when debugging, gdb failed to set a breakpoint, it seems it failed >> to handle the windows style file path. >> >> look at the log: >> >> > break >> "E:/code/cb/cb_trunk/src/plugins/codecompletion/parser/parserthread.cpp:524" >> >> >> No source file named E. >> Breakpoint 2 >> ("E:/code/cb/cb_trunk/src/plugins/codecompletion/parser/parserthread.cpp:524) pending. Yes, that was probably my linespec change. Please file a bug for this, and I will get right on it. Keith