commit | b64f7d88434cff4a6cbff2f569519458c56d1eba | [log] [tgz] |
---|---|---|
author | George Rimar <grimar@accesssoftek.com> | Fri Sep 23 09:09:26 2016 +0000 |
committer | George Rimar <grimar@accesssoftek.com> | Fri Sep 23 09:09:26 2016 +0000 |
tree | 8a73237828281b3b21a7ababf0e974c08c2aadfe | |
parent | 5d11fd54b0cad35c0f22ddda0fc71ca924317ec0 [diff] |
[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section. gold linker's --gdb-index option currently is able to create the .gdb_index section that allows GDB to locate and read the .dwo files as it needs them, this helps reduce the total size of the object files processed by the linker. More info about that: https://gcc.gnu.org/wiki/DebugFission https://sourceware.org/gdb/onlinedocs/gdb/Index-Section-Format.html Patch teaches dwarfdump tool to dump this section. Differential revision: https://reviews.llvm.org/D21503 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282235 91177308-0d34-0410-b5e6-96231b3b80d8