From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 957 invoked by alias); 18 Sep 2003 21:11:08 -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 948 invoked from network); 18 Sep 2003 21:11:07 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 18 Sep 2003 21:11:07 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.10/8.12.10) with ESMTP id h8ILB6Ht008033; Thu, 18 Sep 2003 16:11:06 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.10/8.12.9) with ESMTP id h8ILB6Vd032684; Thu, 18 Sep 2003 16:11:06 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.10/8.12.9/Submit) id h8ILB6Qa032683; Thu, 18 Sep 2003 17:11:06 -0400 Date: Thu, 18 Sep 2003 21:11:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200309182111.h8ILB6Qa032683@duracef.shout.net> To: gdb@sources.redhat.com, y2bismil@engmail.uwaterloo.ca Subject: Re: open watcom X-SW-Source: 2003-09/txt/msg00228.txt.bz2 Check the switches for open watcom. It's likely that you need to specify debug switches both at compile time *and* link time when building your program. gdb automatically detects debug type. I know that other people have used dwarf 1, and I ran the gdb test suite on it earlier this year. So I know that gdb does automatically detect and use dwarf-1 debug information with gcc -gdwarf. Michael C