summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/command/script/main.cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-12-21 15:29:57 +0100
committerPavel Labath <pavel@labath.sk>2020-01-10 13:29:24 +0100
commite65282deca8455d1cc6d83b7016af9aa374f9f89 (patch)
treef2a00ac27aefe675278c1124345b7907d05f1f5d /lldb/packages/Python/lldbsuite/test/commands/command/script/main.cpp
parent5b7612792aeb5b161fdd69997db2a64b08f075b6 (diff)
downloadbcm5719-llvm-e65282deca8455d1cc6d83b7016af9aa374f9f89.tar.gz
bcm5719-llvm-e65282deca8455d1cc6d83b7016af9aa374f9f89.zip
[lldb/DWARF] Don't automatically search dwo unit attributes
This patch removes the code (deep inside DWARFDebugInfoEntry) which automagically returned the attributes of the dwo unit DIE when asking for the attributes of the skeleton unit. This is fairly hacky, and not consistent with how llvm DWARF parser operates. Instead, I change the code the explicitly request (via GetNonSkeletonUnit) the right unit to search (there were just two places that needed this). If it turns out we need this more often, we can create a utility function (external to DWARFUnit) for doing this.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/script/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud