//===-- lldb-forward.h ------------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// #ifndef LLDB_lldb_forward_h_ #define LLDB_lldb_forward_h_ #if defined(__cplusplus) #include "lldb/Utility/SharingPtr.h" //---------------------------------------------------------------------- // lldb forward declarations //---------------------------------------------------------------------- namespace lldb_private { class ABI; class Address; class AddressImpl; class AddressRange; class AddressResolver; class ArchSpec; class ArmUnwindInfo; class Args; class ASTResultSynthesizer; class ASTStructExtractor; class Baton; class Block; class Breakpoint; class BreakpointID; class BreakpointIDList; class BreakpointList; class BreakpointLocation; class BreakpointLocationCollection; class BreakpointLocationList; class BreakpointOptions; class BreakpointResolver; class BreakpointSite; class BreakpointSiteList; class BroadcastEventSpec; class Broadcaster; class BroadcasterManager; class CPPLanguageRuntime; class ClangASTContext; class ClangASTImporter; class ClangASTMetadata; class ClangASTSource; class ClangExpressionDeclMap; class ClangExpressionParser; class ClangExpressionVariable; class ClangExpressionVariables; class ClangModulesDeclVendor; class ClangPersistentVariables; class CommandInterpreter; class CommandInterpreterRunOptions; class CommandObject; class CommandReturnObject; class Communication; class CompactUnwindInfo; struct CompilerContext; class CompilerDecl; class CompilerDeclContext; class CompilerType; class CompileUnit; class Condition; class Connection; class ConnectionFileDescriptor; class ConstString; class CXXSyntheticChildren; class DWARFCallFrameInfo; class DWARFExpression; class DataBuffer; class DataEncoder; class DataExtractor; class Debugger; class Declaration; class Disassembler; class DumpValueObjectOptions; class DynamicCheckerFunctions; class DynamicLoader; class Editline; class EmulateInstruction; class Error; class EvaluateExpressionOptions; class Event; class EventData; class ExecutionContext; class ExecutionContextRef; class ExecutionContextRefLocker; class ExecutionContextScope; class Expression; class ExpressionVariable; class ExpressionVariableList; class ExpressionTypeSystemHelper; class File; class FileSpec; class FileSpecList; class Flags; class GoASTContext; class TypeCategoryImpl; class FormatManager; class FormattersMatchCandidate; class FuncUnwinders; class Function; class FunctionInfo; class InlineFunctionInfo; class Instruction; class InstructionList; class InstrumentationRuntime; class IOHandler; class IOObject; class IRExecutionUnit; class JITLoader; class JITLoaderList; class Language; class LanguageCategory; class LanguageRuntime; class MemoryRegionInfo; class LineTable; class Listener; class Log; class LogChannel; class Mangled; class Materializer; class MemoryHistory; class Module; class ModuleList; class ModuleSpec; class ModuleSpecList; class Mutex; struct NameSearchContext; class ObjCLanguageRuntime; class ObjCRuntimeSyntheticProvider; class ObjectContainer; class OptionGroup; class OptionGroupOptions; class OptionGroupPlatform; class ObjectFile; class ObjectFileJITDelegate; class OperatingSystem; class Options; class OptionValue; class OptionValueArch; class OptionValueArgs; class OptionValueArray; class OptionValueBoolean; class OptionValueChar; class OptionValueDictionary; class OptionValueEnumeration; class OptionValueFileSpec; class OptionValueFileSpecList; class OptionValueFormat; class OptionValueLanguage; class OptionValueFormatEntity; class OptionValuePathMappings; class OptionValueProperties; class OptionValueRegex; class OptionValueSInt64; class OptionValueString; class OptionValueUInt64; class OptionValueUUID; class NamedOption; class PathMappingList; class FunctionCaller; class PersistentExpressionState; class Platform; class Process; class ProcessAttachInfo; class ProcessModID; class ProcessInfo; class ProcessInstanceInfo; class ProcessInstanceInfoList; class ProcessInstanceInfoMatch; class ProcessLaunchInfo; class Property; struct PropertyDefinition; class RegisterCheckpoint; class RegisterContext; class RegisterLocation; class RegisterLocationList; class RegisterValue; class RegularExpression; class REPL; class Scalar; class ScriptInterpreter; class ScriptInterpreterLocker; struct ScriptSummaryFormat; class SearchFilter; class Section; class SectionImpl; class SectionList; class SectionLoadHistory; class SectionLoadList; class Settings; class SourceManager; class SourceManagerImpl; class StackFrame; class StackFrameImpl; class StackFrameList; class StackID; class StopInfo; class Stoppoint; class StoppointCallbackContext; class StoppointLocation; class Stream; template class StreamBuffer; class StreamFile; class StreamString; class StringList; struct StringSummaryFormat; class SystemRuntime; class TypeSummaryImpl; class TypeSummaryOptions; class Symbol; class SymbolContext; class SymbolContextList; class SymbolContextScope; class SymbolContextSpecifier; class SymbolFile; class SymbolFileType; class SymbolVendor; class Symtab; class SyntheticChildren; class SyntheticChildrenFrontEnd; class TypeFilterImpl; class TypeSystem; #ifndef LLDB_DISABLE_PYTHON class ScriptedSyntheticChildren; #endif class Queue; class QueueItem; class QueueImpl; class Target; class TargetList; class TargetProperties; class Thread; class ThreadCollection; class ThreadList; class ThreadPlan; class ThreadPlanBase; class ThreadPlanRunToAddress; class ThreadPlanStepInstruction; class ThreadPlanStepOut; class ThreadPlanStepOverBreakpoint; class ThreadPlanStepRange; class ThreadPlanStepThrough; class ThreadPlanTracer; class ThreadSpec; class TimeValue; class Type; class TypeAndOrName; class TypeCategoryMap; class TypeImpl; class TypeList; class TypeMap; class TypeListImpl; class TypeMemberImpl; class TypeMemberFunctionImpl; class TypeEnumMemberImpl; class TypeEnumMemberListImpl; class TypeFormatImpl; class TypeNameSpecifierImpl; class TypePair; class TypeValidatorImpl; class UUID; class UnixSignals; class Unwind; class UnwindAssembly; class UnwindPlan; class UnwindTable; class UserExpression; class UtilityFunction; class VMRange; class Value; class ValueList; class ValueObject; class ValueObjectChild; class ValueObjectConstResult; class ValueObjectConstResultChild; class ValueObjectConstResultImpl; class ValueObjectList; class ValueObjectPrinter; class Variable; class VariableList; class Watchpoint; class WatchpointList; class WatchpointOptions; struct LineEntry; } // namespace lldb_private //---------------------------------------------------------------------- // lldb forward declarations //---------------------------------------------------------------------- namespace lldb { typedef std::shared_ptr ABISP; typedef std::shared_ptr BatonSP; typedef std::shared_ptr BlockSP; typedef std::shared_ptr BreakpointSP; typedef std::weak_ptr BreakpointWP; typedef std::shared_ptr BreakpointSiteSP; typedef std::weak_ptr BreakpointSiteWP; typedef std::shared_ptr BreakpointLocationSP; typedef std::weak_ptr BreakpointLocationWP; typedef std::shared_ptr BreakpointResolverSP; typedef std::shared_ptr BroadcasterSP; typedef std::unique_ptr ClangASTContextUP; typedef std::shared_ptr ClangASTImporterSP; typedef std::unique_ptr ClangModulesDeclVendorUP; typedef std::unique_ptr ClangPersistentVariablesUP; typedef std::shared_ptr UserExpressionSP; typedef std::shared_ptr CommandObjectSP; typedef std::shared_ptr CommunicationSP; typedef std::shared_ptr ConnectionSP; typedef std::shared_ptr CompUnitSP; typedef std::shared_ptr DataBufferSP; typedef std::shared_ptr DataExtractorSP; typedef std::shared_ptr DebuggerSP; typedef std::weak_ptr DebuggerWP; typedef std::shared_ptr DisassemblerSP; typedef std::unique_ptr DynamicCheckerFunctionsUP; typedef std::shared_ptr DynamicLoaderSP; typedef std::unique_ptr DynamicLoaderUP; typedef std::shared_ptr EventSP; typedef std::shared_ptr ExecutionContextRefSP; typedef std::shared_ptr ExpressionVariableSP; typedef std::shared_ptr FileSP; typedef std::shared_ptr FunctionSP; typedef std::shared_ptr FunctionCallerSP; typedef std::shared_ptr FuncUnwindersSP; typedef std::unique_ptr GoASTContextUP; typedef std::shared_ptr InlineFunctionInfoSP; typedef std::shared_ptr InstructionSP; typedef std::shared_ptr InstrumentationRuntimeSP; typedef std::shared_ptr IOHandlerSP; typedef std::shared_ptr IOObjectSP; typedef std::shared_ptr IRExecutionUnitSP; typedef std::shared_ptr JITLoaderSP; typedef std::unique_ptr JITLoaderListUP; typedef std::shared_ptr LanguageRuntimeSP; typedef std::shared_ptr SystemRuntimeSP; typedef std::unique_ptr SystemRuntimeUP; typedef std::shared_ptr LineTableSP; typedef std::shared_ptr ListenerSP; typedef std::shared_ptr LogChannelSP; typedef std::shared_ptr MemoryHistorySP; typedef std::shared_ptr ModuleSP; typedef std::weak_ptr ModuleWP; typedef std::shared_ptr ObjectFileSP; typedef std::weak_ptr ObjectFileWP; typedef std::shared_ptr ObjectFileJITDelegateSP; typedef std::weak_ptr ObjectFileJITDelegateWP; typedef std::unique_ptr OperatingSystemUP; typedef std::shared_ptr OptionValueSP; typedef std::weak_ptr OptionValueWP; typedef std::shared_ptr OptionValueArchSP; typedef std::shared_ptr OptionValueArgsSP; typedef std::shared_ptr OptionValueArraySP; typedef std::shared_ptr OptionValueBooleanSP; typedef std::shared_ptr OptionValueDictionarySP; typedef std::shared_ptr OptionValueFileSpecSP; typedef std::shared_ptr OptionValueFileSpecListSP; typedef std::shared_ptr OptionValueFormatSP; typedef std::shared_ptr OptionValuePathMappingsSP; typedef std::shared_ptr OptionValuePropertiesSP; typedef std::shared_ptr OptionValueRegexSP; typedef std::shared_ptr OptionValueSInt64SP; typedef std::shared_ptr OptionValueStringSP; typedef std::shared_ptr OptionValueUInt64SP; typedef std::shared_ptr OptionValueUUIDSP; typedef std::shared_ptr PlatformSP; typedef std::shared_ptr ProcessSP; typedef std::shared_ptr ProcessAttachInfoSP; typedef std::shared_ptr ProcessLaunchInfoSP; typedef std::weak_ptr ProcessWP; typedef std::shared_ptr PropertySP; typedef std::shared_ptr RegisterCheckpointSP; typedef std::shared_ptr RegisterContextSP; typedef std::shared_ptr RegularExpressionSP; typedef std::shared_ptr QueueSP; typedef std::weak_ptr QueueWP; typedef std::shared_ptr QueueItemSP; typedef std::shared_ptr REPLSP; typedef std::shared_ptr ScriptSummaryFormatSP; typedef std::shared_ptr ScriptInterpreterSP; typedef std::unique_ptr ScriptInterpreterUP; typedef std::shared_ptr SectionSP; typedef std::unique_ptr SectionListUP; typedef std::weak_ptr SectionWP; typedef std::shared_ptr SectionLoadListSP; typedef std::shared_ptr SearchFilterSP; typedef std::shared_ptr SettingsSP; typedef std::unique_ptr SourceManagerUP; typedef std::shared_ptr StackFrameSP; typedef std::unique_ptr StackFrameUP; typedef std::weak_ptr StackFrameWP; typedef std::shared_ptr StackFrameListSP; typedef std::shared_ptr StopInfoSP; typedef std::shared_ptr StoppointLocationSP; typedef std::shared_ptr StreamSP; typedef std::weak_ptr StreamWP; typedef std::shared_ptr StreamFileSP; typedef std::shared_ptr StringTypeSummaryImplSP; typedef std::shared_ptr SymbolFileSP; typedef std::shared_ptr SymbolFileTypeSP; typedef std::weak_ptr SymbolFileTypeWP; typedef std::shared_ptr SymbolContextSpecifierSP; typedef std::unique_ptr SymbolVendorUP; typedef std::shared_ptr SyntheticChildrenSP; typedef std::shared_ptr SyntheticChildrenFrontEndSP; typedef std::shared_ptr TargetSP; typedef std::weak_ptr TargetWP; typedef std::shared_ptr TargetPropertiesSP; typedef std::shared_ptr ThreadSP; typedef std::weak_ptr ThreadWP; typedef std::shared_ptr ThreadCollectionSP; typedef std::shared_ptr ThreadPlanSP; typedef std::shared_ptr ThreadPlanTracerSP; typedef std::shared_ptr TypeSP; typedef std::weak_ptr TypeWP; typedef std::shared_ptr TypeCategoryImplSP; typedef std::shared_ptr TypeImplSP; typedef std::shared_ptr TypeMemberFunctionImplSP; typedef std::shared_ptr TypeEnumMemberImplSP; typedef std::shared_ptr TypeFilterImplSP; typedef std::shared_ptr TypeSystemSP; typedef std::shared_ptr TypeFormatImplSP; typedef std::shared_ptr TypeNameSpecifierImplSP; typedef std::shared_ptr TypeSummaryImplSP; typedef std::shared_ptr TypeSummaryOptionsSP; typedef std::shared_ptr TypeValidatorImplSP; #ifndef LLDB_DISABLE_PYTHON typedef std::shared_ptr ScriptedSyntheticChildrenSP; #endif typedef std::shared_ptr UnixSignalsSP; typedef std::weak_ptr UnixSignalsWP; typedef std::shared_ptr UnwindAssemblySP; typedef std::shared_ptr UnwindPlanSP; typedef std::shared_ptr UtilityFunctionSP; typedef lldb_private::SharingPtr ValueObjectSP; typedef std::shared_ptr ValueSP; typedef std::shared_ptr ValueListSP; typedef std::shared_ptr VariableSP; typedef std::shared_ptr VariableListSP; typedef std::shared_ptr ValueObjectListSP; typedef std::shared_ptr WatchpointSP; } // namespace lldb #endif // #if defined(__cplusplus) #endif // LLDB_lldb_forward_h_