This revision was automatically updated to reflect the committed changes.
MaskRay marked an inline comment as done.
Closed by commit rGecfaf4801cd0: [lldb] Remove ELF .zdebug support (authored by
MaskRay).
Changed prior to commit:
https://reviews.llvm.org/D129724?vs=444504&id=444707#toc
Reposi
MaskRay marked an inline comment as done.
MaskRay added inline comments.
Comment at: lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp:1610
static SectionType GetSectionTypeFromName(llvm::StringRef Name) {
if (Name.consume_front(".debug_") || Name.consume_front(".zdebug_")
labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.
Comment at: lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp:1610
static SectionType GetSectionTypeFromName(llvm::StringRef Name) {
if (Name.consume_front(".debug
MaskRay created this revision.
MaskRay added reviewers: ckissane, labath.
Herald added subscribers: StephenFan, emaste.
Herald added a reviewer: alexander-shaposhnikov.
Herald added a project: All.
MaskRay requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: l