home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / gdb / sparclite / README < prev    next >
Encoding:
Text File  |  1993-01-08  |  832 b   |  20 lines

  1. This directory contains a sample program that runs on a SparcLite eval
  2. board, and demonstrates the use of the remote debugger stub.  This is in
  3. no sense `production' code.  It is simply a working example of how to use
  4. the sparc-stub.c file for interfacing to GDB.
  5.  
  6. aload.c        Source for a loader utility.  This talks to the Fujitsu boot
  7.         monitor.  Since it uses BFD, it is capable of loading almost
  8.         any executable format.
  9.  
  10. crt0.s        Startup code to setup the SparcLite hardware, and the C
  11.         environment.  This is where the program actually starts.  It
  12.         calls main().
  13.  
  14. hello.c        This is a trivial example of a program that you can debug.  It
  15.         demonstrates how to setup the debugger stub, and how to install
  16.         permanent breakpoints in your code.
  17.  
  18. salib.c        Various utility routines to interface to the peripherals, the
  19.         cache, etc...
  20.