mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
gdb/doc/
* gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace directory separator by path separator.
This commit is contained in:
@ -3,6 +3,9 @@
|
|||||||
* gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
|
* gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
|
||||||
Twice.
|
Twice.
|
||||||
|
|
||||||
|
* gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
|
||||||
|
directory separator by path separator.
|
||||||
|
|
||||||
2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* gdb.texinfo (Auto-loading safe path): Make 'directories'
|
* gdb.texinfo (Auto-loading safe path): Make 'directories'
|
||||||
|
@ -16285,8 +16285,8 @@ name @value{GDBN} is currently using.
|
|||||||
@kindex set debug-file-directory
|
@kindex set debug-file-directory
|
||||||
@item set debug-file-directory @var{directories}
|
@item set debug-file-directory @var{directories}
|
||||||
Set the directories which @value{GDBN} searches for separate debugging
|
Set the directories which @value{GDBN} searches for separate debugging
|
||||||
information files to @var{directory}. Multiple directory components can be set
|
information files to @var{directory}. Multiple path components can be set
|
||||||
concatenating them by a directory separator.
|
concatenating them by a path separator.
|
||||||
|
|
||||||
@kindex show debug-file-directory
|
@kindex show debug-file-directory
|
||||||
@item show debug-file-directory
|
@item show debug-file-directory
|
||||||
@ -21227,7 +21227,7 @@ loading and execution of scripts. You can also enter a specific trusted file.
|
|||||||
If you omit @var{directories}, @samp{auto-load safe-path} will be reset to
|
If you omit @var{directories}, @samp{auto-load safe-path} will be reset to
|
||||||
its default value as specified during @value{GDBN} compilation.
|
its default value as specified during @value{GDBN} compilation.
|
||||||
|
|
||||||
The list of directories uses directory separator (@samp{:} on GNU and Unix
|
The list of directories uses path separator (@samp{:} on GNU and Unix
|
||||||
systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
|
systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
|
||||||
to the @env{PATH} environment variable.
|
to the @env{PATH} environment variable.
|
||||||
|
|
||||||
@ -21242,7 +21242,7 @@ scripts.
|
|||||||
@item add-auto-load-safe-path
|
@item add-auto-load-safe-path
|
||||||
Add an entry (or list of entries) the list of directories trusted for automatic
|
Add an entry (or list of entries) the list of directories trusted for automatic
|
||||||
loading and execution of scripts. Multiple entries may be delimited by the
|
loading and execution of scripts. Multiple entries may be delimited by the
|
||||||
host platform directory separator in use.
|
host platform path separator in use.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
Setting this variable to @file{/} disables this security protection.
|
Setting this variable to @file{/} disables this security protection.
|
||||||
|
Reference in New Issue
Block a user