From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11085 invoked by alias); 15 Feb 2012 23:17:40 -0000 Received: (qmail 11077 invoked by uid 22791); 15 Feb 2012 23:17:40 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp2.ugent.be (HELO smtp2.UGent.be) (157.193.49.126) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Feb 2012 23:17:25 +0000 Received: from localhost (mcheck5.ugent.be [157.193.49.247]) by smtp2.UGent.be (Postfix) with ESMTP id C84A144A21A for ; Thu, 16 Feb 2012 00:17:23 +0100 (CET) Received: from smtp2.UGent.be ([157.193.49.126]) by localhost (mcheck5.UGent.be [157.193.43.11]) (amavisd-new, port 10024) with ESMTP id HyI9AA9TPOx8 for ; Thu, 16 Feb 2012 00:17:23 +0100 (CET) Received: from [192.168.1.2] (72.59-241-81.adsl-dyn.isp.belgacom.be [81.241.59.72]) (Authenticated sender: jmaebe) by smtp2.UGent.be (Postfix) with ESMTPSA id 89A2D44A1DC for ; Thu, 16 Feb 2012 00:17:23 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: Stop a running process and return its control to gdb. From: Jonas Maebe In-Reply-To: Date: Wed, 15 Feb 2012 23:17:00 -0000 Content-Transfer-Encoding: 7bit Message-Id: <72AFB09B-995B-48D8-8217-99066720C069@elis.ugent.be> References: To: gdb@sourceware.org X-j-chkmail-Enveloppe: 4F3C3CCA.002 from 72.59-241-81.adsl-dyn.isp.belgacom.be/72.59-241-81.adsl-dyn.isp.belgacom.be/81.241.59.72/[192.168.1.2]/ X-j-chkmail-Score: MSGID : 4F3C3CCA.002 on smtp2.UGent.be : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham 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-02/txt/msg00049.txt.bz2 On 15 Feb 2012, at 23:41, Xin Tong wrote: > I have a running process that i attached gdb to. how do i stop it and > return control to gdb ? Pressing ctrl-c normally works. Jonas