(Machine Code): Document possible problems with locations in
shared libraries.
This commit is contained in:
parent
59b7b46f98
commit
76d17f347a
|
@ -9,6 +9,8 @@
|
||||||
(Files): Document the possibility of loading unlinked object
|
(Files): Document the possibility of loading unlinked object
|
||||||
files. Add more indexing for solib-absolute-prefix and
|
files. Add more indexing for solib-absolute-prefix and
|
||||||
--with-sysroot.
|
--with-sysroot.
|
||||||
|
(Machine Code): Document possible problems with locations in
|
||||||
|
shared libraries.
|
||||||
|
|
||||||
2005-06-18 Nick Roberts <nickrob@snap.net.nz>
|
2005-06-18 Nick Roberts <nickrob@snap.net.nz>
|
||||||
|
|
||||||
|
|
|
@ -4922,6 +4922,12 @@ End of assembler dump.
|
||||||
Some architectures have more than one commonly-used set of instruction
|
Some architectures have more than one commonly-used set of instruction
|
||||||
mnemonics or other syntax.
|
mnemonics or other syntax.
|
||||||
|
|
||||||
|
For programs that were dynamically linked and use shared libraries,
|
||||||
|
instructions that call functions or branch to locations in the shared
|
||||||
|
libraries might show a seemingly bogus location---it's actually a
|
||||||
|
location of the relocation table. On some architectures, @value{GDBN}
|
||||||
|
might be able to resolve these to actual function names.
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
@kindex set disassembly-flavor
|
@kindex set disassembly-flavor
|
||||||
@cindex Intel disassembly flavor
|
@cindex Intel disassembly flavor
|
||||||
|
|
Loading…
Reference in New Issue