[Lldb-commits] [PATCH] D129724: [lldb] Remove ELF .zdebug support
Fangrui Song via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 14 10:13:00 PDT 2022
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_")) {
return llvm::StringSwitch<SectionType>(Name)
----------------
labath wrote:
> I guess you can remove this as well now.
Thanks. Will delete when committing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129724/new/
https://reviews.llvm.org/D129724
More information about the lldb-commits
mailing list