[all-commits] [llvm/llvm-project] e072b2: [lldb] Merge PlatformXXX::ResolveExecutable
Pavel Labath via All-commits
all-commits at lists.llvm.org
Wed May 13 04:28:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e072b20bdea5629d0bc7a7c2216bdc7762dcb564
https://github.com/llvm/llvm-project/commit/e072b20bdea5629d0bc7a7c2216bdc7762dcb564
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-05-13 (Wed, 13 May 2020)
Changed paths:
M lldb/include/lldb/Target/RemoteAwarePlatform.h
M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
M lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
M lldb/source/Plugins/Platform/Windows/PlatformWindows.h
M lldb/source/Target/RemoteAwarePlatform.cpp
Log Message:
-----------
[lldb] Merge PlatformXXX::ResolveExecutable
The near-identical implementations of this function for posix-y
platforms were merged in r293910. PlatformWindows was left out of this
merge because at the time we did not have a suitable base class to sink
the code into. That is no longer true, so this commit finishes the job
by moving the code into RemoteAwarePlatform::ResolveExecutable.
More information about the All-commits
mailing list