This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 53e90c136 Remove last Host usage from ArchSpec new 4121b8c73 Move ArchSpec to the Utility module
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Core/Disassembler.h | 4 ++-- include/lldb/Core/EmulateInstruction.h | 5 ++--- include/lldb/Core/Module.h | 4 ++-- include/lldb/Core/ModuleSpec.h | 2 +- include/lldb/Expression/ExpressionParser.h | 1 + include/lldb/Host/HostInfoBase.h | 2 +- include/lldb/Host/common/NativeProcessProtocol.h | 2 +- include/lldb/Interpreter/OptionGroupArchitecture.h | 6 +----- include/lldb/Interpreter/OptionValueArch.h | 6 +----- include/lldb/Symbol/FuncUnwinders.h | 6 ++---- include/lldb/Target/Platform.h | 2 +- include/lldb/Target/Process.h | 2 +- include/lldb/Target/ProcessInfo.h | 2 +- include/lldb/Target/Target.h | 2 +- include/lldb/Target/UnwindAssembly.h | 2 +- include/lldb/{Core => Utility}/ArchSpec.h | 22 +++++++++------------- source/API/SBInstruction.cpp | 3 +-- source/API/SBPlatform.cpp | 2 +- source/API/SBTarget.cpp | 2 +- source/Breakpoint/BreakpointLocationList.cpp | 2 +- source/Commands/CommandObjectDisassemble.h | 6 +----- source/Commands/CommandObjectFrame.h | 5 ----- source/Commands/CommandObjectTarget.h | 5 ----- source/Core/Address.cpp | 2 -- source/Core/AddressRange.cpp | 1 - source/Core/CMakeLists.txt | 1 - source/Core/FormatEntity.cpp | 2 +- source/Core/ModuleList.cpp | 3 +-- source/Core/Value.cpp | 1 - source/Core/ValueObjectDynamicValue.cpp | 4 +--- source/Core/ValueObjectMemory.cpp | 4 +--- source/Core/ValueObjectVariable.cpp | 1 - source/Host/common/Host.cpp | 4 ---- source/Host/common/HostInfoBase.cpp | 2 +- source/Host/common/Symbols.cpp | 2 +- source/Interpreter/CommandObject.cpp | 2 +- source/Interpreter/OptionGroupFormat.cpp | 5 ----- .../Plugins/Architecture/Arm/ArchitectureArm.cpp | 2 +- source/Plugins/Architecture/Arm/CMakeLists.txt | 1 + .../Hexagon-DYLD/HexagonDYLDRendezvous.cpp | 4 ---- .../DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp | 5 +---- .../Clang/ClangExpressionParser.cpp | 1 - .../ExpressionParser/Clang/ClangExpressionParser.h | 2 +- .../ExpressionParser/Clang/ClangFunctionCaller.h | 1 - .../Clang/ClangModulesDeclVendor.h | 1 - .../Instruction/ARM/EmulateInstructionARM.cpp | 2 +- .../Instruction/ARM64/EmulateInstructionARM64.cpp | 2 +- .../Instruction/MIPS/EmulateInstructionMIPS.cpp | 2 +- .../MIPS64/EmulateInstructionMIPS64.cpp | 2 +- .../BSD-Archive/ObjectContainerBSDArchive.cpp | 2 +- .../BSD-Archive/ObjectContainerBSDArchive.h | 3 +-- .../ObjectContainerUniversalMachO.cpp | 2 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 2 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 4 +--- source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp | 3 +-- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 2 +- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 5 ++--- .../Python/OperatingSystemPython.cpp | 1 - .../Platform/MacOSX/PlatformRemoteAppleTV.cpp | 2 +- .../Platform/MacOSX/PlatformRemoteAppleWatch.cpp | 2 +- .../Platform/MacOSX/PlatformRemoteDarwinDevice.cpp | 1 - .../Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp | 2 +- source/Plugins/Process/Linux/NativeProcessLinux.h | 3 +-- .../Process/Utility/DynamicRegisterInfo.cpp | 6 +----- .../Process/Utility/RegisterInfoInterface.h | 5 ++--- .../Process/Utility/StopInfoMachException.cpp | 1 - .../Process/Utility/UnwindMacOSXFrameBackchain.cpp | 6 +----- .../gdb-remote/GDBRemoteCommunicationClient.h | 4 +--- .../Process/gdb-remote/ProcessGDBRemote.cpp | 1 - .../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 4 +--- .../Plugins/Process/gdb-remote/ThreadGDBRemote.cpp | 1 - source/Plugins/Process/minidump/MinidumpParser.h | 3 +-- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 2 +- .../InstEmulation/UnwindAssemblyInstEmulation.cpp | 2 +- .../UnwindAssembly/x86/UnwindAssembly-x86.cpp | 2 +- .../x86/x86AssemblyInspectionEngine.h | 5 ++--- source/Symbol/ClangASTContext.cpp | 2 +- source/Symbol/CompactUnwindInfo.cpp | 10 +++------- source/Symbol/DWARFCallFrameInfo.cpp | 9 +++------ source/Symbol/JavaASTContext.cpp | 7 +++---- source/Target/ThreadPlanTracer.cpp | 3 --- source/Target/UnixSignals.cpp | 2 +- source/{Core => Utility}/ArchSpec.cpp | 20 +++++++++----------- source/Utility/CMakeLists.txt | 1 + unittests/Core/CMakeLists.txt | 1 - unittests/Process/minidump/MinidumpParserTest.cpp | 8 +++----- .../SymbolFile/DWARF/SymbolFileDWARFTests.cpp | 4 ++-- .../InstEmulation/TestArm64InstEmulation.cpp | 2 +- .../x86/Testx86AssemblyInspectionEngine.cpp | 2 +- unittests/{Core => Utility}/ArchSpecTest.cpp | 3 +-- unittests/Utility/CMakeLists.txt | 1 + unittests/tools/lldb-server/tests/TestClient.cpp | 1 - unittests/tools/lldb-server/tests/TestClient.h | 2 +- 93 files changed, 104 insertions(+), 204 deletions(-) rename include/lldb/{Core => Utility}/ArchSpec.h (98%) rename source/{Core => Utility}/ArchSpec.cpp (99%) rename unittests/{Core => Utility}/ArchSpecTest.cpp (99%)