This is the mail archive of the frysk@sources.redhat.com 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]

using frysk.proc.ptrace.*ByteBuffer


FYI,

I've converted frysk's proc to use frysk.proc.ptrace.AddressSpaceByteBuffer and frysk.proc.ptrace.RegisterSetByteBuffer. These new ByteBuffer objects are both simpler and written in pure[ish] java. Since they explicitly interact with PtraceServer, switching them to a different local-to-frysk.proc.ptrace server will be easier.

The AddressSpaceByteBuffer also includes a bulk transfer method making larger transfers slightly more efficient (it is far from optimal though :-)

Andrew


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