diff options
author | Nick Clifton <nickc@redhat.com> | 2018-10-18 16:58:16 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-10-18 16:58:16 +0100 |
commit | f63085d15f05eb296744ba634edfc68ca806e578 (patch) | |
tree | 2a7f9110feba50cfafb5b0e6b1ead1fe624a3a25 /binutils/doc | |
parent | 812cd6eb0502fa87b6e1d3e751ac2e9239680cf4 (diff) | |
download | gdb-f63085d15f05eb296744ba634edfc68ca806e578.zip gdb-f63085d15f05eb296744ba634edfc68ca806e578.tar.gz gdb-f63085d15f05eb296744ba634edfc68ca806e578.tar.bz2 |
Update documentation of readelf's --unwind option.
* doc/binutils.texi (readelf): Document alternatives to the
--unwind option if it is not supported for the target
architecture.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index cd70791..6edd7b1 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -4620,7 +4620,11 @@ Displays the contents of the file's relocation section, if it has one. @cindex unwind information Displays the contents of the file's unwind section, if it has one. Only the unwind sections for IA64 ELF files, as well as ARM unwind tables -(@code{.ARM.exidx} / @code{.ARM.extab}) are currently supported. +(@code{.ARM.exidx} / @code{.ARM.extab}) are currently supported. If +support is not yet implemented for your architecture you could try +dumping the contents of the @var{.eh_frames} section using the +@option{--debug-dump=frames} or @option{--debug-dump=frames-interp} +options. @item -d @itemx --dynamic |