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


On Thursday 29 September 2011 13:32:06, Eli Zaretskii wrote:
> > 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?

I meant, debug gdb under gdb, and do "(top-gdb) info sharedlibrary"
to see what libraries have been loaded by the inferior gdb.
It sounds like you loaded some other program that is not gdb?

-- 
Pedro Alves


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