This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/4827] Merge MemorySpaceByteBuffer and AddressSpaceByteBuffer


------- Additional Comments From mark at klomp dot org  2007-08-02 11:26 -------
2007-08-02  Mark Wielaard  <mwielaard@redhat.com>

    * AddressSpaceByteBuffer.java (mem): New field.
    (pokesRequest): Likewise.
    (AddressSpaceByteBuffer): Initialize mem and pokesRequest.
    (PeeksRequest.peek): New method.
    (PeeksRequest.execute): use peek().
    (PeeksRequest.request): Likewise.
    (PokesRequest): New inner class.
    (poke): New method.
    * LinuxTask.java (getRawMemory): Use AddressSpaceByteBuffer.
    * LogicalMemoryBuffer.java (poke): New methods marked as
    unsupported.
    * MemorySpaceByteBuffer.java: Removed.
    * RegisterSetByteBuffer.java (peek): Use System.arraycopy().
    (poke): New method.
    * TestMemorySpaceByteBuffer.java: Removed.
    * TestByteBuffer.java: Merged in TestMemorySpaceByteBuffer tests,
    made test more generic to test all possible buffers, add bulk put
    tests.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=4827

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]