[Lldb-commits] [PATCH] D29909: Break some more dependencies in lldbUtility

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 14 11:18:06 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL295088: Remove dependencies from Utility to Core and Target. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D29909?vs=88251&id=88402#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D29909

Files:
  lldb/trunk/include/lldb/Core/Flags.h
  lldb/trunk/include/lldb/Core/IOHandler.h
  lldb/trunk/include/lldb/Core/Log.h
  lldb/trunk/include/lldb/Core/Opcode.h
  lldb/trunk/include/lldb/Core/RegisterValue.h
  lldb/trunk/include/lldb/Core/Section.h
  lldb/trunk/include/lldb/Core/ValueObject.h
  lldb/trunk/include/lldb/DataFormatters/ValueObjectPrinter.h
  lldb/trunk/include/lldb/Host/Endian.h
  lldb/trunk/include/lldb/Interpreter/CommandObject.h
  lldb/trunk/include/lldb/Interpreter/OptionValueString.h
  lldb/trunk/include/lldb/Interpreter/Property.h
  lldb/trunk/include/lldb/Symbol/DWARFCallFrameInfo.h
  lldb/trunk/include/lldb/Symbol/ObjectContainer.h
  lldb/trunk/include/lldb/Symbol/ObjectFile.h
  lldb/trunk/include/lldb/Target/ModuleCache.h
  lldb/trunk/include/lldb/Target/ProcessLaunchInfo.h
  lldb/trunk/include/lldb/Target/ProcessStructReader.h
  lldb/trunk/include/lldb/Target/RegisterNumber.h
  lldb/trunk/include/lldb/Target/StackFrame.h
  lldb/trunk/include/lldb/Utility/Endian.h
  lldb/trunk/include/lldb/Utility/Flags.h
  lldb/trunk/include/lldb/Utility/ProcessStructReader.h
  lldb/trunk/include/lldb/Utility/PseudoTerminal.h
  lldb/trunk/include/lldb/Utility/RegisterNumber.h
  lldb/trunk/include/lldb/Utility/Stream.h
  lldb/trunk/source/Core/ArchSpec.cpp
  lldb/trunk/source/Core/DataEncoder.cpp
  lldb/trunk/source/Core/DataExtractor.cpp
  lldb/trunk/source/Core/EmulateInstruction.cpp
  lldb/trunk/source/Core/Event.cpp
  lldb/trunk/source/Core/Opcode.cpp
  lldb/trunk/source/Core/Scalar.cpp
  lldb/trunk/source/Core/ValueObject.cpp
  lldb/trunk/source/Expression/DWARFExpression.cpp
  lldb/trunk/source/Expression/IRInterpreter.cpp
  lldb/trunk/source/Host/freebsd/Host.cpp
  lldb/trunk/source/Host/macosx/Host.mm
  lldb/trunk/source/Host/macosx/Symbols.cpp
  lldb/trunk/source/Host/netbsd/Host.cpp
  lldb/trunk/source/Interpreter/OptionValueProperties.cpp
  lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  lldb/trunk/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
  lldb/trunk/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
  lldb/trunk/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  lldb/trunk/source/Plugins/Language/CPlusPlus/LibCxxList.cpp
  lldb/trunk/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
  lldb/trunk/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
  lldb/trunk/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
  lldb/trunk/source/Plugins/Language/ObjC/CF.cpp
  lldb/trunk/source/Plugins/Language/ObjC/Cocoa.cpp
  lldb/trunk/source/Plugins/Language/ObjC/CoreMedia.cpp
  lldb/trunk/source/Plugins/Language/ObjC/NSArray.cpp
  lldb/trunk/source/Plugins/Language/ObjC/NSDictionary.cpp
  lldb/trunk/source/Plugins/Language/ObjC/NSError.cpp
  lldb/trunk/source/Plugins/Language/ObjC/NSException.cpp
  lldb/trunk/source/Plugins/Language/ObjC/NSSet.cpp
  lldb/trunk/source/Plugins/Language/ObjC/NSString.cpp
  lldb/trunk/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
  lldb/trunk/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
  lldb/trunk/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
  lldb/trunk/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
  lldb/trunk/source/Plugins/Process/Utility/RegisterContextLLDB.h
  lldb/trunk/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
  lldb/trunk/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
  lldb/trunk/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
  lldb/trunk/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
  lldb/trunk/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp
  lldb/trunk/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
  lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  lldb/trunk/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  lldb/trunk/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
  lldb/trunk/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
  lldb/trunk/source/Symbol/ArmUnwindInfo.cpp
  lldb/trunk/source/Symbol/ClangASTContext.cpp
  lldb/trunk/source/Symbol/FuncUnwinders.cpp
  lldb/trunk/source/Target/CMakeLists.txt
  lldb/trunk/source/Target/ModuleCache.cpp
  lldb/trunk/source/Target/Platform.cpp
  lldb/trunk/source/Target/RegisterContext.cpp
  lldb/trunk/source/Target/RegisterNumber.cpp
  lldb/trunk/source/Utility/CMakeLists.txt
  lldb/trunk/source/Utility/Error.cpp
  lldb/trunk/source/Utility/ModuleCache.cpp
  lldb/trunk/source/Utility/ModuleCache.h
  lldb/trunk/source/Utility/RegisterNumber.cpp
  lldb/trunk/source/Utility/Stream.cpp
  lldb/trunk/source/Utility/UriParser.cpp
  lldb/trunk/unittests/CMakeLists.txt
  lldb/trunk/unittests/Core/ScalarTest.cpp
  lldb/trunk/unittests/Target/CMakeLists.txt
  lldb/trunk/unittests/Target/Inputs/TestModule.c
  lldb/trunk/unittests/Target/ModuleCacheTest.cpp
  lldb/trunk/unittests/Utility/CMakeLists.txt
  lldb/trunk/unittests/Utility/ModuleCacheTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29909.88402.patch
Type: text/x-patch
Size: 126913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170214/05e8ba62/attachment-0001.bin>


More information about the lldb-commits mailing list