[Lldb-commits] [PATCH] D62211: Simplify `GetName`+`AppendTypeName` by `DWARFDIE`

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 22 08:59:25 PDT 2019


jankratochvil updated this revision to Diff 200769.
jankratochvil added a comment.

I have moved it to `DWARFDIE.cpp`.  I agree that it is probably all irrelevant after moving to the LLVM `DWARF/` part. I have also removed return type as (1) it was wrong in one case and (2) no existing caller used the return type. I also refactored the deep nesting noted by @JDevlieghere.
I can also remove all the dumping code instead upon request, @labath.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62211/new/

https://reviews.llvm.org/D62211

Files:
  lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
  lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
  lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62211.200769.patch
Type: text/x-patch
Size: 10837 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190522/e2f36be7/attachment.bin>


More information about the lldb-commits mailing list