From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20729 invoked by alias); 27 Jul 2012 04:04:17 -0000 Received: (qmail 20715 invoked by uid 22791); 27 Jul 2012 04:04:16 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pb0-f41.google.com (HELO mail-pb0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 Jul 2012 04:04:02 +0000 Received: by pbbrp2 with SMTP id rp2so4761109pbb.0 for ; Thu, 26 Jul 2012 21:04:01 -0700 (PDT) Received: by 10.68.236.102 with SMTP id ut6mr10206061pbc.113.1343361841868; Thu, 26 Jul 2012 21:04:01 -0700 (PDT) Received: from [192.168.1.128] ([115.193.203.122]) by mx.google.com with ESMTPS id qc5sm1033925pbb.6.2012.07.26.21.03.57 (version=SSLv3 cipher=OTHER); Thu, 26 Jul 2012 21:03:59 -0700 (PDT) Message-ID: <50121332.6010901@gmail.com> Date: Fri, 27 Jul 2012 04:04:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: gdb@sourceware.org Subject: [mingw,gdb CVS HEAD] can't set breakpoint 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: 2012-07/txt/msg00078.txt.bz2 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. Why this command is regard as "Function 66". When the app started, it can't hit the bp. It works OK with gdb cvs 2012-07-25. Yuanhui Zhang