[Lldb-commits] [PATCH] D47889: Use llvm::VersionTuple instead of manual version marshalling

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 15 03:41:20 PDT 2018


labath updated this revision to Diff 151484.
labath added a comment.

Fix a typo in netbsd code.


https://reviews.llvm.org/D47889

Files:
  include/lldb/Core/Module.h
  include/lldb/Host/freebsd/HostInfoFreeBSD.h
  include/lldb/Host/linux/HostInfoLinux.h
  include/lldb/Host/macosx/HostInfoMacOSX.h
  include/lldb/Host/netbsd/HostInfoNetBSD.h
  include/lldb/Host/windows/HostInfoWindows.h
  include/lldb/Interpreter/OptionGroupPlatform.h
  include/lldb/Symbol/ObjectFile.h
  include/lldb/Target/Platform.h
  include/lldb/Target/Process.h
  include/lldb/Utility/Args.h
  source/API/SBModule.cpp
  source/API/SBPlatform.cpp
  source/Core/Module.cpp
  source/Host/freebsd/HostInfoFreeBSD.cpp
  source/Host/linux/HostInfoLinux.cpp
  source/Host/macosx/objcxx/HostInfoMacOSX.mm
  source/Host/netbsd/HostInfoNetBSD.cpp
  source/Host/windows/HostInfoWindows.cpp
  source/Interpreter/OptionGroupPlatform.cpp
  source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
  source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
  source/Plugins/Platform/Android/PlatformAndroid.cpp
  source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  source/Plugins/Platform/MacOSX/PlatformDarwin.h
  source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
  source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h
  source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  source/Plugins/Platform/Windows/PlatformWindows.cpp
  source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  source/Target/Platform.cpp
  source/Utility/Args.cpp
  unittests/Platform/PlatformDarwinTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47889.151484.patch
Type: text/x-patch
Size: 65470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180615/7554ad92/attachment-0001.bin>


More information about the lldb-commits mailing list