summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-05-05 08:21:44 +0000
committerPavel Labath <labath@google.com>2016-05-05 08:21:44 +0000
commitb9436bd4933f5f49d75a22ba61f20d154fdf4af5 (patch)
tree490d149fd40ce5bca005f367f06243801b2093ee /lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py
parent41fe4bacf5afe319c86fd274a15a9c6b7a572401 (diff)
downloadbcm5719-llvm-b9436bd4933f5f49d75a22ba61f20d154fdf4af5.tar.gz
bcm5719-llvm-b9436bd4933f5f49d75a22ba61f20d154fdf4af5.zip
Fix DW_AT_specification handling in DWO files
Summary: We were trying to get a DWARFDIE from a CompileUnit belonging to a DWO file. However, this function does not understand the die encoding used by the DWO files. Instead use GetDIE on the SymbolFileDWARF, which is overriden in DWO to do the right thing. Reviewers: clayborg, tberghammer Subscribers: lldb-commits, ovyalov Differential Revision: http://reviews.llvm.org/D19927 llvm-svn: 268615
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud