[Lldb-commits] [PATCH] D39387: Invert ArchSpec<->Platform dependency

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 27 15:59:24 PDT 2017


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

rename argument to normalized_triple, check that the architecture is not empty.


https://reviews.llvm.org/D39387

Files:
  include/lldb/Core/ArchSpec.h
  include/lldb/Host/HostInfoBase.h
  include/lldb/Target/Platform.h
  packages/Python/lldbsuite/test/source-manager/main.c
  source/API/SBDebugger.cpp
  source/API/SBInstruction.cpp
  source/API/SBTarget.cpp
  source/Commands/CommandObjectDisassemble.cpp
  source/Commands/CommandObjectPlatform.cpp
  source/Core/ArchSpec.cpp
  source/Host/common/HostInfoBase.cpp
  source/Interpreter/OptionGroupArchitecture.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  source/Target/Platform.cpp
  source/Target/Process.cpp
  unittests/Host/CMakeLists.txt
  unittests/Host/HostInfoTest.cpp
  unittests/UnwindAssembly/InstEmulation/TestArm64InstEmulation.cpp
  unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39387.120714.patch
Type: text/x-patch
Size: 22531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20171027/6c3b84d9/attachment-0001.bin>


More information about the lldb-commits mailing list