emacs-devel
[Top][All Lists]
Advanced

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

Re: gdb doc


From: Eli Zaretskii
Subject: Re: gdb doc
Date: Wed, 21 Mar 2007 21:58:59 +0200

> From: A Soare <address@hidden>
> Date: Wed, 21 Mar 2007 14:39:27 +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.




reply via email to

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