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: [RFC] Crash sourcing Python script on Windows


2011/9/29 Eli Zaretskii <eliz@gnu.org>:
>> From: Pedro Alves <pedro@codesourcery.com>
>> Date: Thu, 29 Sep 2011 11:51:30 +0100
>> Cc: Joel Brobecker <brobecker@adacore.com>, John Spencer <maillist-gdbpatches@barfooze.de>
>>
>> Try "info sharedlibrary", and you'll probably see both msvcrXX.dll
>> and both msvcrt.dll loaded.
>
> I get an "No shared libraries loaded at this time." response to that
> command. ?If I load a program and let it start, then I see only
> msvcrt.dll, even after issuing a Python command, like "python print 23".
>
> Am I doing something wrong?

Not necessarily.  It might be that Python uses static runtime library.

Regards,
Kai


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