From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5387 invoked by alias); 15 Feb 2005 09:02:48 -0000 Mailing-List: contact cgen-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cgen-cvs-owner@sources.redhat.com Received: (qmail 5028 invoked by uid 442); 15 Feb 2005 09:02:00 -0000 Date: Tue, 15 Feb 2005 09:02:00 -0000 Message-ID: <20050215090159.5013.qmail@sourceware.org> From: jimb@sourceware.org To: cgen-cvs@sources.redhat.com Subject: src/cgen ChangeLog Makefile.am Makefile.in REA ... X-SW-Source: 2005/txt/msg00009.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: jimb@sourceware.org 2005-02-15 09:01:54 Modified files: cgen : ChangeLog Makefile.am Makefile.in README cgen-doc.scm cgen-gas.scm cgen-stest.scm dev.scm guile.scm read.scm cgen/doc : Makefile.in Removed files: cgen : fixup.scm Log message: Make backtraces work more reliably. * guile.scm: Set up debugging parameters, and enable debugging and source positions while loading. (cgen-call-with-debugging, cgen-debugging-stack-start): New functions. * read.scm: Don't set debugging parameters here. (catch-with-backtrace): Function deleted. (-cgen): Simply note the presence or absence of the -b option. Pass the flag to cgen-call-with-debugging, so debugging is turned off here if the user didn't request it, for faster computation. (cgen): Call cgen-debugging-stack-start here, instead of catch-with-backtrace. * Makefile.am (GUILE): Explicitly load guile.scm here, and leave a trailing -s. (desc, html, opcodes, sim-arch, sim-cpu, gas-test, sim-test): Don't write out the trailing -s here. * Makefile.in: Regenerated. * cgen-doc.scm, cgen-gas.scm, cgen-stest.scm): Don't load fixup.scm here; let the caller decide which Scheme's customization file to preload. * dev.scm: Load guile.scm, not fixup.scm. * fixup.scm: Deleted; contents have all moved to guile.scm. * README: Doc fix. * guile.scm (debug-write): New function. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.195&r2=1.196 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/Makefile.am.diff?cvsroot=src&r1=1.4&r2=1.5 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/Makefile.in.diff?cvsroot=src&r1=1.6&r2=1.7 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/README.diff?cvsroot=src&r1=1.7&r2=1.8 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cgen-doc.scm.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cgen-gas.scm.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cgen-stest.scm.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/dev.scm.diff?cvsroot=src&r1=1.7&r2=1.8 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/guile.scm.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/read.scm.diff?cvsroot=src&r1=1.10&r2=1.11 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/fixup.scm.diff?cvsroot=src&r1=1.2&r2=NONE http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/doc/Makefile.in.diff?cvsroot=src&r1=1.2&r2=1.3