This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project.


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

Re: memory verify


Title: Re: memory verify

Depending how capable the stubs are, you could look at using Andrew Tridgewell's
rsync algorithms. I think that uses CRCs to locate differences in files on
different boxes to generate a delta file to update the file on one.
This could allow the first difference idiom when run over large memory areas,
without having to transmit the area over the wire.


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