From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: GDB does not stop in breakpoint! Date: Tue, 12 Jan 2010 11:49:04 -0700 Message-ID: References: <27107078.post@talk.nabble.com> <27108115.post@talk.nabble.com> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263322173 14664 80.91.229.12 (12 Jan 2010 18:49:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jan 2010 18:49:33 +0000 (UTC) Cc: "alin.s" , Emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 12 19:49:25 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 1NUlnt-0005Jo-WA for ged-emacs-devel@m.gmane.org; Tue, 12 Jan 2010 19:49:22 +0100 Original-Received: from localhost ([127.0.0.1]:55881 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUlnu-0002RA-Iu for ged-emacs-devel@m.gmane.org; Tue, 12 Jan 2010 13:49:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUlno-0002QR-GM for emacs-devel@gnu.org; Tue, 12 Jan 2010 13:49:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUlnj-0002Nt-Ds for Emacs-devel@gnu.org; Tue, 12 Jan 2010 13:49:16 -0500 Original-Received: from [199.232.76.173] (port=37669 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUlnj-0002Nf-6e for Emacs-devel@gnu.org; Tue, 12 Jan 2010 13:49:11 -0500 Original-Received: from mx1.redhat.com ([209.132.183.28]:38729) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUlnh-0005WP-9P; Tue, 12 Jan 2010 13:49:09 -0500 Original-Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0CIn7wb031934 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 12 Jan 2010 13:49:07 -0500 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0CIn6dm007876; Tue, 12 Jan 2010 13:49:07 -0500 Original-Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o0CIn5vC000773; Tue, 12 Jan 2010 13:49:05 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 0F181378187; Tue, 12 Jan 2010 11:49:05 -0700 (MST) X-Attribution: Tom In-Reply-To: (Richard Stallman's message of "Tue, 12 Jan 2010 05:03:12 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.18 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:119876 Archived-At: >>>>> "RMS" == Richard Stallman writes: RMS> I did not know it was possible to use C macros in GDB. RMS> But if that does work now, I do not see why this condition would fail RMS> to work correctly. It does work, provided you compile with -g3. Tom