emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The new "pp" command in gud is no longer so dangerous...


From: Richard M. Stallman
Subject: Re: The new "pp" command in gud is no longer so dangerous...
Date: Thu, 10 Nov 2005 00:44:56 -0500

    There is now a new function valid_lisp_object_p that checks this.
    Unfortunately, I only know how to make it work if GC_MARK_STACK != 0.
    So it simply returns "undeterminable" if GC_MARK_STACK == 0, and
    consequently safe_debug_print refuses to print any values.
    If anybody has ideas how to improve this, pls. tell me (or fix it).

It would be better to handle that case by treating all values
as ok, rather than treating all values as bad.
At least that would work as well as the old code.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]