[Lldb-commits] [PATCH] D58654: Move Config.h from Host to Utility
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 26 09:13:03 PST 2019
zturner updated this revision to Diff 188393.
zturner added a comment.
Moved to `System` instead of `Utility`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58654/new/
https://reviews.llvm.org/D58654
Files:
lldb/cmake/XcodeHeaderGenerator/CMakeLists.txt
lldb/cmake/modules/LLDBGenerateConfig.cmake
lldb/include/lldb/Host/Config.h
lldb/include/lldb/Host/Config.h.cmake
lldb/include/lldb/Host/MainLoop.h
lldb/include/lldb/Host/Terminal.h
lldb/include/lldb/Host/linux/Uio.h
lldb/include/lldb/System/lldb-config.h
lldb/include/lldb/System/lldb-config.h.cmake
lldb/include/lldb/Target/Process.h
lldb/source/Host/common/File.cpp
lldb/source/Host/common/HostInfoBase.cpp
lldb/source/Host/common/ProcessLaunchInfo.cpp
lldb/source/Host/common/PseudoTerminal.cpp
lldb/source/Host/common/Socket.cpp
lldb/source/Host/common/TCPSocket.cpp
lldb/source/Host/common/Terminal.cpp
lldb/source/Host/common/UDPSocket.cpp
lldb/source/Host/linux/HostInfoLinux.cpp
lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
lldb/source/Plugins/Platform/Kalimba/PlatformKalimba.cpp
lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/unittests/Host/SocketTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58654.188393.patch
Type: text/x-patch
Size: 18213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190226/ad76a4fa/attachment-0001.bin>
More information about the lldb-commits
mailing list