home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3972 < prev    next >
Encoding:
Internet Message Format  |  1991-09-05  |  3.6 KB

  1. Xref: wupost comp.windows.x:33703 comp.windows.x.motif:6235 alt.sources:3972
  2. Path: wupost!usc!rutgers!rochester!news.bbn.com!mips2!sprite!jtsillas
  3. From: jtsillas@sprite.ma30.bull.com (James Tsillas)
  4. Newsgroups: comp.windows.x,comp.windows.x.motif,alt.sources
  5. Subject: Re: mxgdb 1.04 now available.
  6. Message-ID: <JTSILLAS.91Sep4150002@sprite.ma30.bull.com>
  7. Date: 4 Sep 91 19:00:02 GMT
  8. References: <JTSILLAS.91Aug23133341@sprite.ma30.bull.com>
  9.     <1991Aug30.104118.4778@fel.tno.nl>
  10. Sender: news@mips2.ma30.bull.com (Usenet News Manager)
  11. Distribution: comp
  12. Organization: Bull HN, Worldwide Information Systems, Billerica, Mass., USA
  13. Lines: 76
  14. In-Reply-To: leeh7@fel.tno.nl's message of 30 Aug 91 10:41:18 GMT
  15.  
  16.  
  17. Mxgdb is a motif translation of xxgdb (which is based on xdbx).
  18. Mxgdb is a GUI for the GNU Debugger (gdb) and provides a point-and-click
  19. interface to the debugger. It is currently in a beta-test version
  20. (1.0.4) but is fully functional and runs on BSD and SYSV based systems.
  21. Here is the RADME file included with the source:
  22.  
  23. $Id: README,v 1.11 1991/08/27 19:02:16 jtsillas Exp $
  24.  
  25.  
  26. 8-27-91
  27.  
  28. This is a beta release of a Motif translation of xxgdb.
  29. During translation alot has been changed to fit the Motif style
  30. and my own personal preference. You may not agree with some of the
  31. changes and I ask that you let me know; I'll listen at the very least.
  32.  
  33. A bug which is in this version and which I have no time to fix
  34. is with the handling of the vertical scroll bar for the source 
  35. window. Some source files may cause the scroll bar to fail. If you
  36. notice this problem please let me know and give some details as 
  37. to how you found it. 
  38.  
  39. The 'display' window command could also be spruced up. Send comments on
  40. this. 
  41.  
  42. When writing GUI's its a big help if you know what the final look will be
  43. before you start so I am eager to hear from people who wish to see a
  44. particular look. 
  45.  
  46. Build notes:
  47. -----------------------------------------------------------------------------
  48. To build on SCO Unix or Bull DPX/ProStation 25 add -Dsco and -DSYSV.
  49.  
  50. To build on Bull DPX/2-[23]00 add -DNCLX, -DSYSV and -Dncl_mr.
  51.  
  52. To build on ISC UNIX add -DSYSV -DSVR4_PTY. (Tested with X386 only.)
  53.  
  54. To build on Sun 4 and Sun 3 use -DSYSV and -DSUNOS4 if using SunOS 4.0 or 
  55. earlier, and usr /usr/5bin/cc compiler. If using SunOS 4.1 do not used -DSYSV 
  56. or -DSUNOS4 and use the normal compiler.
  57.  
  58. To build on SVR4 add -DSYSV and -DSVR4_PTY.
  59.  
  60. To build on BSD add nothing and cross your fingers.
  61.  
  62. To build on SystemV.3 add -DSYSV and cross your fingers.
  63.  
  64. To build on MIPS RISC/OS or Bull BOS/RISC use the bsd43 systype (which is the
  65. default imake) and add nothing.
  66.  
  67. Mxgdb now supports /dev/ptmx (or SVR4 style) pseudo-tty's. If your system
  68. has these types of pty's use -DSVR4_PTY when building.
  69.  
  70. GNU malloc is supplied with mxgdb to help improve speed. You may need to add
  71. flags in order to build malloc.o. If you do not wish to use GNU malloc or if
  72. you have trouble building gnu malloc, remove the malloc.c and malloc.o entries
  73. in the Imakefile.
  74. -----------------------------------------------------------------------------
  75.  
  76. Mxgdb is successfully running on a variety of systems. If you get it working on
  77. a system not listed here. Let me know so I can include it on the list
  78. and add the compilation options.
  79.  
  80. This version of mxgdb will not work with gdb-3.98 since the command formats 
  81. have changed with this release. I will most likely fix this with gdb-4.0.
  82.  
  83. Documentation will not be written for mxgdb at least until I am satisfied with
  84. the interface. If someone wishes to write documentation I will gladly help.
  85.  
  86. Enjoy.
  87.  
  88. -Jim. 
  89.  
  90. My email address is:
  91. J.Tsillas@ma30.bull.com
  92.