[Lldb-commits] [PATCH] D149663: [lldb] Remove FileSpec::GetLastPathComponent
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue May 2 10:09:11 PDT 2023
bulbazord created this revision.
bulbazord added reviewers: JDevlieghere, mib, jingham, jasonmolenda.
Herald added a subscriber: emaste.
Herald added a project: All.
bulbazord requested review of this revision.
Herald added subscribers: lldb-commits, MaskRay.
Herald added a project: LLDB.
As far as I can tell, this just computes the filename of the FileSpec,
which is already conveniently stored in m_filename. We can use
FileSpec::GetFilename() instead.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D149663
Files:
lldb/include/lldb/Utility/FileSpec.h
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
lldb/source/Target/Platform.cpp
lldb/source/Utility/FileSpec.cpp
lldb/source/Utility/XcodeSDK.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149663.518784.patch
Type: text/x-patch
Size: 5318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230502/d3ccc3e8/attachment.bin>
More information about the lldb-commits
mailing list