[Lldb-commits] [PATCH] D35784: [LLDB][MIPS] The symbol with NOTYPE and having section type debug doesn't contain any valid address

Nitesh Jain via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 11 05:40:23 PDT 2017


nitesh.jain added a comment.

The $debug_rangesN symbols are added by linker. These symbols are not used anywhere We can skip these type of symbols (where symbol type is STT_NOTYPE and its section is Debug)


https://reviews.llvm.org/D35784





More information about the lldb-commits mailing list