From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joakim Verona Newsgroups: gmane.emacs.devel Subject: Question on debugging emacs with gdb Date: Sun, 27 Feb 2005 21:27:15 +0100 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109536693 29287 80.91.229.2 (27 Feb 2005 20:38:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 27 Feb 2005 20:38:13 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 27 21:38:13 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D5VAs-0005KY-Tp for ged-emacs-devel@m.gmane.org; Sun, 27 Feb 2005 21:37:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5VT6-0004fy-Hv for ged-emacs-devel@m.gmane.org; Sun, 27 Feb 2005 15:56:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D5VQg-0003GX-Rm for emacs-devel@gnu.org; Sun, 27 Feb 2005 15:54:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D5VPI-0002X9-9d for emacs-devel@gnu.org; Sun, 27 Feb 2005 15:52:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5VPH-0002Og-Eq for emacs-devel@gnu.org; Sun, 27 Feb 2005 15:52:51 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D5V2R-00081r-NW for emacs-devel@gnu.org; Sun, 27 Feb 2005 15:29:15 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D5Uws-0003oy-Li for emacs-devel@gnu.org; Sun, 27 Feb 2005 21:23:30 +0100 Original-Received: from ua-83-227-131-3.cust.bredbandsbolaget.se ([83.227.131.3]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Feb 2005 21:23:30 +0100 Original-Received: from joakim by ua-83-227-131-3.cust.bredbandsbolaget.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Feb 2005 21:23:30 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ua-83-227-131-3.cust.bredbandsbolaget.se User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:Mo5fJAjPyqr4madmScm9V8YME48= 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33878 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33878 Hello, I'm trying to gather data for a bug report on random segfaults I have with emacs. I run emacs under gdb as explained in etc/DEBUG. Now I enter gdb whenever I press c-g, which is unexpected and inconvenient. Is there some other way to handle this? To clarify further: winding up in gdb each time I press c-g is inconvenient, because I use c-g to break out of operations pretty often, during my normal emacs usage. I would rather use "kill" to enter gdb, and have c-g behave as normal. -- Joakim Verona www.verona.se