all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "alin.s" <alinsoar@voila.fr>
To: Emacs-devel@gnu.org
Subject: Re: GDB does not stop in breakpoint!
Date: Mon, 11 Jan 2010 02:00:25 -0800 (PST)	[thread overview]
Message-ID: <27108115.post@talk.nabble.com> (raw)
In-Reply-To: <27107078.post@talk.nabble.com>



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	other threads:[~2010-01-11 10:00 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-11  8:23 GDB does not stop in breakpoint! alin.s
2010-01-11 10:00 ` alin.s [this message]
2010-01-11 10:24   ` alin.s
2010-01-11 10:52     ` alin.s
2010-01-11 11:41     ` Jan Djärv
2010-01-11 11:59       ` alin.s
2010-01-12 10:03     ` Richard Stallman
2010-01-12 10:03   ` Richard Stallman
2010-01-12 18:49     ` Tom Tromey
2010-01-12 10:03 ` Richard Stallman
2010-01-17 17:36   ` alin.s
2010-01-17 18:47     ` Chong Yidong
2010-01-12 10:03 ` Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2010-01-14  8:36 A. Soare
2010-01-14  8:49 A. Soare
2010-01-14 13:30 ` tomas
2010-01-18  8:01 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=27108115.post@talk.nabble.com \
    --to=alinsoar@voila.fr \
    --cc=Emacs-devel@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.