rje 2003/02/07 13:45:10 PST
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.8
Precedence: bulk
List-Help: <mailto:[EMAIL PROTECTED]?subject=help>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <http://www.haskell.org/mailman/listinfo/cvs-ghc>,
<mailto:[EMAIL PROTECTED]?subject=subscribe>
List-Id: GHC/CVS discussion and fptools/ghc CVS commit messages <cvs-ghc.haskell.org>
List-Unsubscribe: <http://www.haskell.org/mailman/listinfo/cvs-ghc>,
<mailto:[EMAIL PROTECTED]?subject=unsubscribe>
List-Archive: <http://www.haskell.org/pipermail/cvs-ghc/>
Date: Fri, 7 Feb 2003 13:45:10 -0800
Modified files: (Branch: speceval_2)
ghc/utils/hsdebug Makefile hsdebug.c hsdebug.h printstuff.c
printstuff.h stack.c symtab.c symtab.h
Log:
Added pretty printing of info tables.
Better pretty printing of other stuff.
Unmangling of symbol names - so they match the haskell source rather
than the C names.
Better tab-completion of symbol names.
+ various other more minor extensions.
Next on the list:
Automatic catching of stack-overflow and <loop>.
Source level debugging.
Revision Changes Path
1.1.2.3 +1 -1 fptools/ghc/utils/hsdebug/Attic/Makefile
1.1.2.5 +17 -5 fptools/ghc/utils/hsdebug/Attic/hsdebug.c
1.1.2.4 +2 -0 fptools/ghc/utils/hsdebug/Attic/hsdebug.h
1.1.2.2 +161 -19 fptools/ghc/utils/hsdebug/Attic/printstuff.c
1.1.2.2 +2 -0 fptools/ghc/utils/hsdebug/Attic/printstuff.h
1.1.2.3 +11 -21 fptools/ghc/utils/hsdebug/Attic/stack.c
1.1.2.3 +199 -25 fptools/ghc/utils/hsdebug/Attic/symtab.c
1.1.2.3 +6 -0 fptools/ghc/utils/hsdebug/Attic/symtab.h
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc