From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29315 invoked by alias); 30 Dec 2007 20:41:20 -0000 Received: (qmail 29307 invoked by uid 22791); 30 Dec 2007 20:41:20 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.186) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 30 Dec 2007 20:41:04 +0000 Received: by nf-out-0910.google.com with SMTP id b11so351622nfh.48 for ; Sun, 30 Dec 2007 12:41:02 -0800 (PST) Received: by 10.78.204.1 with SMTP id b1mr3057065hug.73.1199047261874; Sun, 30 Dec 2007 12:41:01 -0800 (PST) Received: from ?78.130.88.130? ( [78.130.88.130]) by mx.google.com with ESMTPS id f4sm10825032nfh.31.2007.12.30.12.41.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 30 Dec 2007 12:41:01 -0800 (PST) Message-ID: <4778025A.4020706@portugalmail.pt> Date: Mon, 31 Dec 2007 04:13:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: Eli Zaretskii CC: gdb-patches@sourceware.org Subject: Re: PR/2386 [2/2]: MinGW attach to process without an exec file References: <47744F9C.8040604@portugalmail.pt> <20071228013457.GB7602@ednor.casa.cgf.cx> <477579E0.5010809@portugalmail.pt> <20071229035030.GC30002@adacore.com> <47764306.4060903@portugalmail.pt> <20071229180146.GC24999@ednor.casa.cgf.cx> <4776CDA3.90204@portugalmail.pt> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2007-12/txt/msg00480.txt.bz2 Eli Zaretskii wrote: >> 2 - PSAPI >> - Available on NT only, as a seperate dll. > > Are you sure it isn't available on 9x? I have a copy of a disk from > my older 9x machine, and I do see psapi.dll there. > Intriguing. Maybe it got installed by some app. If it's linked to ntdll.dll, it won't load. -- Pedro Alves