mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
(Files): Add more indexing for solib-absolute-prefix and --with-sysroot.
This commit is contained in:
@ -7,7 +7,8 @@
|
|||||||
(Memory): List explicitly all the formats supported by `x'.
|
(Memory): List explicitly all the formats supported by `x'.
|
||||||
(Threads): Add an @cindex entry for "thread apply".
|
(Threads): Add an @cindex entry for "thread apply".
|
||||||
(Files): Document the possibility of loading unlinked object
|
(Files): Document the possibility of loading unlinked object
|
||||||
files.
|
files. Add more indexing for solib-absolute-prefix and
|
||||||
|
--with-sysroot.
|
||||||
|
|
||||||
2005-06-18 Nick Roberts <nickrob@snap.net.nz>
|
2005-06-18 Nick Roberts <nickrob@snap.net.nz>
|
||||||
|
|
||||||
|
@ -11062,12 +11062,14 @@ host system; they need to be the same as the target libraries, although the
|
|||||||
copies on the target can be stripped as long as the copies on the host are
|
copies on the target can be stripped as long as the copies on the host are
|
||||||
not.
|
not.
|
||||||
|
|
||||||
You need to tell @value{GDBN} where the target libraries are, so that it can
|
@cindex where to look for shared libraries
|
||||||
load the correct copies---otherwise, it may try to load the host's libraries.
|
For remote debugging, you need to tell @value{GDBN} where the target
|
||||||
@value{GDBN} has two variables to specify the search directories for target
|
libraries are, so that it can load the correct copies---otherwise, it
|
||||||
libraries.
|
may try to load the host's libraries. @value{GDBN} has two variables
|
||||||
|
to specify the search directories for target libraries.
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
|
@cindex prefix for shared library file names
|
||||||
@kindex set solib-absolute-prefix
|
@kindex set solib-absolute-prefix
|
||||||
@item set solib-absolute-prefix @var{path}
|
@item set solib-absolute-prefix @var{path}
|
||||||
If this variable is set, @var{path} will be used as a prefix for any
|
If this variable is set, @var{path} will be used as a prefix for any
|
||||||
@ -11077,6 +11079,8 @@ paths to the shared library in the target program's memory. If you use
|
|||||||
out in the same way that they are on the target, with e.g.@: a
|
out in the same way that they are on the target, with e.g.@: a
|
||||||
@file{/usr/lib} hierarchy under @var{path}.
|
@file{/usr/lib} hierarchy under @var{path}.
|
||||||
|
|
||||||
|
@cindex default value of @samp{solib-absolute-prefix}
|
||||||
|
@cindex @samp{--with-sysroot}
|
||||||
You can set the default value of @samp{solib-absolute-prefix} by using the
|
You can set the default value of @samp{solib-absolute-prefix} by using the
|
||||||
configure-time @samp{--with-sysroot} option.
|
configure-time @samp{--with-sysroot} option.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user