Re: [Valgrind-developers] Proposal: do not require inclusion of when including

2008-01-01 Thread Bart Van Assche
On Jan 1, 2008 7:11 PM, Julian Seward <[EMAIL PROTECTED]> wrote: > > A more serious module-related question for drd is that it should not > include pub_core_*.h. Tools may only include pub_tool_*.h, in order > to control the complexity of the core/tool interface. For one thing > that will requir

Re: [Valgrind-developers] Proposal: do not require inclusion of when including

2008-01-01 Thread Julian Seward
On Tuesday 01 January 2008 18:11, Bart Van Assche wrote: > On Dec 30, 2007 1:30 PM, Tom Hughes <[EMAIL PROTECTED]> wrote: > > On 27/12/2007, Bart Van Assche <[EMAIL PROTECTED]> wrote: > > > The include file contains declarations for > > > various libc-functions. Two of these functions (VG_(getrlim

Re: [Valgrind-developers] Proposal: do not require inclusion of when including

2008-01-01 Thread Bart Van Assche
On Dec 30, 2007 1:30 PM, Tom Hughes <[EMAIL PROTECTED]> wrote: > > On 27/12/2007, Bart Van Assche <[EMAIL PROTECTED]> wrote: > > > The include file contains declarations for various > > libc-functions. Two of these functions (VG_(getrlimit)() and > > VG_(setrlimit)()) accept a pointer to a vki_rli

Re: [Valgrind-developers] Proposal: do not require inclusion of when including

2007-12-30 Thread Tom Hughes
On 27/12/2007, Bart Van Assche <[EMAIL PROTECTED]> wrote: > The include file contains declarations for various > libc-functions. Two of these functions (VG_(getrlimit)() and > VG_(setrlimit)()) accept a pointer to a vki_rlimit structure. Inclusion of > pub_tool_vki.h is now required even when nei

[Valgrind-developers] Proposal: do not require inclusion of when including

2007-12-27 Thread Bart Van Assche
The include file contains declarations for various libc-functions. Two of these functions (VG_(getrlimit)() and VG_(setrlimit)()) accept a pointer to a vki_rlimit structure. Inclusion of pub_tool_vki.h is now required even when neither VG_(getrlimit)() or VG_(setrlimit)() is called -- this is inco