emacs-devel
[Top][All Lists]
Advanced

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

Re: gdb doc


From: A Soare
Subject: Re: gdb doc
Date: Thu, 22 Mar 2007 12:40:12 +0100 (CET)

> > I do not find in documentation how can I set a condition for gdb to stop to 
> > a breakpoint in Feval when such a condition is accomplished:
> > 
> > 1. lisp function name that is evaluated is "+".
> 
> Compare the car of the Feval's argument with Qplus.
> 
> > 2. number of arguments is eq with 10.
> 
> Try calling Flength on the cdr of the Feval's arguments, and compare
> the result with 10.


Thanks






reply via email to

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