home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / contrib / bsd / gdb-4.9-readme < prev    next >
Text File  |  1993-06-25  |  784b  |  20 lines

  1.     Here is a set of files to get GDB working on the #713
  2. NetBSD-Amiga kernel.  Unfortunately, the kernel requires some patching
  3. again.  One of the patched files is arch/amiga/include/reg.h, so make
  4. sure to copy it to /usr/include/machine when done.
  5.  
  6. There are 4 files to look at:
  7.  
  8. gdb-4.9-README            this file
  9. gdb-4.9.gz            gdb 4.9 binary
  10. gdb-4.9-amigabsd-diffs.gz    diffs to gdb 4.9 source distribution
  11. sys713-debug-diffs.gz        diffs to kernel to get debugging working
  12.  
  13.     There can be problems doing backtraces (e.g., using the
  14. 'where' command) in that the stack-frame tracing code sometimes sees
  15. bogus frame pointers past start() and prints them out.  It looks ugly,
  16. but nothing bad really happens.
  17.  
  18.     If you have problems with this, please send mail to me, Andy
  19. Heffernan, at ahh@netcom.com.
  20.