From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 9 13:03:27 2014 Return-Path: Delivered-To: hackers@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4A89A82; Thu, 9 Oct 2014 13:03:27 +0000 (UTC) Received: from mailuogwhop.emc.com (mailuogwhop.emc.com [168.159.213.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mailuogwprd01.lss.emc.com", Issuer "RSA Corporate Server CA v2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 87986AD0; Thu, 9 Oct 2014 13:03:27 +0000 (UTC) Received: from maildlpprd04.lss.emc.com (maildlpprd04.lss.emc.com [10.253.24.36]) by mailuogwprd04.lss.emc.com (Sentrion-MTA-4.3.0/Sentrion-MTA-4.3.0) with ESMTP id s99D3O0w014971 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 9 Oct 2014 09:03:25 -0400 X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd04.lss.emc.com s99D3O0w014971 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=emc.com; s=jan2013; t=1412859805; bh=9/WhAUYU6w0PrxWreUdAscE+uVs=; h=From:To:CC:Date:Subject:Message-ID:References:In-Reply-To: Content-Type:Content-Transfer-Encoding:MIME-Version; b=NeSHma1eXTzsFPDHEYyZbUiLtZBHDH7+nxofIx0TzxpbrmRiYhVDOLxCB1WqeigiD VCBPvrpH5NoYutvQ0JW2klEylwfFxjGR3T+NkDT/BoADZ1S3Dx7wMpTlurp97e4eU9 qZb5dw9nw1i+jIViQx2D4peBCwIr0FfRh20lrmCM= X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd04.lss.emc.com s99D3O0w014971 Received: from mailusrhubprd54.lss.emc.com (mailusrhubprd54.lss.emc.com [10.106.48.19]) by maildlpprd04.lss.emc.com (RSA Interceptor); Thu, 9 Oct 2014 09:03:01 -0400 Received: from mxhub08.corp.emc.com (mxhub08.corp.emc.com [128.222.70.205]) by mailusrhubprd54.lss.emc.com (Sentrion-MTA-4.3.0/Sentrion-MTA-4.3.0) with ESMTP id s99D397k014519 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 9 Oct 2014 09:03:09 -0400 Received: from mx34a.corp.emc.com ([169.254.1.46]) by mxhub08.corp.emc.com ([128.222.70.205]) with mapi; Thu, 9 Oct 2014 09:03:09 -0400 From: "O'Connor, Daniel" To: Julian Elischer Date: Thu, 9 Oct 2014 09:03:05 -0400 Subject: Re: exiting gdbserver quietly Thread-Topic: exiting gdbserver quietly Thread-Index: Ac/jwV8wRPMGz3++Sb66plpsV76mjA== Message-ID: <0ED80BA6-5857-42CC-90A7-C9F1C6E17D33@emc.com> References: <54336E4A.1010208@freebsd.org> In-Reply-To: <54336E4A.1010208@freebsd.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Sentrion-Hostname: mailusrhubprd54.lss.emc.com X-RSA-Classifications: public X-Mailman-Approved-At: Thu, 09 Oct 2014 13:39:49 +0000 Cc: "hackers@FreeBSD.ORG" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 13:03:27 -0000 On 7 Oct 2014, at 15:08, Julian Elischer wrote: > Does anyone know how to exit a gdb/gdbserver combination session=20 > without killing the attached program? >=20 > gdbserver --attach PID attaches to the process ok, but I can't find a=20 > way to exit the session and leave the program running as it was.. I did a quick test and =91detach=92 works for me. Regards, Daniel O=92Connor Senior Software Engineer Isilon Platforms Team