mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-13 19:30:53 +08:00
Correction in intro text re corefile arg (may also be procID); second time
around didn't ack two possibilities.
This commit is contained in:
@ -872,14 +872,15 @@ _fi__(!_GENERIC__)
|
|||||||
@subsection Choosing Files
|
@subsection Choosing Files
|
||||||
|
|
||||||
As shown above, any arguments other than options specify an executable
|
As shown above, any arguments other than options specify an executable
|
||||||
file and core file; that is, the first argument encountered with no
|
file and core file (or process ID); that is, the first argument
|
||||||
associated option flag is equivalent to a @samp{-se} option, and the
|
encountered with no associated option flag is equivalent to a @samp{-se}
|
||||||
second, if any, is equivalent to a @samp{-c} option. Many options have
|
option, and the second, if any, is equivalent to a @samp{-c} option if
|
||||||
both long and short forms; both are shown here. The long forms are also
|
it's the name of a file.
|
||||||
recognized if you truncate them, so long as enough of the option is
|
Many options have both long and short forms; both are shown here. The
|
||||||
present to be unambiguous. (If you prefer, you can flag option
|
long forms are also recognized if you truncate them, so long as enough
|
||||||
arguments with @samp{+} rather than @samp{-}, though we illustrate the
|
of the option is present to be unambiguous. (If you prefer, you can
|
||||||
more usual convention.)
|
flag option arguments with @samp{+} rather than @samp{-}, though we
|
||||||
|
illustrate the more usual convention.)
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
@item -symbols=@var{file}
|
@item -symbols=@var{file}
|
||||||
|
Reference in New Issue
Block a user