From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Efficient debugging of the redisplay. Date: Tue, 08 Dec 2009 13:55:30 -0500 Message-ID: <87aaxts3bx.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1260299798 9991 80.91.229.12 (8 Dec 2009 19:16:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Dec 2009 19:16:38 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: Alin Soare Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 08 20:16:31 2009 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 1NI5Xy-0000dy-Cl for ged-emacs-devel@m.gmane.org; Tue, 08 Dec 2009 20:16:30 +0100 Original-Received: from localhost ([127.0.0.1]:36922 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NI5Xy-0006Rj-0w for ged-emacs-devel@m.gmane.org; Tue, 08 Dec 2009 14:16:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NI5Dn-0006m8-5w for emacs-devel@gnu.org; Tue, 08 Dec 2009 13:55:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NI5Di-0006fb-8c for emacs-devel@gnu.org; Tue, 08 Dec 2009 13:55:38 -0500 Original-Received: from [199.232.76.173] (port=53868 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NI5Dh-0006fJ-Se for emacs-devel@gnu.org; Tue, 08 Dec 2009 13:55:33 -0500 Original-Received: from pantheon-po39.its.yale.edu ([130.132.50.100]:44574) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NI5Dh-00037b-Pt for emacs-devel@gnu.org; Tue, 08 Dec 2009 13:55:33 -0500 Original-Received: from furry (dhcp128036014216.central.yale.edu [128.36.14.216]) (authenticated bits=0) by pantheon-po39.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id nB8ItU9u022953 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 8 Dec 2009 13:55:30 -0500 Original-Received: by furry (Postfix, from userid 1000) id 58C58C071; Tue, 8 Dec 2009 13:55:30 -0500 (EST) In-Reply-To: (Alin Soare's message of "Tue, 8 Dec 2009 15:08:59 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:118393 Archived-At: Alin Soare writes: > However, this tells me nothing about an efficient debugging of > redisplay_internal, and about display in general. > > Could you suggest me something efficient, please? I usually just use standard GDB breakpoints. Maybe you could be a bit more specific about what you want to do.