[Lldb-commits] [PATCH] Creates a HostInfo class from code that was previously in Host.

Zachary Turner zturner at google.com
Mon Aug 18 16:05:24 PDT 2014


This change implements the beginning of the HostInfo class - a class whose purpose is to answer queries about the host operating system.

This compiles successfully and passes all tests on Linux, MacOSX, and Windows.  I do not have access to a FreeBSD build machine, so would appreciate help there.

http://reviews.llvm.org/D4963

Files:
  include/lldb/Core/ArchSpec.h
  include/lldb/Host/Host.h
  include/lldb/Host/HostInfo.h
  include/lldb/Host/HostInfoBase.h
  include/lldb/Host/freebsd/HostInfoFreeBSD.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
  include/lldb/Target/Platform.h
  lldb.xcodeproj/project.pbxproj
  source/Core/DataBufferMemoryMap.cpp
  source/Expression/ClangUserExpression.cpp
  source/Host/CMakeLists.txt
  source/Host/common/Host.cpp
  source/Host/common/HostInfoBase.cpp
  source/Host/freebsd/Host.cpp
  source/Host/freebsd/HostInfoFreeBSD.cpp
  source/Host/linux/Host.cpp
  source/Host/linux/HostInfoLinux.cpp
  source/Host/macosx/Host.mm
  source/Host/macosx/HostInfoMacOSX.mm
  source/Host/posix/HostInfoPosix.cpp
  source/Host/windows/Host.cpp
  source/Host/windows/HostInfoWindows.cpp
  source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
  source/Plugins/Platform/Windows/PlatformWindows.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
  source/Target/Platform.cpp
  source/Target/ThreadPlanCallUserExpression.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4963.12633.patch
Type: text/x-patch
Size: 71480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140818/b64f986d/attachment.bin>


More information about the lldb-commits mailing list