home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / minix / 5120 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.4 KB  |  33 lines

  1. Newsgroups: comp.os.minix
  2. Path: sparky!uunet!munnari.oz.au!metro!ipso!runxtsa!bde
  3. From: bde@runx.oz.au (Bruce Evans)
  4. Subject: debuger for minix on ibm-pc
  5. Message-ID: <1993Jan11.093611.17090@runx.oz.au>
  6. Summary: looking for a source code debuger for minix 1.5 on ibm-pc 
  7. Organization: RUNX Un*x Timeshare.  Sydney, Australia.
  8. References: <1993Jan11.012557.2798@csusac.csus.edu>
  9. Date: Mon, 11 Jan 93 09:36:11 GMT
  10. Lines: 21
  11.  
  12. In article <1993Jan11.012557.2798@csusac.csus.edu> laurent@babbage.csus.edu (Laurent Chavey) writes:
  13. >I am looking for a source code level debuger for minix. I do not know where to
  14. >start looking for it.
  15.  
  16. There aren't any source level debuggers for standard Minix.  There is an
  17. assembler level debugger `mdb'.  The 68000 version of this is the best
  18. supported.  Minix archives (used to?) have an old 8086-386-68000 version
  19. packaged with my kernel debugger in db.tar.Z.
  20.  
  21. Source level debuggers require at least line numbers and none of the
  22. available 16-bit compilers produce line numbers.
  23.  
  24. >If any one knows where I can find one on the internet, or knows of any good
  25. >books or articles on how to write a debugger, I would be please to have the 
  26. >informations passed on.
  27.  
  28. On a 386 running Minix-386, or on a 68000 with enough memory, you can use
  29. gdb.  I use gdb-3.5.  That version has only 2 or 3 MB of sources.  The
  30. current version is about 4.7 and has well over 10 MB of sources.
  31. -- 
  32. Bruce Evans  (bde@runx.oz.au)
  33.