[Lldb-commits] [PATCH] Move Host::GetLLDBPath to HostInfo
Zachary Turner
zturner at google.com
Wed Aug 20 15:47:32 PDT 2014
This continues the effort to get Host code moved over to HostInfo, and removes many more instances of preprocessor defines along the way.
Tested on Linux, Mac, and Windows. Although I think this is safe, the movement was slightly more complex than normal, so if anyone feels the need to test on iOS or some other configuration that isn't tested by the default test suite on Linux / MacOSX, feel free. Will submit tomorrow otherwise.
http://reviews.llvm.org/D4991
Files:
include/lldb/Host/Host.h
include/lldb/Host/HostInfoBase.h
include/lldb/Host/linux/HostInfoLinux.h
include/lldb/Host/macosx/HostInfoMacOSX.h
include/lldb/Host/posix/HostInfoPosix.h
include/lldb/Host/windows/HostInfoWindows.h
source/API/SBHostOS.cpp
source/Core/Debugger.cpp
source/Core/PluginManager.cpp
source/Expression/ClangExpressionParser.cpp
source/Host/common/Host.cpp
source/Host/common/HostInfoBase.cpp
source/Host/linux/HostInfoLinux.cpp
source/Host/macosx/Host.mm
source/Host/macosx/HostInfoMacOSX.mm
source/Host/posix/HostInfoPosix.cpp
source/Host/windows/HostInfoWindows.cpp
source/Interpreter/ScriptInterpreterPython.cpp
source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4991.12715.patch
Type: text/x-patch
Size: 51577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140820/f165cd17/attachment.bin>
More information about the lldb-commits
mailing list