Document how GDB searches for files when using -s, -e, and -se options
authorKevin Buettner <kevinb@redhat.com>
Thu, 2 Jun 2022 22:26:38 +0000 (15:26 -0700)
committerKevin Buettner <kevinb@redhat.com>
Tue, 21 Jun 2022 16:47:15 +0000 (09:47 -0700)
commitbfda149dc1b0376f8cb4c423790246794c7ee873
tree8b54883579da509407f87e0ff4476cbc5125d272
parentec41dd75c866599fc03c390c6afb5736c159c0ff
Document how GDB searches for files when using -s, -e, and -se options

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