This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 5/7] Implement remote_pid_to_exec_file using qXfer:exec-file:read
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Gary Benson <gbenson at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 01 Apr 2015 17:54:57 +0300
- Subject: Re: [PATCH 5/7] Implement remote_pid_to_exec_file using qXfer:exec-file:read
- Authentication-results: sourceware.org; auth=none
- References: <1427887341-31819-1-git-send-email-gbenson at redhat dot com> <1427887341-31819-6-git-send-email-gbenson at redhat dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Gary Benson <gbenson@redhat.com>
> 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.
Thanks.