po@cs.utexas.edu (Po Ling Cheung) (08/18/88)
Does anyone know what xgdb is like? where can I get the source code for it? Any info is greatly appreciated. Thanks, Po Cheung
bob@allosaur.cis.ohio-state.edu (Bob Sutterfield) (08/18/88)
In article <3183@cs.utexas.edu> po@cs.utexas.edu (Po Ling Cheung) writes: >Does anyone know what xgdb is like? It's a first cut at a free window-smart debugger, based on gdb (the GNU DeBugger) and X11R1. There are some patches floating around to bring the current version up to X11R2, but the next release will probably come ready for R2 out of the box. >where can I get the source code for it? It comes with gdb, which is only distributed with GNU Emacs. Get GNU Emacs from prep.ai.mit.edu:/u/emacs/edist.tar-18.51.Z. -=- Bob Sutterfield, Department of Computer and Information Science The Ohio State University; 2036 Neil Ave. Columbus OH USA 43210-1277 bob@cis.ohio-state.edu or ...!{att,pyramid,killer}!cis.ohio-state.edu!bob
sivagnan@handel.ColoState.EDU (S. Vasanthan) (01/09/89)
I compiled xgdb (Sun 3/50, SunOS 4.0, X.V11R3, purdue, purdue+, csri) with gcc -traditional (gcc 1.30), when I tried to run I get this error. Can anyone help me here? Vasanthan ----------- X Toolkit Warning: No type converter registered for 'String' to 'EditMode' conve rsion. GDB 3.0, Copyright (C) 1988 Free Software Foundation, Inc. There is ABSOLUTELY NO WARRANTY for GDB; type "info warranty" for details. GDB is free software and you are welcome to distribute copies of it under certain conditions; type "info copying" to see the conditions. Function fatal not defined. Type "help" for a list of commands. (gdb) Segmentation fault -----------