From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21307 invoked by alias); 29 Sep 2011 12:33:14 -0000 Received: (qmail 21292 invoked by uid 22791); 29 Sep 2011 12:33:13 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Sep 2011 12:32:43 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LSA00M00AR28400@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Thu, 29 Sep 2011 15:32:05 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.8.215]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LSA00MIAATF1N60@a-mtaout22.012.net.il>; Thu, 29 Sep 2011 15:32:05 +0300 (IDT) Date: Thu, 29 Sep 2011 12:33:00 -0000 From: Eli Zaretskii Subject: Re: [RFC] Crash sourcing Python script on Windows In-reply-to: <201109291151.30633.pedro@codesourcery.com> To: Pedro Alves Cc: gdb-patches@sourceware.org, brobecker@adacore.com, maillist-gdbpatches@barfooze.de Reply-to: Eli Zaretskii Message-id: <83pqijedh5.fsf@gnu.org> References: <1317251996-12146-1-git-send-email-brobecker@adacore.com> <4E83D440.6000702@barfooze.de> <20110929040634.GD19246@adacore.com> <201109291151.30633.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-09/txt/msg00526.txt.bz2 > From: Pedro Alves > Date: Thu, 29 Sep 2011 11:51:30 +0100 > Cc: Joel Brobecker , John Spencer > > 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?