From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: GDB does not stop in breakpoint! Date: Tue, 12 Jan 2010 05:03:16 -0500 Message-ID: References: <27107078.post@talk.nabble.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1263292772 5404 80.91.229.12 (12 Jan 2010 10:39:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jan 2010 10:39:32 +0000 (UTC) Cc: Emacs-devel@gnu.org To: "alin.s" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 12 11:39:24 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NUe9k-0004YJ-A7 for ged-emacs-devel@m.gmane.org; Tue, 12 Jan 2010 11:39:24 +0100 Original-Received: from localhost ([127.0.0.1]:42943 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUe9k-0000FD-Vv for ged-emacs-devel@m.gmane.org; Tue, 12 Jan 2010 05:39:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUdzr-0003lU-Gz for emacs-devel@gnu.org; Tue, 12 Jan 2010 05:29:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUdzm-0003i2-MK for Emacs-devel@gnu.org; Tue, 12 Jan 2010 05:29:11 -0500 Original-Received: from [199.232.76.173] (port=49476 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUdzm-0003hq-CC for Emacs-devel@gnu.org; Tue, 12 Jan 2010 05:29:06 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36713) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUdzm-0001Rq-3r for Emacs-devel@gnu.org; Tue, 12 Jan 2010 05:29:06 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NUdam-0005p9-S6; Tue, 12 Jan 2010 05:03:16 -0500 In-reply-to: <27107078.post@talk.nabble.com> (alinsoar@voila.fr) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:119864 Archived-At: Even if arg_vector[0] is not a cons, I can compute car and cdr, and more than that - they make sense! Why do they make sense? XCAR and XCDR just examine the memory inside the object. If it's not a symbol, they do not care or notice.