Bug 4378 - CorefileByteBuffer to offer a ByteBuffer backend to corefiles
Summary: CorefileByteBuffer to offer a ByteBuffer backend to corefiles
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on: 4390
Blocks: 1595
  Show dependency treegraph
 
Reported: 2007-04-16 17:29 UTC by Phil Muldoon
Modified: 2007-10-15 09:26 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Muldoon 2007-04-16 17:29:07 UTC
Needs a CorefileByteBuffer that provides a conservative ByteBuffer to corefiles.
Will also perform the address-offst to file-offset calculations required to
transform memory accesses to file accesses
Comment 1 Phil Muldoon 2007-10-15 09:26:26 UTC
2007-04-17  Phil Muldoon  <pmuldoon@redhat.com>

        * CorefileByteBuffer.java (subBuffer): New.
        * TestCorefileByteBuffer.java (testCoreFileByteBufferMapOverrun):
        New
        (testCoreFileByteBufferMapUnderrun): New.
        (testCoreFileByteBufferPeek) Add some different segment peeks().
        (testCoreFileByteBufferSequentialGet): Removed, test replaced by..
        (testCorefileByteBufferSlice): New.

2007-04-16  Phil Muldoon  <pmuldoon@redhat.com>

        * TestCorefileByteBuffer.java (testCoreFileByteBufferPoke):
        Rewrite expected fail test to conform with JUnit 3.8.2 FAQ.
        (testCoreFileByteBufferSequentialGet): Ditto.

2007-04-13  Phil Muldoon  <pmuldoon@redhat.com>

        * corefile/: Created.
        * TestCorefileByteBuffer.java: New.
        * CorefileByteBuffer.java: New.