mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
Move many other files from Core -> Utility.
llvm-svn: 297043
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
// Project includes
|
||||
#include "lldb/Breakpoint/StoppointLocation.h"
|
||||
#include "lldb/Core/Address.h"
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/Baton.h"
|
||||
#include "lldb/Core/StringList.h"
|
||||
#include "lldb/Core/StructuredData.h"
|
||||
#include "lldb/Utility/Baton.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
// Project includes
|
||||
#include "lldb/Breakpoint/BreakpointLocationCollection.h"
|
||||
#include "lldb/Breakpoint/StoppointLocation.h"
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-forward.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
// #include "lldb/Breakpoint/BreakpointOptions.h"
|
||||
|
||||
|
||||
@@ -19,9 +19,9 @@
|
||||
// Project includes
|
||||
#include "lldb/Breakpoint/StoppointLocation.h"
|
||||
#include "lldb/Breakpoint/WatchpointOptions.h"
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Symbol/CompilerType.h"
|
||||
#include "lldb/Target/Target.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/Baton.h"
|
||||
#include "lldb/Core/StringList.h"
|
||||
#include "lldb/Utility/Baton.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -26,12 +26,12 @@
|
||||
#include "lldb/Core/IOHandler.h"
|
||||
#include "lldb/Core/Listener.h"
|
||||
#include "lldb/Core/SourceManager.h"
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Core/UserSettingsController.h"
|
||||
#include "lldb/Host/HostThread.h"
|
||||
#include "lldb/Host/Terminal.h"
|
||||
#include "lldb/Target/Platform.h"
|
||||
#include "lldb/Target/TargetList.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-public.h"
|
||||
|
||||
#include "llvm/Support/Threading.h"
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
|
||||
#include "lldb/Core/ModuleChild.h"
|
||||
#include "lldb/Core/RangeMap.h"
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Core/VMRange.h"
|
||||
#include "lldb/Symbol/ObjectFile.h"
|
||||
#include "lldb/Utility/ConstString.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/Utility/VMRange.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
#include <limits.h>
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#include "lldb/Utility/DataExtractor.h"
|
||||
#include "lldb/Utility/Flags.h"
|
||||
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Core/Value.h"
|
||||
#include "lldb/Symbol/CompilerType.h"
|
||||
#include "lldb/Target/ExecutionContext.h"
|
||||
@@ -35,6 +34,7 @@
|
||||
#include "lldb/Utility/ConstString.h"
|
||||
#include "lldb/Utility/Error.h"
|
||||
#include "lldb/Utility/SharedCluster.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Target/ExecutionContextScope.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
#ifndef lldb_IRMemoryMap_h_
|
||||
#define lldb_IRMemoryMap_h_
|
||||
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Utility/DataBufferHeap.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-public.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
// Project includes
|
||||
#include "lldb/Core/AddressRange.h"
|
||||
#include "lldb/Core/RangeMap.h"
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Symbol/CompilerType.h"
|
||||
#include "lldb/Symbol/LineEntry.h"
|
||||
#include "lldb/Symbol/SymbolContext.h"
|
||||
#include "lldb/Utility/Stream.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -12,10 +12,10 @@
|
||||
|
||||
#include "lldb/Core/FileSpecList.h"
|
||||
#include "lldb/Core/ModuleChild.h"
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Symbol/DebugMacros.h"
|
||||
#include "lldb/Symbol/Function.h"
|
||||
#include "lldb/Utility/Stream.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-enumerations.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
#include "lldb/Utility/Flags.h"
|
||||
|
||||
#include "lldb/Core/RangeMap.h"
|
||||
#include "lldb/Core/VMRange.h"
|
||||
#include "lldb/Core/dwarf.h"
|
||||
#include "lldb/Symbol/ObjectFile.h"
|
||||
#include "lldb/Symbol/UnwindPlan.h"
|
||||
#include "lldb/Utility/VMRange.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -12,10 +12,10 @@
|
||||
|
||||
#include "lldb/Core/AddressRange.h"
|
||||
#include "lldb/Core/Mangled.h"
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Expression/DWARFExpression.h"
|
||||
#include "lldb/Symbol/Block.h"
|
||||
#include "lldb/Symbol/Declaration.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
|
||||
#include "lldb/Core/AddressRange.h"
|
||||
#include "lldb/Core/Mangled.h"
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Symbol/SymbolContextScope.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -11,11 +11,11 @@
|
||||
#define liblldb_Type_h_
|
||||
|
||||
#include "lldb/Core/ClangForward.h"
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Symbol/CompilerDecl.h"
|
||||
#include "lldb/Symbol/CompilerType.h"
|
||||
#include "lldb/Symbol/Declaration.h"
|
||||
#include "lldb/Utility/ConstString.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
#include "llvm/ADT/APSInt.h"
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
|
||||
#include "lldb/Core/Mangled.h"
|
||||
#include "lldb/Core/RangeMap.h"
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Expression/DWARFExpression.h"
|
||||
#include "lldb/Symbol/Declaration.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-enumerations.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Utility/Iterable.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
#ifndef liblldb_RegisterCheckpoint_h_
|
||||
#define liblldb_RegisterCheckpoint_h_
|
||||
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Target/StackID.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
#include "lldb/Utility/Flags.h"
|
||||
|
||||
#include "lldb/Core/Scalar.h"
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Core/ValueObjectList.h"
|
||||
#include "lldb/Symbol/SymbolContext.h"
|
||||
#include "lldb/Target/ExecutionContextScope.h"
|
||||
#include "lldb/Target/StackID.h"
|
||||
#include "lldb/Utility/Error.h"
|
||||
#include "lldb/Utility/StreamString.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
#include "lldb/Core/Broadcaster.h"
|
||||
#include "lldb/Core/Event.h"
|
||||
#include "lldb/Core/StructuredData.h"
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Core/UserSettingsController.h"
|
||||
#include "lldb/Target/ExecutionContextScope.h"
|
||||
#include "lldb/Target/RegisterCheckpoint.h"
|
||||
#include "lldb/Target/StackFrameList.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
#define LLDB_THREAD_MAX_STOP_EXC_DATA 8
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Target/Thread.h"
|
||||
#include "lldb/Target/ThreadCollection.h"
|
||||
#include "lldb/Utility/Iterable.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Target/Process.h"
|
||||
#include "lldb/Target/StopInfo.h"
|
||||
#include "lldb/Target/Target.h"
|
||||
#include "lldb/Target/Thread.h"
|
||||
#include "lldb/Target/ThreadPlanTracer.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
#include "lldb/Core/StructuredData.h"
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Target/Process.h"
|
||||
#include "lldb/Target/StopInfo.h"
|
||||
#include "lldb/Target/Target.h"
|
||||
#include "lldb/Target/Thread.h"
|
||||
#include "lldb/Target/ThreadPlan.h"
|
||||
#include "lldb/Target/ThreadPlanTracer.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include "lldb/Interpreter/ScriptInterpreter.h"
|
||||
#include "lldb/Target/Target.h"
|
||||
#include "lldb/Target/ThreadSpec.h"
|
||||
#include "lldb/Target/ThreadSpec.h"
|
||||
#include "lldb/Utility/Log.h"
|
||||
#include "lldb/Utility/Stream.h"
|
||||
#include "lldb/lldb-defines.h"
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#include "lldb/Target/Target.h"
|
||||
#include "lldb/Target/Thread.h"
|
||||
#include "lldb/Target/ThreadPlan.h"
|
||||
#include "lldb/Target/ThreadPlan.h"
|
||||
#include "lldb/Target/ThreadPlanPython.h"
|
||||
#include "lldb/Target/ThreadPlanStepInRange.h"
|
||||
#include "lldb/Target/ThreadPlanStepInstruction.h"
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
// Project includes
|
||||
#include "CommandObjectLog.h"
|
||||
#include "lldb/Core/Debugger.h"
|
||||
#include "lldb/Core/Debugger.h"
|
||||
#include "lldb/Core/Module.h"
|
||||
#include "lldb/Core/StreamFile.h"
|
||||
#include "lldb/Core/Timer.h"
|
||||
|
||||
@@ -5,7 +5,6 @@ add_lldb_library(lldbCore
|
||||
AddressResolverFileLine.cpp
|
||||
AddressResolverName.cpp
|
||||
ArchSpec.cpp
|
||||
Baton.cpp
|
||||
Broadcaster.cpp
|
||||
Communication.cpp
|
||||
Connection.cpp
|
||||
@@ -15,11 +14,9 @@ add_lldb_library(lldbCore
|
||||
DynamicLoader.cpp
|
||||
EmulateInstruction.cpp
|
||||
Event.cpp
|
||||
FastDemangle.cpp
|
||||
FileLineResolver.cpp
|
||||
FileSpecList.cpp
|
||||
FormatEntity.cpp
|
||||
History.cpp
|
||||
IOHandler.cpp
|
||||
Listener.cpp
|
||||
Mangled.cpp
|
||||
@@ -35,13 +32,10 @@ add_lldb_library(lldbCore
|
||||
SourceManager.cpp
|
||||
State.cpp
|
||||
StreamAsynchronousIO.cpp
|
||||
StreamCallback.cpp
|
||||
StreamFile.cpp
|
||||
StreamGDBRemote.cpp
|
||||
StringList.cpp
|
||||
StructuredData.cpp
|
||||
Timer.cpp
|
||||
UserID.cpp
|
||||
UserSettingsController.cpp
|
||||
Value.cpp
|
||||
ValueObject.cpp
|
||||
@@ -57,7 +51,6 @@ add_lldb_library(lldbCore
|
||||
ValueObjectRegister.cpp
|
||||
ValueObjectSyntheticFilter.cpp
|
||||
ValueObjectVariable.cpp
|
||||
VMRange.cpp
|
||||
|
||||
LINK_LIBS
|
||||
lldbBreakpoint
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#include "lldb/Core/RegisterValue.h"
|
||||
#include "lldb/Core/State.h"
|
||||
#include "lldb/Core/StreamAsynchronousIO.h"
|
||||
#include "lldb/Core/StreamCallback.h"
|
||||
#include "lldb/Core/StreamFile.h"
|
||||
#include "lldb/Core/StructuredData.h"
|
||||
#include "lldb/Core/Timer.h"
|
||||
@@ -60,6 +59,7 @@
|
||||
#include "lldb/Target/TargetList.h"
|
||||
#include "lldb/Target/Thread.h"
|
||||
#include "lldb/Utility/AnsiTerminal.h"
|
||||
#include "lldb/Utility/StreamCallback.h"
|
||||
#include "lldb/Utility/StreamString.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#ifdef LLDB_USE_BUILTIN_DEMANGLER
|
||||
// Provide a fast-path demangler implemented in FastDemangle.cpp until it can
|
||||
// replace the existing C++ demangler with a complete implementation
|
||||
#include "lldb/Utility/FastDemangle.h"
|
||||
#include "llvm/Demangle/Demangle.h"
|
||||
#include "lldb/Core/FastDemangle.h"
|
||||
#else
|
||||
#include <cxxabi.h>
|
||||
#endif
|
||||
|
||||
@@ -8,14 +8,16 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
#include "lldb/Core/Timer.h"
|
||||
|
||||
#include "lldb/Host/Host.h"
|
||||
#include "lldb/Utility/Stream.h"
|
||||
|
||||
#include "llvm/Support/ThreadLocal.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
#include "lldb/Host/Host.h"
|
||||
#include "lldb/Utility/Stream.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace lldb_private;
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
|
||||
#include "lldb/Core/RegisterValue.h"
|
||||
#include "lldb/Core/Scalar.h"
|
||||
#include "lldb/Core/VMRange.h"
|
||||
#include "lldb/Core/Value.h"
|
||||
#include "lldb/Core/dwarf.h"
|
||||
#include "lldb/Utility/DataEncoder.h"
|
||||
#include "lldb/Utility/Log.h"
|
||||
#include "lldb/Utility/StreamString.h"
|
||||
#include "lldb/Utility/VMRange.h"
|
||||
|
||||
#include "Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h"
|
||||
#include "Plugins/ExpressionParser/Clang/ClangExpressionVariable.h"
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
#include "llvm/Support/Threading.h"
|
||||
|
||||
// Project includes
|
||||
#include "lldb/Core/FastDemangle.h"
|
||||
#include "lldb/Core/PluginManager.h"
|
||||
#include "lldb/Core/UniqueCStringMap.h"
|
||||
#include "lldb/DataFormatters/CXXFunctionPointer.h"
|
||||
@@ -32,6 +31,7 @@
|
||||
#include "lldb/DataFormatters/FormattersHelpers.h"
|
||||
#include "lldb/DataFormatters/VectorType.h"
|
||||
#include "lldb/Utility/ConstString.h"
|
||||
#include "lldb/Utility/FastDemangle.h"
|
||||
#include "lldb/Utility/Log.h"
|
||||
#include "lldb/Utility/RegularExpression.h"
|
||||
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
// Project includes
|
||||
#include "lldb/Core/Broadcaster.h"
|
||||
#include "lldb/Core/Event.h"
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Core/UserSettingsController.h"
|
||||
#include "lldb/Target/ExecutionContextScope.h"
|
||||
#include "lldb/Target/StackFrameList.h"
|
||||
#include "lldb/Target/Thread.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
// Other libraries and framework includes
|
||||
#include "lldb/Core/ModuleSpec.h"
|
||||
#include "lldb/Core/State.h"
|
||||
#include "lldb/Core/StreamGDBRemote.h"
|
||||
#include "lldb/Host/HostInfo.h"
|
||||
#include "lldb/Host/StringConvert.h"
|
||||
#include "lldb/Interpreter/Args.h"
|
||||
@@ -32,6 +31,7 @@
|
||||
#include "lldb/Utility/JSON.h"
|
||||
#include "lldb/Utility/LLDBAssert.h"
|
||||
#include "lldb/Utility/Log.h"
|
||||
#include "lldb/Utility/StreamGDBRemote.h"
|
||||
#include "lldb/Utility/StreamString.h"
|
||||
|
||||
// Project includes
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
|
||||
// Other libraries and framework includes
|
||||
#include "lldb/Core/ModuleSpec.h"
|
||||
#include "lldb/Core/StreamGDBRemote.h"
|
||||
#include "lldb/Host/Config.h"
|
||||
#include "lldb/Host/File.h"
|
||||
#include "lldb/Host/FileSystem.h"
|
||||
@@ -38,6 +37,7 @@
|
||||
#include "lldb/Utility/Endian.h"
|
||||
#include "lldb/Utility/JSON.h"
|
||||
#include "lldb/Utility/Log.h"
|
||||
#include "lldb/Utility/StreamGDBRemote.h"
|
||||
#include "lldb/Utility/StreamString.h"
|
||||
#include "llvm/ADT/Triple.h"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "lldb/Host/Config.h"
|
||||
|
||||
#include "GDBRemoteCommunicationServerLLGS.h"
|
||||
#include "lldb/Core/StreamGDBRemote.h"
|
||||
#include "lldb/Utility/StreamGDBRemote.h"
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
#include "llvm/Support/FileSystem.h"
|
||||
#include "llvm/Support/Threading.h"
|
||||
|
||||
#include "lldb/Core/StreamGDBRemote.h"
|
||||
#include "lldb/Core/StructuredData.h"
|
||||
#include "lldb/Host/Config.h"
|
||||
#include "lldb/Host/ConnectionFileDescriptor.h"
|
||||
@@ -35,6 +34,7 @@
|
||||
#include "lldb/Target/UnixSignals.h"
|
||||
#include "lldb/Utility/JSON.h"
|
||||
#include "lldb/Utility/Log.h"
|
||||
#include "lldb/Utility/StreamGDBRemote.h"
|
||||
#include "lldb/Utility/StreamString.h"
|
||||
#include "lldb/Utility/UriParser.h"
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ add_lldb_library(lldbPluginSymbolFilePDB PLUGIN
|
||||
clangLex
|
||||
lldbCore
|
||||
lldbSymbol
|
||||
lldbUtility
|
||||
LINK_COMPONENTS
|
||||
DebugInfoPDB
|
||||
Support
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
#ifndef lldb_Plugins_SymbolFile_PDB_SymbolFilePDB_h_
|
||||
#define lldb_Plugins_SymbolFile_PDB_SymbolFilePDB_h_
|
||||
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Symbol/SymbolFile.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/DebugInfo/PDB/IPDBSession.h"
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
#include "lldb/Symbol/CompileUnit.h"
|
||||
#include "lldb/Symbol/Function.h"
|
||||
#include "lldb/Symbol/ObjectFile.h"
|
||||
#include "lldb/Symbol/ObjectFile.h"
|
||||
#include "lldb/Symbol/Symbol.h"
|
||||
#include "lldb/Symbol/SymbolContext.h"
|
||||
#include "lldb/Symbol/Symtab.h"
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Project includes
|
||||
#include "lldb/Target/TargetList.h"
|
||||
#include "lldb/Core/Broadcaster.h"
|
||||
#include "lldb/Core/Debugger.h"
|
||||
#include "lldb/Core/Event.h"
|
||||
@@ -22,7 +23,6 @@
|
||||
#include "lldb/Symbol/ObjectFile.h"
|
||||
#include "lldb/Target/Platform.h"
|
||||
#include "lldb/Target/Process.h"
|
||||
#include "lldb/Target/TargetList.h"
|
||||
|
||||
// Other libraries and framework includes
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "lldb/Core/Baton.h"
|
||||
#include "lldb/Utility/Baton.h"
|
||||
|
||||
// C Includes
|
||||
// C++ Includes
|
||||
@@ -1,10 +1,13 @@
|
||||
add_lldb_library(lldbUtility
|
||||
Baton.cpp
|
||||
ConstString.cpp
|
||||
DataBufferHeap.cpp
|
||||
DataBufferLLVM.cpp
|
||||
DataEncoder.cpp
|
||||
DataExtractor.cpp
|
||||
Error.cpp
|
||||
FastDemangle.cpp
|
||||
History.cpp
|
||||
JSON.cpp
|
||||
LLDBAssert.cpp
|
||||
Log.cpp
|
||||
@@ -15,14 +18,18 @@ add_lldb_library(lldbUtility
|
||||
SelectHelper.cpp
|
||||
SharingPtr.cpp
|
||||
Stream.cpp
|
||||
StreamCallback.cpp
|
||||
StreamGDBRemote.cpp
|
||||
StreamString.cpp
|
||||
StringExtractor.cpp
|
||||
StringExtractorGDBRemote.cpp
|
||||
StringLexer.cpp
|
||||
TaskPool.cpp
|
||||
UserID.cpp
|
||||
UriParser.cpp
|
||||
UUID.cpp
|
||||
VASprintf.cpp
|
||||
VMRange.cpp
|
||||
|
||||
LINK_LIBS
|
||||
# lldbUtility cannot have any dependencies
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
#include <functional>
|
||||
|
||||
#include "lldb/Core/FastDemangle.h"
|
||||
#include "lldb/Utility/FastDemangle.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
//#define DEBUG_FAILURES 1
|
||||
@@ -7,7 +7,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "lldb/Core/History.h"
|
||||
#include "lldb/Utility/History.h"
|
||||
|
||||
// C Includes
|
||||
#include <inttypes.h>
|
||||
@@ -7,7 +7,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "lldb/Core/StreamCallback.h"
|
||||
#include "lldb/Utility/StreamCallback.h"
|
||||
|
||||
using namespace lldb_private;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "lldb/Core/StreamGDBRemote.h"
|
||||
#include "lldb/Utility/StreamGDBRemote.h"
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace lldb;
|
||||
@@ -7,7 +7,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "lldb/Core/UserID.h"
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/Utility/Stream.h"
|
||||
|
||||
#include <inttypes.h>
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
#include "lldb/Core/VMRange.h"
|
||||
#include "lldb/Utility/Stream.h"
|
||||
#include "lldb/Utility/VMRange.h"
|
||||
#include <algorithm>
|
||||
|
||||
using namespace lldb;
|
||||
@@ -7,7 +7,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "lldb/Core/StreamCallback.h"
|
||||
#include "lldb/Utility/StreamCallback.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using namespace lldb;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "Plugins/Process/Utility/LinuxSignals.h"
|
||||
#include "Plugins/Process/gdb-remote/GDBRemoteClientBase.h"
|
||||
#include "Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h"
|
||||
#include "lldb/Core/StreamGDBRemote.h"
|
||||
#include "lldb/Utility/StreamGDBRemote.h"
|
||||
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user