From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 14 01:20:34 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 414531065670 for ; Thu, 14 Aug 2008 01:20:34 +0000 (UTC) (envelope-from cynical.nihilist@gmail.com) Received: from mail-gx0-f17.google.com (mail-gx0-f17.google.com [209.85.217.17]) by mx1.freebsd.org (Postfix) with ESMTP id F3BDE8FC1A for ; Thu, 14 Aug 2008 01:20:33 +0000 (UTC) (envelope-from cynical.nihilist@gmail.com) Received: by gxk10 with SMTP id 10so1831889gxk.19 for ; Wed, 13 Aug 2008 18:20:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=6L/TXybzeF/Xt2JxZyNQL6RBaku2RvqbVlti5S9u7aQ=; b=BjJiBr2fK/FEBNRSV5J+j+WFXYpZNluDGVkW+gdtXsjsUXD3haElHLWP3BG7MwMRgj EmAEwO9px3Oj7ziYeAdzLmx1crUcYa+b5AuswP2ATf0SSCMHR8rsK8KZJOvRsFGSwsmk 0EobF37U1eEtlgYKTTd/qhkH9zWLdpI6deKWA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=vAUo1DEZcyPfyS50ATlOlyVXUUJQ03lh452NefWK9PYE2fdqyAHIY0xasy4QgIDaep HxyOdi/9CtwSTWYsTuaYxR4AV3PLNYyvSgkLcUFJe+ft2onNezaZ/Fy+45PI+3DcBbLB eArxPiYInZxonXMVtjFBUbKssb/cce7Ha6sHw= Received: by 10.151.46.3 with SMTP id y3mr726996ybj.245.1218675233312; Wed, 13 Aug 2008 17:53:53 -0700 (PDT) Received: from ?192.168.0.101? ( [207.134.118.183]) by mx.google.com with ESMTPS id 4sm700269yxj.7.2008.08.13.17.53.52 (version=SSLv3 cipher=RC4-MD5); Wed, 13 Aug 2008 17:53:52 -0700 (PDT) Message-ID: <48A38213.4010409@gmail.com> Date: Wed, 13 Aug 2008 20:53:39 -0400 From: Cynical Nihilist User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: ANDERSON EDUARDO References: <20080813120012.DC6A410656F0@hub.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-hackers@freebsd.org Subject: Re: Ptrace in FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2008 01:20:34 -0000 ANDERSON EDUARDO wrote: > someone could help me use the PT_SETREGS on FreeBSD? > > I get the value of registers with PT_GETREGS normal, but when I make the modification and the use PT_SETREGS not working! > > could show me an example? > _________________________________________________________________ > Instale a Barra de Ferramentas com Desktop Search e ganhe EMOTICONS para o Messenger! É GRÁTIS! > http://www.msn.com.br/emoticonpack_______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > > Would be more appropriate if you showed us the snippet of code that's causing trouble.