Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!allosaur.cis.ohio-state.edu!bob From: bob@allosaur.cis.ohio-state.edu (Bob Sutterfield) Newsgroups: gnu.gdb.bug Subject: Re: xgdb? Message-ID: <31557@tut.cis.ohio-state.edu> Date: 17 Jan 89 14:16:49 GMT References: <8901131823.AA10568@bert.cs.byu.edu> Sender: news@tut.cis.ohio-state.edu Reply-To: Bob Sutterfield Distribution: gnu Organization: The Ohio State University Dept of Computer & Information Science Lines: 11 In article <8901131823.AA10568@bert.cs.byu.edu> amb@BERT.CS.BYU.EDU (A. Michael Burbidge) writes: >Where is xgdb available to ftp. It now comes with the rest of the gdb distribution. Look in prep.ai.mit.edu:/u/emacs/gdb.tar-3.0.Z. >Also, is gdb supposed to debug programs produced by cc? If the source was compiled with cc -g (same as for dbx), then it should. Using gcc -gg inserts more and more useful information for use by gdb, though.