Skip to content
  • Greg Clayton's avatar
    Changed "Error Value::GetValueAsData (...)" to set the data extractor byte · ad3843c9
    Greg Clayton authored
    order and address size correctly when the value comes from a file address.
    Values have "file" addresses when they are globals and the debug information
    specifies that they live in the object file at a given address (DWARF will
    represent this as a location "DW_OP_addr <addr>"). This causes global pointers
    to correctly extract their children on 64 bit programs.
    
    llvm-svn: 111380
    ad3843c9
Loading