From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30259 invoked by alias); 7 Feb 2014 20:00:27 -0000 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 Received: (qmail 30246 invoked by uid 89); 7 Feb 2014 20:00:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.9 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: sam.nabble.com Received: from sam.nabble.com (HELO sam.nabble.com) (216.139.236.26) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 07 Feb 2014 20:00:25 +0000 Received: from tom.nabble.com ([192.168.236.105]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WBrb5-0000oV-VO for gdb@sourceware.org; Fri, 07 Feb 2014 12:00:23 -0800 Date: Fri, 07 Feb 2014 20:00:00 -0000 From: eranon To: gdb@sourceware.org Message-ID: <1391803223963-260325.post@n7.nabble.com> In-Reply-To: <08E9B682-FE2A-4573-B07C-65DAA46E491A@adacore.com> References: <1391603058245-259756.post@n7.nabble.com> <1391699417056-259908.post@n7.nabble.com> <71D481D3-CF88-453D-9BB5-561D6AEFE8A9@adacore.com> <1391709396082-259954.post@n7.nabble.com> <08E9B682-FE2A-4573-B07C-65DAA46E491A@adacore.com> Subject: Re: 'Cannot find bounds of current function' when stepping with GDB 7.6 under OS X 10.6 / LLVM GCC 4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2014-02/txt/msg00022.txt.bz2 No luck ! I've tried, rebuilding both the DEBUG build of my project and the underlying static wxWidgets DEBUG build too, adding "-Wl,-no_compact_unwind" (without quotes) in the IDE's linker options for my project and in the LDFLAGS for wxWidgets (building it from command line)... And same result :( Here is a typical gdb session showing the concerned behavior : Breakpoint 1, MyApp::OnInit (this=0x8010a00) at MyApp.cpp:162 162 wxApp::SetAppName("MyApp"); (gdb) n 0x00ab2a34 in ?? () (gdb) n Cannot find bounds of current function (gdb) So, did I missed a point ? What can I do other ? And for the other way, using full FSF GCC/GDB, not tried yet. But I'll do it. -- View this message in context: http://sourceware-org.1504.n7.nabble.com/Cannot-find-bounds-of-current-function-when-stepping-with-GDB-7-6-under-OS-X-10-6-LLVM-GCC-4-2-tp259756p260325.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com.