[all-commits] [llvm/llvm-project] d2edca: [lldb/Platform] Prepare decouple instance and plug...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Wed Mar 2 06:01:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d2edca6276d1715a02d1144eae577b3d79673d67
https://github.com/llvm/llvm-project/commit/d2edca6276d1715a02d1144eae577b3d79673d67
Author: Pavel Labath <pavel at labath.sk>
Date: 2022-03-02 (Wed, 02 Mar 2022)
Changed paths:
M lldb/include/lldb/Target/Platform.h
M lldb/source/API/SBPlatform.cpp
M lldb/source/Commands/CommandObjectPlatform.cpp
M lldb/source/Commands/CommandObjectTarget.cpp
M lldb/source/Core/IOHandlerCursesGUI.cpp
M lldb/source/Interpreter/OptionGroupPlatform.cpp
M lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
M lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Target/Platform.cpp
M lldb/source/Target/Process.cpp
M lldb/source/Target/TargetList.cpp
Log Message:
-----------
[lldb/Platform] Prepare decouple instance and plugin names
This patch changes the return value of Platform::GetName() to a
StringRef, and uses the opportunity (compile errors) to change some
callsites to use GetPluginName() instead. The two methods still remain
hardwired to return the same thing, but this will change once the ideas
in
<https://discourse.llvm.org/t/multiple-platforms-with-the-same-name/59594>
are implemented.
Differential Revision: https://reviews.llvm.org/D119146
More information about the All-commits
mailing list