emacs-devel
[Top][All Lists]
Advanced

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

Re: GDB does not stop in breakpoint!


From: alin.s
Subject: Re: GDB does not stop in breakpoint!
Date: Mon, 11 Jan 2010 02:00:25 -0800 (PST)


Here is defined the breakpoint:

3       breakpoint     keep y   0x081fc176 in funcall_lambda at eval.c:3147
        stop only if EQ(XCDR(XCAR(arg_vector[0])),Qx)
        breakpoint already hit 411 times


It stops even if XCDR(XCAR(arg_vector[0])) != 'x

Why ?

Using the condition

cond 3 (CONSP(arg_vector[0]) && CONSP(XCAR(arg_vector[0])) &&
EQ(XCAR(XCAR(arg_vector[0])),Qx))

it stops correctly in funcall lambda.



-- 
View this message in context: 
http://old.nabble.com/GDB-does-not-stop-in-breakpoint%21-tp27107078p27108115.html
Sent from the Emacs - Dev mailing list archive at Nabble.com.





reply via email to

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