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: [RFA 04/14] Introduce gdb_dlopen_up


On 2017-04-08 16:11, Tom Tromey wrote:
This introduces gdb_dlopen_up, a unique_ptr that can close a dlopen'd
library.  All the functions working with dlopen handles are updated to
use this new type.

I did not try to build this on Windows.

Well, apparently the build on Windows was broken by the guy that pushed the ptid patch last week, can you believe it? With that fixed (pushing a the fix in a moment) and your patch, it builds fine with --host=x86_64-w64-mingw32.

Otherwise, LGTM.

Thanks,

Simon


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