From owner-freebsd-questions@FreeBSD.ORG Thu Sep 13 18:50:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E029116A420 for ; Thu, 13 Sep 2007 18:50:26 +0000 (UTC) (envelope-from buganini@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.188]) by mx1.freebsd.org (Postfix) with ESMTP id 4DC7A13C459 for ; Thu, 13 Sep 2007 18:50:26 +0000 (UTC) (envelope-from buganini@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so417365rvb for ; Thu, 13 Sep 2007 11:50:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=z0SIL1Jld0p58mNKpqoieWovvKUVmAXcyu33efY/mhY=; b=nnBK4O+u3CMQghGhphoK1ERCgmG0RtU7zsI0QZjMo/gjeN6KwvC+X+BQM2Ci9iKP01wlA0GVrLlaZKjM/kznQo3vpwk/zQV/hT+4RpZaNrJbqdtEce7LiL7lG5/7hmPCvlCcpEDbPPI+EvLPrEcPQ1qTBepgj7z8H/lH2W/hzNM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=N1/FmqsNVaJQVNiVEr+xILSHbf6WFH3gczZ7fJBEiuTEfcse5OsWamKUuL95BMPzsrAChhJmC2NVgRH/tj3El1g1U5GjrvdLWJUwGzgiESLOzI2yvsQXmKjOxNQdwAEslGFEe75Xrg6/lA0ZdR3q+ETr0iHNttAVKqE4faJtPMs= Received: by 10.141.19.16 with SMTP id w16mr45713rvi.1189707718625; Thu, 13 Sep 2007 11:21:58 -0700 (PDT) Received: by 10.141.33.2 with HTTP; Thu, 13 Sep 2007 11:21:58 -0700 (PDT) Message-ID: Date: Fri, 14 Sep 2007 02:21:58 +0800 From: Buganini To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: PT_PAUSE ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2007 18:50:27 -0000 Hi all, I want to pause a ptraced process which had been PT_CONTINUE, Can I just send SIGSTOP, or re-attach ? Is there better way? -Buganini