clasp-lisp:redebug

Last commit made on 2024-05-17
Get this branch:
git clone -b redebug https://git.launchpad.net/clasp-lisp

Branch merges

Branch information

Name:
redebug
Repository:
lp:clasp-lisp

Recent commits

abd44ac... by James Kalenius

More source pos info cleanup

ad39129... by James Kalenius

Define direct pathname reader for SPIs

Saves a bunch of code to go through file scopes, which are arguably
unnecessary anyway, and definitely an irrelevant implementation
detail.

9d9e41e... by James Kalenius

Clean up unused code for source pos infos

5b40490... by James Kalenius

Output DWARF info for local variables

Nothing seems to be showing up, though. Very weird.

6bce0d9... by James Kalenius

Restore install path debug info for reproducible builds, hopefully

119fe7e... by James Kalenius

Remove unused parameters

9a6247f... by James Kalenius

Use ensure-difile uniformly

889f73b... by James Kalenius

Handle logical pathnames in debug info at lower level

rather than explicitly specifying :source or w/e

64fa5e1... by James Kalenius

Fix SPI lineno extraction

Missed a value. Oops

2a081e7... by James Kalenius

clasp-cleavir: allow non-object rtypes in come-from

having them is probably inefficient but there's no reason we can't
generate the appropriate code to box and unbox.

The ANSI test MISC-105 was failing without this, because with
later inlining an unwind actually remains an unwind. Something to
look into before merge.