This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH] Use mmap for symbol tables


On Jan 30 11:31, Andrew STUBBS wrote:
> Eirik Fuller wrote:
> >My immediate goal is to solicit opinions on whether the basic approach
> >is sound.  Comments in gdb/dwarf2read.c indicate the idea is not new.
> >I first started using an approach similar to what's in the enclosed
> >patch long before I noticed those comments; those comments finally
> >motivated me to dust this off.
> 
> I don't know much about mmap, so I'm not going to comment on the 
> specific implementation, but I do know it isn't available on all systems 
> GDB supports. E.g. Windows.

It's available on Cygwin, so no problem here.  As long as the autoconf
test isn't the old one which makes non-standard assumptions.


Corinna

-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat


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