help-gnu-emacs
[Top][All Lists]
Advanced

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

breakpoint in eval.c


From: A Soare
Subject: breakpoint in eval.c
Date: Thu, 22 Mar 2007 14:57:46 +0100 (CET)

I put a breakpoint in Feval in eval.c on this line:

      args_left = original_args;
      numargs = Flength (args_left);

      CHECK_CONS_LIST ();                <=<= HERE is the breakpoint


In GDB I put the condition like this:

(gdb) info breakpoints 
Num Type           Disp Enb Address    What
9   breakpoint     keep y   0x08152b24 in Feval at eval.c:2266
        breakpoint already hit 23715 times
        silent
        if numargs > 30
          stop
        end
        continue

Now I called in editor






(+ 1 2 3 4 5 6 7 8 9 0
   1 2 3 4 5 6 7 8 9 0
   1 2 3 4 5 6 7 8 9 0
   1 2 3 4 5 6 7 8 9 0
   1 2 3 4 5 6 7 8 9 0)

C-x C-e.

However, the debugger did not stop in the breakpoint.

Can somebody explain me why please?





















reply via email to

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