From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20427 invoked by alias); 15 Sep 2012 14:18:56 -0000 Received: (qmail 20419 invoked by uid 22791); 15 Sep 2012 14:18:55 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 15 Sep 2012 14:18:39 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MAE00100ADWYD00@a-mtaout22.012.net.il> for gdb@sourceware.org; Sat, 15 Sep 2012 17:18:22 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MAE001ZSAELFZA0@a-mtaout22.012.net.il>; Sat, 15 Sep 2012 17:18:22 +0300 (IDT) Date: Sat, 15 Sep 2012 14:18:00 -0000 From: Eli Zaretskii Subject: Re: how to stop gdb in emacs ? In-reply-to: To: John Smith Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83wqzvs72o.fsf@gnu.org> References: X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-09/txt/msg00038.txt.bz2 > Date: Sat, 15 Sep 2012 21:24:59 +0800 > From: John Smith > > I start gdb within emacs . with no breakpoint , how can I > stop gdb to type command to gdb ? > if I start gdb not within emacs,this can be done by "ctrl-c" > , but in emacs this "ctrl-c" will be dealed with by emacs, > so is there some advice here ? Try "C-c C-c", i.e. Ctrl-C twice.