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: Post-mortem debugging and abort Date: Sat, 14 Jun 2008 08:11:06 -0600 Message-ID: References: <86od65gyyr.fsf@lola.quinscape.zz> 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 1213455797 29552 80.91.229.12 (14 Jun 2008 15:03:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Jun 2008 15:03:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 14 17:04:01 2008 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 1K7XIH-0002ep-OY for ged-emacs-devel@m.gmane.org; Sat, 14 Jun 2008 17:03:54 +0200 Original-Received: from localhost ([127.0.0.1]:44661 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7XHT-0005Ms-LU for ged-emacs-devel@m.gmane.org; Sat, 14 Jun 2008 11:03:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7XHO-0005MN-3B for emacs-devel@gnu.org; Sat, 14 Jun 2008 11:02:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7XHM-0005L7-G2 for emacs-devel@gnu.org; Sat, 14 Jun 2008 11:02:57 -0400 Original-Received: from [199.232.76.173] (port=49000 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7XHM-0005Kz-9w for emacs-devel@gnu.org; Sat, 14 Jun 2008 11:02:56 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:38594) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K7XBi-0007a8-En; Sat, 14 Jun 2008 10:57:07 -0400 Original-Received: from mx1.redhat.com ([66.187.233.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7WTK-0002zy-H9; Sat, 14 Jun 2008 10:11:14 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m5EEB8o7009978; Sat, 14 Jun 2008 10:11:08 -0400 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m5EEB7Km031167; Sat, 14 Jun 2008 10:11:07 -0400 Original-Received: from opsy.redhat.com (vpn-10-33.bos.redhat.com [10.16.10.33]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m5EEB7Fg023481; Sat, 14 Jun 2008 10:11:07 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id CFB85C88162; Sat, 14 Jun 2008 08:11:06 -0600 (MDT) X-Attribution: Tom In-Reply-To: (Eli Zaretskii's message of "Sat\, 14 Jun 2008 12\:38\:54 +0300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:99173 Archived-At: >>>>> "Eli" == Eli Zaretskii writes: Eli> Where can I see the details of these proposals and the relevant Eli> discussions on the GCC-related mailing lists? http://gcc.gnu.org/svn.html#devbranches You want the var-tracking-assignments branch and the var-mappings-branch. There are discussions of these in the archives of the gcc and gcc-patches lists. Tom