[Lldb-commits] [PATCH] D35784: [LLD][MIPS] Fix Address::GetAddressClass() to return correct AddressClass based on the load address

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 25 08:46:11 PDT 2017


clayborg added a comment.

In your log we see:

  [10] .text             PROGBITS         000000000000bb80  0000bb80 0000000000054380  0000000000000000  AX       0     0     16
  [30] .debug_aranges    MIPS_DWARF       0000000000000000  0006c24c 0000000000000560  0000000000000000           0     0     1

.debug_aranges doesn't have a valid address: it is set to 0x0. Not sure how the ELF plug-in is marking these sections, but I am guessing that that is the problem here.


https://reviews.llvm.org/D35784





More information about the lldb-commits mailing list