From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12975 invoked by alias); 3 Dec 2013 20:11:04 -0000 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 Received: (qmail 12956 invoked by uid 89); 3 Dec 2013 20:11:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mtaout20.012.net.il Received: from Unknown (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Dec 2013 20:11:01 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MX800900YE06300@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 03 Dec 2013 22:10:53 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MX8008VFYQ4ZU70@a-mtaout20.012.net.il>; Tue, 03 Dec 2013 22:10:53 +0200 (IST) Date: Tue, 03 Dec 2013 20:11:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] nameless LOAD_DLL_DEBUG_EVENT causes ntdll.dll to be missing In-reply-to: <529E361B.7070807@redhat.com> To: Pedro Alves Cc: brobecker@adacore.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83eh5t4rw0.fsf@gnu.org> References: <1386070185-8020-1-git-send-email-brobecker@adacore.com> <529E361B.7070807@redhat.com> X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00101.txt.bz2 > Date: Tue, 03 Dec 2013 19:50:51 +0000 > From: Pedro Alves > CC: gdb-patches@sourceware.org > > EnumProcessModules used to be exported by psapi.dll in older Windows > versions (I think prior to Windows 7), I don't think we can assume > that API/dll is always around. You need to load psapi.dll on Vista and XP, but you can assume that DLL to be available. Only Windows 2000 might be a problem.