Code and comment cleanups [NFC]
authorGreg Clayton <clayborg@gmail.com>
Thu, 30 May 2019 17:03:35 +0000 (17:03 +0000)
committerGreg Clayton <clayborg@gmail.com>
Thu, 30 May 2019 17:03:35 +0000 (17:03 +0000)
commitaeae786bfe89d9f720596707eb675c6d0418aec5
tree5d4014e58bba8b2b01b1088e64e889f7efcf025c
parentee319034ab8f84f68d9f54425d782e9d080e76c4
Code and comment cleanups [NFC]

Changes:
- update comments to detail the info can come from .debug_info or .debug_types
- Rename "debug_info_data" to "data" now that we can get data from .debug_info or .debug_types.
- Also call DWARFDebugInfoEntry::GetAbbreviationDeclarationPtr(...) instead of manually grabbing abbreviation.

llvm-svn: 362116
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h