From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8525 invoked by alias); 31 Jan 2014 09:50: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 8516 invoked by uid 89); 31 Jan 2014 09:50:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 31 Jan 2014 09:50:25 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 2BF8426E0453; Fri, 31 Jan 2014 10:50:22 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id chSLF3oPbH5j; Fri, 31 Jan 2014 10:50:22 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id EE17926E03FE; Fri, 31 Jan 2014 10:50:21 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: =?iso-8859-1?Q?Re=3A_GDB_w/_Mac_OS_cores=3A_=22no_core_file_hand?= =?iso-8859-1?Q?ler=A0recognizes_format=22?= From: Tristan Gingold In-Reply-To: <20140131020928.GY9810@adacore.com> Date: Fri, 31 Jan 2014 09:50:00 -0000 Cc: Paul Smith , "gdb@sourceware.org Development" Content-Transfer-Encoding: quoted-printable Message-Id: <89C971FE-7D24-4490-B88C-806218AA290B@adacore.com> References: <1391120555.28742.307.camel@pdsdesk> <20140131020928.GY9810@adacore.com> To: Joel Brobecker X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00039.txt.bz2 On 31 Jan 2014, at 03:09, Joel Brobecker wrote: >> Unfortunately I can't get it to work at all; I always get this error: >>=20 >> $ ./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 >=20 > I don't think we support core files on this platform. Indeed. We initially wanted to implement it, but we realized that there is= no way to link a register context in the dump core with a thread. So dump cores w= eren't that useful in the context of Ada... Now adding the support shouldn't be difficult. Tristan.