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

2017-08-09 Thread Greg Clayton via Phabricator via lldb-commits
clayborg added a comment. It would be a good idea to see what this $debug_ranges627 symbol actually is. It seems like a stray linker symbol that wasn't stripped? It would be a good idea to figure out what this symbol is so we can determine how to deal with it correctly.

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

2017-08-09 Thread Greg Clayton via Phabricator via lldb-commits
clayborg added a comment. I think a better solution is to not give the symbol's address a valid section in the first place. This would be done in ObjectFileELF.cpp when . It doesn't seem like the section is valid because $debug_ranges627 shouldn't have an address that matches something in

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

2017-08-09 Thread Nitesh Jain via Phabricator via lldb-commits
nitesh.jain updated this revision to Diff 110364. nitesh.jain retitled this revision from "[LLD][MIPS] Fix Address::GetAddressClass() to return correct AddressClass based on the load address" to "[LLDB][MIPS] The symbol with NOTYPE doesn't contain any valid address".