|
From: Vince W. <vi...@cs...> - 2006-04-07 21:56:28
Attachments:
valgrind-largefile.patch
|
Hello I've been working on a few plugins that generate memory traces of > 2GB. So this small patch just adds VKI_O_LARGEFILE so that I can VG_(open) files with this flag and thus have files more than 2GB. Vince |
|
From: Nicholas N. <nj...@cs...> - 2006-04-12 11:11:35
|
On Fri, 7 Apr 2006, Vince Weaver wrote: > I've been working on a few plugins that generate memory traces of > 2GB. > So this small patch just adds VKI_O_LARGEFILE so that I can > VG_(open) files with this flag and thus have files more than 2GB. Thanks. I just committed a modified version of this -- the constant needed to be added for alll the platforms, not just x86. Nick |