unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* The new "pp" command in gud is no longer so dangerous...
@ 2005-11-09 23:33 Kim F. Storm
  2005-11-10  1:03 ` Nick Roberts
  2005-11-10  5:44 ` Richard M. Stallman
  0 siblings, 2 replies; 6+ messages in thread
From: Kim F. Storm @ 2005-11-09 23:33 UTC (permalink / raw)



I have installed changes to make a new safe_debug_print function which
does not crash the inferior emacs process if you pass something which
is not a valid Lisp Object (that's pretty easy if you click on the
pp toolbar button with the cursor placed on something which is not
a Lisp_Object variable.

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).

Also, I have added new commands to print the value of lisp variables,
e.g.
        pv debug-on-error

There is also a command pv1 which could be used as the command
to execute when user presses the "pp" toolbar button over a symbol
in a *.el file.  Someone wants to work on that?

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-11-10 20:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-09 23:33 The new "pp" command in gud is no longer so dangerous Kim F. Storm
2005-11-10  1:03 ` Nick Roberts
2005-11-10 12:52   ` Kim F. Storm
2005-11-10  5:44 ` Richard M. Stallman
2005-11-10  8:36   ` Kim F. Storm
2005-11-10 20:49     ` Richard M. Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).