From: A Soare <alinsoar@voila.fr>
To: "Emacs Help [help-gnu-emacs]" <help-gnu-emacs@gnu.org>
Subject: breakpoint in eval.c
Date: Thu, 22 Mar 2007 14:57:46 +0100 (CET) [thread overview]
Message-ID: <25421215.509891174571866738.JavaMail.www@wwinf4005> (raw)
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?
next reply other threads:[~2007-03-22 13:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-22 13:57 A Soare [this message]
2007-03-22 14:43 ` breakpoint in eval.c Kim F. Storm
-- strict thread matches above, loose matches on Subject: below --
2007-03-22 14:53 A Soare
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=25421215.509891174571866738.JavaMail.www@wwinf4005 \
--to=alinsoar@voila.fr \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.