From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9940 invoked by alias); 4 Jun 2011 05:48:15 -0000 Received: (qmail 9929 invoked by uid 22791); 4 Jun 2011 05:48:14 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,TW_DB,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-pw0-f41.google.com (HELO mail-pw0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 04 Jun 2011 05:48:01 +0000 Received: by pwi12 with SMTP id 12so1572763pwi.0 for ; Fri, 03 Jun 2011 22:48:00 -0700 (PDT) Received: by 10.142.230.3 with SMTP id c3mr390590wfh.433.1307166480063; Fri, 03 Jun 2011 22:48:00 -0700 (PDT) Received: from [192.168.1.100] ([60.186.228.161]) by mx.google.com with ESMTPS id z7sm1512859wff.5.2011.06.03.22.47.53 (version=SSLv3 cipher=OTHER); Fri, 03 Jun 2011 22:47:58 -0700 (PDT) Message-ID: <4DE9C7A7.9050009@gmail.com> Date: Sat, 04 Jun 2011 05:48:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: gdb@sourceware.org Subject: gdb failed to set a breakpoint on Windows Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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/msg00023.txt.bz2 Hi, today, I build a gdb-7.3.50.20110604 cvs gdb version under MinGW and MSYS. 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. >>>>>>cb_gdb: You see, "No source file named E.", this is the error message. the gdb 20110401 cvs snapshot build works quite well on setting breakpoints. any ideas? thank you! asmwarrior ollydbg from codeblocks' forum