From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30648 invoked by alias); 12 Jan 2008 18:49:34 -0000 Received: (qmail 30639 invoked by uid 22791); 12 Jan 2008 18:49:33 -0000 X-Spam-Check-By: sourceware.org Received: from smtp103.sbc.mail.mud.yahoo.com (HELO smtp103.sbc.mail.mud.yahoo.com) (68.142.198.202) by sourceware.org (qpsmtpd/0.31) with SMTP; Sat, 12 Jan 2008 18:49:14 +0000 Received: (qmail 29448 invoked from network); 12 Jan 2008 18:49:12 -0000 Received: from unknown (HELO ?192.168.0.10?) (timothy.davey@sbcglobal.net@75.32.50.221 with plain) by smtp103.sbc.mail.mud.yahoo.com with SMTP; 12 Jan 2008 18:49:12 -0000 X-YMail-OSG: ePM2exgVM1ktxddOdEHKvS.zRxUYmj02AS7cXWEp7eyAd221 Message-ID: <47890BA0.6070005@vadtec.net> Date: Sat, 12 Jan 2008 18:49:00 -0000 From: Vadtec User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: gdb@sourceware.org Subject: gdb OS ABI support Content-Type: text/plain; charset=ISO-8859-1; 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: 2008-01/txt/msg00084.txt.bz2 This GDB was configured as "x86_64-redhat-linux-gnu"...Using host libthread_db library "/lib64/libthread_db.so.1". warning: A handler for the OS ABI "FreeBSD ELF" is not built into this configuration of GDB. Attempting to continue with the default i386 settings. warning: "/home/vadtec/nef-dev/ircd.200712190559.core": no core file handler recognizes format, using default I am running on CentOS 5 (RHEL offshoot). I need to be able to back trace cores from a FreeBSD box. How can I compile the FreeBSD ELF OS ABI into my gdb so that I can do it on my CentOS box? Vadtec