From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: C-c C-c killing gdb on OS/X Date: Thu, 20 Nov 2003 17:43:46 -0800 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1069379314 15993 80.91.224.253 (21 Nov 2003 01:48:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Nov 2003 01:48:34 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Nov 21 02:48:32 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AN0PQ-0007uB-00 for ; Fri, 21 Nov 2003 02:48:32 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AN0PQ-0004m9-00 for ; Fri, 21 Nov 2003 02:48:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AN1J4-0008Cd-BG for emacs-devel@quimby.gnus.org; Thu, 20 Nov 2003 21:46:02 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AN1In-0008BI-Kw for emacs-devel@gnu.org; Thu, 20 Nov 2003 21:45:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AN1IF-00084i-B5 for emacs-devel@gnu.org; Thu, 20 Nov 2003 21:45:43 -0500 Original-Received: from [68.124.45.254] (helo=Majnun.local) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AN1IE-00084M-NL for emacs-devel@gnu.org; Thu, 20 Nov 2003 21:45:10 -0500 Original-Received: by Majnun.local (Postfix, from userid 501) id 01FB2B4A38; Thu, 20 Nov 2003 17:43:46 -0800 (PST) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (darwin) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17997 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17997 To any of the Mac developers: If I write a program that waits in a loop, and hit C-c C-c while in gdb under gud, gdb will terminate with: C-c C-c Debugger finished But I do the same thing in the Terminal, it interrupts the program as I expect. Ideas? I checked process.c, and it doesn't seem that anything is being done differently for darwin. John