public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2] Document how GDB searches for files when using -s, -e, and -se options
@ 2022-06-03 17:04 Kevin Buettner
  2022-06-21 15:40 ` Kevin Buettner
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin Buettner @ 2022-06-03 17:04 UTC (permalink / raw)
  To: gdb-patches

GDB's documentation of the 'file' command says:

    If you do not specify a directory and the file is not found in the
    GDB working directory, GDB uses the environment variable PATH as a
    list of directories to search, just as the shell does when looking
    for a program to run.

The same is true for files specified via commandline options -s, -e,
and -se.

This commit adds a cross reference to the file command for these options.
---
 gdb/doc/gdb.texinfo | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 5f09f3a1433..aad7c79c248 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -962,6 +962,11 @@ If @value{GDBN} has not been configured to included core file support,
 such as for most embedded targets, then it will complain about a second
 argument and ignore it.
 
+For the @samp{-s}, @samp{-e}, and @samp{-se} options, and their long
+form equivalents, the method used to search the file system for the
+symbol and/or executable file is the same as that used by the
+@code{file} command.  @xref{Files, ,file}.
+
 Many options have both long and short forms; both are shown in the
 following list.  @value{GDBN} also recognizes the long forms if you truncate
 them, so long as enough of the option is present to be unambiguous.
-- 
2.35.3


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] Document how GDB searches for files when using -s, -e, and -se options
  2022-06-03 17:04 [PATCH v2] Document how GDB searches for files when using -s, -e, and -se options Kevin Buettner
@ 2022-06-21 15:40 ` Kevin Buettner
  2022-06-21 15:52   ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin Buettner @ 2022-06-21 15:40 UTC (permalink / raw)
  To: gdb-patches

Ping.

On Fri,  3 Jun 2022 10:04:43 -0700
Kevin Buettner <kevinb@redhat.com> wrote:

> GDB's documentation of the 'file' command says:
> 
>     If you do not specify a directory and the file is not found in the
>     GDB working directory, GDB uses the environment variable PATH as a
>     list of directories to search, just as the shell does when looking
>     for a program to run.
> 
> The same is true for files specified via commandline options -s, -e,
> and -se.
> 
> This commit adds a cross reference to the file command for these options.
> ---
>  gdb/doc/gdb.texinfo | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
> index 5f09f3a1433..aad7c79c248 100644
> --- a/gdb/doc/gdb.texinfo
> +++ b/gdb/doc/gdb.texinfo
> @@ -962,6 +962,11 @@ If @value{GDBN} has not been configured to included core file support,
>  such as for most embedded targets, then it will complain about a second
>  argument and ignore it.
>  
> +For the @samp{-s}, @samp{-e}, and @samp{-se} options, and their long
> +form equivalents, the method used to search the file system for the
> +symbol and/or executable file is the same as that used by the
> +@code{file} command.  @xref{Files, ,file}.
> +
>  Many options have both long and short forms; both are shown in the
>  following list.  @value{GDBN} also recognizes the long forms if you truncate
>  them, so long as enough of the option is present to be unambiguous.
> -- 
> 2.35.3
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] Document how GDB searches for files when using -s, -e, and -se options
  2022-06-21 15:40 ` Kevin Buettner
@ 2022-06-21 15:52   ` Eli Zaretskii
  2022-06-21 16:50     ` Kevin Buettner
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2022-06-21 15:52 UTC (permalink / raw)
  To: Kevin Buettner; +Cc: gdb-patches

> Date: Tue, 21 Jun 2022 08:40:43 -0700
> From: Kevin Buettner <kevinb@redhat.com>
> Cc: Eli Zaretskii <eliz@gnu.org>
> 
> Ping.

This is OK, and sorry for the delay.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] Document how GDB searches for files when using -s, -e, and -se options
  2022-06-21 15:52   ` Eli Zaretskii
@ 2022-06-21 16:50     ` Kevin Buettner
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Buettner @ 2022-06-21 16:50 UTC (permalink / raw)
  To: gdb-patches

On Tue, 21 Jun 2022 18:52:23 +0300
Eli Zaretskii <eliz@gnu.org> wrote:

> > Date: Tue, 21 Jun 2022 08:40:43 -0700
> > From: Kevin Buettner <kevinb@redhat.com>
> > Cc: Eli Zaretskii <eliz@gnu.org>
> > 
> > Ping.  
> 
> This is OK, and sorry for the delay.

I've pushed it.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-21 16:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-03 17:04 [PATCH v2] Document how GDB searches for files when using -s, -e, and -se options Kevin Buettner
2022-06-21 15:40 ` Kevin Buettner
2022-06-21 15:52   ` Eli Zaretskii
2022-06-21 16:50     ` Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).