From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53858 invoked by alias); 6 Apr 2015 17:00:59 -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 53849 invoked by uid 89); 6 Apr 2015 17:00:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f44.google.com Received: from mail-pa0-f44.google.com (HELO mail-pa0-f44.google.com) (209.85.220.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 06 Apr 2015 17:00:56 +0000 Received: by pabsx10 with SMTP id sx10so49726294pab.3 for ; Mon, 06 Apr 2015 10:00:54 -0700 (PDT) X-Received: by 10.68.201.129 with SMTP id ka1mr28507363pbc.37.1428339654161; Mon, 06 Apr 2015 10:00:54 -0700 (PDT) Received: from seba.sebabeach.org.gmail.com (173-13-178-53-sfba.hfc.comcastbusiness.net. [173.13.178.53]) by mx.google.com with ESMTPSA id zp2sm5207644pbb.79.2015.04.06.10.00.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Apr 2015 10:00:53 -0700 (PDT) From: Doug Evans To: Eli Zaretskii Cc: Gary Benson , gdb-patches@sourceware.org Subject: Re: [PATCH 5/7] Implement remote_pid_to_exec_file using qXfer:exec-file:read References: <1427887341-31819-1-git-send-email-gbenson@redhat.com> <1427887341-31819-6-git-send-email-gbenson@redhat.com> <834mozsxtq.fsf@gnu.org> Date: Mon, 06 Apr 2015 17:00:00 -0000 In-Reply-To: <834mozsxtq.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 01 Apr 2015 17:54:57 +0300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00151.txt.bz2 Eli Zaretskii writes: >> Date: Wed, 1 Apr 2015 12:22:19 +0100 >> >> +qXfer:exec-file:read >> + Return the pathname of the file that was executed to create a > ^^^^^^^^^^^^^^^^^^^^^^^^ > "the name of the file" > > OK with this change. > >> +@item qXfer:exec-file:read:@var{annex}:@var{offset},@var{length} >> +@anchor{qXfer executable filename read} >> +Return the pathname of the file that was executed to create a process > ^^^^^^^^^^^^^^^^^^^^^^^^ > Likewise. > > Otherwise, the documentation parts are OK. "the name of the file" is ambiguous though. Is it the full path name of the file? Or the base name? Can the target choose? [I hope not.] IWBN to have more clarity here. While I realize "path" is a term associated with directories (paths in which to find files), "full path name" is in common use for complete/absolute file names.