X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=lgD 7KHLhCrnOR6j6MSMkqBQAlVoI3K2HMVsQmSlgfFTU5VVBY8bl6wylUyVCb4wrINn qfR1yRiOQx+s57W4L5m+NS5x/ItCRRn26zmBNk4tP0kOinFUW7LGhirh3eC8v+XJ xcKGPR5JBw59dP1SC4MFP3IQHpFIgfsHUUjXS+BY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=YwFO6nCjd GRGe4Q2OMu/XDZ+wn4=; b=m/3qiZpAwcyLj7u1SuQ4hQDrosv8YNAOJ/vciI7vI IcU6sXz5DHsmVWSqB29e7VTw06XCXcxXWKQDFPN+Xae5T1Lnj0gX6M4fFqu3kHkr lxnqL4ZUD02T41Ps6A7TN1Bw4p4gkaHh6UZYdhDUhS/SLNMnpdGbx09sGhaCW6n+ Ag= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,SUBJ_ALL_CAPS autolearn=no version=3.3.2 X-HELO: mout.gmx.net Message-ID: <52F796A3.5090400@mail.com> Date: Sun, 09 Feb 2014 09:54:27 -0500 From: Todd Poole User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: PID & WINPID Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Very new to Cygwin but trying to learn. I am attempting to perform a dump on a live process. So far I have only been able to get the PID displayed in Windows which will not allow the dumper to run on the pid. When I use ps -W and get the CygwinPid and use ps -W it works. What is a simple straight forward way I can code the script to obtain the process cygwin pid by the process name and perform dumper? I have looked all over the net and found examples but none are complete in what needs to be done. Help with this would be greatly appreciated. -- -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple