cvs commit: fptools/ghc/rts Linker.c

Julian Seward sewardj@glass.cse.ogi.edu
Wed, 24 Oct 2001 03:12:33 -0700


sewardj     2001/10/24 03:12:33 PDT

  Modified files:        (Branch: ghc-5-02-branch)
    ghc/rts              Linker.c 
  Log:
  Implement a debugging aid: look in GHCi's object symbol tables for
  symbols within DELTA bytes of the specified address, and show their
  names.  Only compiled with -DDEBUG.  The new fn is called ghci_enquire
  and you can call it from within a gdb session.
  
  MERGE TO HEAD
  
  Revision  Changes    Path
  1.60.2.10 +37 -1     fptools/ghc/rts/Linker.c