From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8086 invoked by alias); 5 Nov 2007 06:48:29 -0000 Received: (qmail 8025 invoked by uid 48); 5 Nov 2007 06:48:21 -0000 Date: Mon, 05 Nov 2007 06:48:00 -0000 Message-ID: <20071105064821.8024.qmail@sourceware.org> From: "pearly dot zhao at oracle dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20051025194414.1547.jjohnstn@redhat.com> References: <20051025194414.1547.jjohnstn@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/1547] PtraceByteBuffer has to know word size X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00094.txt.bz2 List-Id: ------- Additional Comments From pearly dot zhao at oracle dot com 2007-11-05 06:48 ------- >>From the following ChangeLog, frysk.proc.live.AddressSpaceByteBuffer.java is the current java wrapper to do the peek and poke routine. It use frysk.sys.Ptrace.AddressSpace to do actual work. CNI implementation for frysk.sys.Ptrace.AddressSpace reads and writes long. Index: frysk-core/frysk/proc/live/ChangeLog 2007-06-18 Andrew Cagney * Rename package frysk.proc.ptrace to frysk.proc.live. date: 2007/04/15 22:56:46; author: cagney; state: Exp; lines: +4 -0 Index: frysk-core/frysk/proc/ChangeLog 2007-04-15 Andrew Cagney * IsaPowerPC.java: Replace frysk.sys.PtraceByteBuffer with frysk.proc.ptrace.AddressSpaceByteBuffer. * LinuxPtraceTask.java: Ditto. Index: frysk-imports/frysk/sys/ChangeLog 2007-04-15 Andrew Cagney * PtraceServer.java (peek, poke): Delete. * Ptrace.java (peek, poke): Delete. * cni/Ptrace.cxx: Update. * PtraceByteBuffer.java: Delete. * cni/PtraceByteBuffer.cxx (peek): Delete. * TestPtraceByteBuffer.java: Delete. * StressMapRead.java: Delete. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX http://sourceware.org/bugzilla/show_bug.cgi?id=1547 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.