From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id 156263858D37; Sun, 12 Jul 2020 14:10:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 156263858D37 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jon TURNEY To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: Slightly improve error_start documentation X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/master X-Git-Oldrev: b21ad33e088e1c302e3b88e052f6a4ee903fa51b X-Git-Newrev: f2a285bd4f424f0c84017b6051dcdd8acf221de8 Message-Id: <20200712141029.156263858D37@sourceware.org> Date: Sun, 12 Jul 2020 14:10:29 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2020 14:10:29 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f2a285bd4f424f0c84017b6051dcdd8acf221de8 commit f2a285bd4f424f0c84017b6051dcdd8acf221de8 Author: Jon Turney Date: Wed Jun 10 14:52:41 2020 +0100 Cygwin: Slightly improve error_start documentation Diff: --- winsup/doc/cygwinenv.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/doc/cygwinenv.xml b/winsup/doc/cygwinenv.xml index f549fee0d..a52b6ac19 100644 --- a/winsup/doc/cygwinenv.xml +++ b/winsup/doc/cygwinenv.xml @@ -28,9 +28,13 @@ Defaults to off. which is useful for debugging. Win32filepath is usually set to the path to gdb or dumper, for example -C:\cygwin\bin\gdb.exe. +C:\cygwin\bin\gdb.exe. There is no default set. + +The filename of the executing program and it's Windows process id are appended +to the command as arguments. +