1. 21 Nov, 2008 4 commits
    • Robert Griesemer's avatar
      - move tabwriter into library · 01b44bbf
      Robert Griesemer authored
      - added preliminary tests (more to do)
      - renamed type from TabWriter -> Writer
      - adjusted my code where necessary
      
      R=r
      DELTA=825  (474 added, 346 deleted, 5 changed)
      OCL=19744
      CL=19753
      01b44bbf
    • Russ Cox's avatar
      symbol table changes · 67addd4e
      Russ Cox authored
      	* add gotype string to symbol table
      	* fill in gotype in 6l for known funcs/vars
      	* print gotype with nm -t
      
      	* load symbol and pc/ln tables into memory at magic address 0x99<<32.
      	* add sys.symdat() to retrieve raw bytes of symbol table
      	  and pc/ln table.
      
      most of this should be considered experimental
      and subject to change.
      
      R=r
      DELTA=157  (128 added, 0 deleted, 29 changed)
      OCL=19746
      CL=19750
      67addd4e
    • Rob Pike's avatar
      tweak pcs in traceback so they point to calling line instead of line after call. · ec913c42
      Rob Pike authored
      R=rsc
      DELTA=2  (0 added, 0 deleted, 2 changed)
      OCL=19745
      CL=19745
      ec913c42
    • Robert Griesemer's avatar
      - correct error handling throughout · 0998eaf4
      Robert Griesemer authored
      - documentation, cleanups
      - more options
      
      R=r
      OCL=19736
      CL=19736
      0998eaf4
  2. 20 Nov, 2008 11 commits
  3. 19 Nov, 2008 25 commits