On Fri, Apr 13, 2012 at 12:48:05PM +0300, Nikodemus Siivola wrote:
> On 10 April 2012 02:24, Peter Keller <psilord@...> wrote:
> One core trick is building SBCL --with-ud2-breakpoints (check the
> exact feature name, that's from memory): otherwise SBCL uses SIGTRAP
> (int3) for things like type-errors, which is liable to confused gdb as
> it uses SIGTRAP for its own breakpoints. This changes SBCL to use
> SIGILL instead.
[other good advice snipped]
This is exactly for what I was looking and it has already helped.
Thanks!
-pete
|