From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9774 invoked by alias); 18 Sep 2003 20:29:13 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 9766 invoked from network); 18 Sep 2003 20:29:12 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 18 Sep 2003 20:29:12 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id AD512D2DAF; Thu, 18 Sep 2003 13:29:11 -0700 (PDT) Date: Thu, 18 Sep 2003 20:29:00 -0000 From: Joel Brobecker To: Michael Elizabeth Chastain Cc: gdb@sources.redhat.com, y2bismil@engmail.uwaterloo.ca Subject: Re: open watcom Message-ID: <20030918202911.GA15984@gnat.com> References: <200309182025.h8IKPu7G031931@duracef.shout.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309182025.h8IKPu7G031931@duracef.shout.net> User-Agent: Mutt/1.4i X-SW-Source: 2003-09/txt/msg00226.txt.bz2 > Also, I'm not sure whether "hp" is an object code format or a debug > format. HP32 uses SOM (object format). The Debug format used is then stabs. HP64 uses ELF, in which case you have the choice between stabs or dwarf2. -- Joel