From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Profiling Emacs on M$ Date: Fri, 23 May 2008 11:22:06 +0300 Message-ID: References: <4833D500.30207@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1211531027 23282 80.91.229.12 (23 May 2008 08:23:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 May 2008 08:23:47 +0000 (UTC) Cc: emacs-devel@gnu.org, jasonr@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 23 10:24:24 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 1JzSZb-00044k-W3 for ged-emacs-devel@m.gmane.org; Fri, 23 May 2008 10:24:24 +0200 Original-Received: from localhost ([127.0.0.1]:47798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzSYr-0004xQ-D3 for ged-emacs-devel@m.gmane.org; Fri, 23 May 2008 04:23:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JzSYk-0004to-7C for emacs-devel@gnu.org; Fri, 23 May 2008 04:23:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JzSYh-0004rG-4R for emacs-devel@gnu.org; Fri, 23 May 2008 04:23:29 -0400 Original-Received: from [199.232.76.173] (port=43058 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzSYg-0004qV-5M for emacs-devel@gnu.org; Fri, 23 May 2008 04:23:26 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:33257) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JzSYP-0000mW-L1; Fri, 23 May 2008 04:23:09 -0400 Original-Received: from mtaout4.012.net.il ([84.95.2.10]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JzSYO-00056y-Mq; Fri, 23 May 2008 04:23:09 -0400 Original-Received: from HOME-C4E4A596F7 ([80.230.146.168]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K1B009GKBX9OZN3@i_mtaout4.012.net.il>; Fri, 23 May 2008 11:36:46 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-kernel: by mx20.gnu.org: Solaris 9.1 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:97565 Archived-At: > Date: Thu, 22 May 2008 09:25:14 +0530 > From: dhruva > Cc: jasonr@gnu.org, emacs-devel@gnu.org > > On 5/21/08, Eli Zaretskii wrote: > > GDB indeed cannot be set up as a JIT debugger, but there's the DrMinGW > > program that can. > > I agree about the JIT part. The DrMinGW creates a file which I am not > sure if GDB can read as a core file. DrMinGW does not generate a core file, it generates a text report (which you can save to a file) that includes a full annotated traceback of the crash. > I tried using the cygwin dumper to create dumps of running processes > build with GCC and use it through GDB with no success I don't think the Cygwin dumper will work with anything but Cygwin programs.