[Lldb-commits] [PATCH] D126367: [lldb] Add gnu-debuglink support for Windows PE/COFF
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 7 01:32:52 PDT 2022
DavidSpickett added a reviewer: DavidSpickett.
DavidSpickett accepted this revision.
DavidSpickett added a comment.
This revision is now accepted and ready to land.
This LGTM.
================
Comment at: lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp:929
+ if (GetDebugLinkContents(*m_binary, gnu_debuglink_file, gnu_debuglink_crc)) {
+ return FileSpec(gnu_debuglink_file);
+ }
----------------
You can drop the `{}` from the if here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126367/new/
https://reviews.llvm.org/D126367
More information about the lldb-commits
mailing list