Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!philmtl!matrox!rkeller From: rkeller@matrox.com (Robert Keller) Newsgroups: comp.unix.questions Subject: Re: Who uses 'adb' debugger? (Supplementary to my own question.) Keywords: cdb gdb dbx Message-ID: <416@matrox.com> Date: 11 Jan 90 18:27:41 GMT References: <107@melpar.UUCP> <1990Jan7.020128.9362@aob.aob.mn.org> <1990Jan7.195850.26785@eddie.mit.edu> <50200@bu.edu.bu.edu> <8868.25ab14cb@ecs.umass.edu> <50349@bu.edu.bu.edu> Reply-To: rkeller@matrox.com (Robert Keller) Organization: Matrox Electronic Systems, Mtl, Quebec. Lines: 7 In article <50349@bu.edu.bu.edu> clement%buengf.bu.edu@bu-cs.bu.edu (Clement Lee) writes: >...to run gdb, the C program has to be compiled by gcc. >- Clement. This is false, gdb only requires that the source be compiled with the -g option. ...robert keller (a long time user of gdb under Sys V/386 and SunOs)