From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8996 invoked by alias); 31 Jan 2014 02:09:41 -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 8981 invoked by uid 89); 31 Jan 2014 02:09:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 31 Jan 2014 02:09:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 612031162EF; Thu, 30 Jan 2014 21:09:37 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id nbvv1hyxJ1yV; Thu, 30 Jan 2014 21:09:37 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id F30051162E6; Thu, 30 Jan 2014 21:09:36 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 89652E06A6; Fri, 31 Jan 2014 06:09:28 +0400 (RET) Date: Fri, 31 Jan 2014 02:09:00 -0000 From: Joel Brobecker To: Paul Smith Cc: gdb@sourceware.org Subject: Re: GDB w/ Mac OS =?iso-8859-1?Q?cores=3A_?= =?iso-8859-1?Q?=22no_core_file_handler=A0recognizes?= format" Message-ID: <20140131020928.GY9810@adacore.com> References: <1391120555.28742.307.camel@pdsdesk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1391120555.28742.307.camel@pdsdesk> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-01/txt/msg00036.txt.bz2 > Unfortunately I can't get it to work at all; I always get this error: > > $ ./x86_64-darwin/bin/gdb -c core.54937 myprog > GNU gdb (GDB) 7.6.2 > ... > Reading symbols from myprog...Reading symbols from > myprog.dSYM/Contents/Resources/DWARF/myprog...done. > done. > "core.54937": no core file handler recognizes format I don't think we support core files on this platform. -- Joel