From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27321 invoked by alias); 15 Feb 2012 22:41:27 -0000 Received: (qmail 27311 invoked by uid 22791); 15 Feb 2012 22:41:27 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gx0-f169.google.com (HELO mail-gx0-f169.google.com) (209.85.161.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Feb 2012 22:41:15 +0000 Received: by ggnf1 with SMTP id f1so1199809ggn.0 for ; Wed, 15 Feb 2012 14:41:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.15.132 with SMTP id x4mr14795795igc.27.1329345674333; Wed, 15 Feb 2012 14:41:14 -0800 (PST) Received: by 10.231.211.77 with HTTP; Wed, 15 Feb 2012 14:41:14 -0800 (PST) Date: Wed, 15 Feb 2012 22:41:00 -0000 Message-ID: Subject: Stop a running process and return its control to gdb. From: Xin Tong To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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/msg00048.txt.bz2 I have a running process that i attached gdb to. how do i stop it and return control to gdb ? Thanks Xin