From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stan Shebs To: "H . J . Lu" Cc: GDB , binutils@lucon.org, linux-mips@oss.sgi.com Subject: Re: stabs or ecoff for Linux/mips Date: Thu, 07 Jun 2001 11:42:00 -0000 Message-id: <3B1FCAC9.2110A024@apple.com> References: <20010607093149.B13198@lucon.org> X-SW-Source: 2001-06/msg00033.html "H . J . Lu" wrote: > > What is the better debug format for Linux/mips in the terms of gdb > and binutils, stabs or ecoff? I know the future is dwarf2. But I need > something stable now. Since Linux/x86 uses stabs, I lean toward to > stabs. Any comments? Go with stabs and ELF. Neither ecoff's base file format nor the debug info were particularly well-documented (I remember some of the bits in GNU being figured out by reverse engineering!), perpetuating it will just make your life more difficult in the long run. It will also be easier to move to dwarf2 when the opportunity arises. Stan