Package lldb
[hide private]
[frames] | no frames]

Package lldb

source code


The lldb module contains the public APIs for Python binding.

Some of the important classes are described here:

o SBTarget: Represents the target program running under the debugger.
o SBProcess: Represents the process associated with the target program.
o SBThread: Represents a thread of execution. SBProcess contains SBThread(s).
o SBFrame: Represents one of the stack frames associated with a thread. SBThread
      contains SBFrame(s).
o SBSymbolContext: A container that stores various debugger related info.
o SBValue: Represents the value of a variable, a register, or an expression.
o SBModule: Represents an executable image and its associated object and symbol
      files.  SBTarget contains SBModule(s).
o SBBreakpoint: Represents a logical breakpoint and its associated settings.
      SBTarget contains SBBreakpoint(s).
o SBSymbol: Represents the symbol possibly associated with a stack frame.
o SBCompileUnit: Represents a compilation unit, or compiled source file.
o SBFunction: Represents a generic function, which can be inlined or not.
o SBBlock: Represents a lexical block. SBFunction contains SBBlock(s).
o SBLineEntry: Specifies an association with a contiguous range of instructions
      and a source file location. SBCompileUnit contains SBLineEntry(s).

Classes [hide private]
  _swig_property
property(fget=None, fset=None, fdel=None, doc=None) -> property attribute
  _object
  SBAddress
A section + offset based address class.
  SBAttachInfo
Proxy of C++ lldb::SBAttachInfo class
  SBBlock
Represents a lexical block.
  SBBreakpoint
Represents a logical breakpoint and its associated settings.
  SBBreakpointList
Proxy of C++ lldb::SBBreakpointList class
  SBBreakpointLocation
Represents one unique instance (by address) of a logical breakpoint.
  SBBreakpointName
Represents a breakpoint name registered in a given SBTarget.
  SBBroadcaster
Represents an entity which can broadcast events.
  SBCommandInterpreterRunOptions
SBCommandInterpreterRunOptions controls how the RunCommandInterpreter runs the code it is fed.
  SBCommandInterpreter
SBCommandInterpreter handles/interprets commands for lldb.
  SBCommandReturnObject
Represents a container which holds the result from command execution.
  SBCommunication
Proxy of C++ lldb::SBCommunication class
  SBCompileUnit
Represents a compilation unit, or compiled source file.
  SBData
Proxy of C++ lldb::SBData class
  SBDebugger
SBDebugger is the primordial object that creates SBTargets and provides access to them.
  SBDeclaration
Specifies an association with a line and column for a variable.
  SBError
Represents a container for holding any error code.
  SBEvent
API clients can register to receive events.
  SBExecutionContext
Proxy of C++ lldb::SBExecutionContext class
  SBExpressionOptions
A container for options to use when evaluating expressions.
  SBFileSpec
Represents a file specification that divides the path into a directory and basename.
  SBFileSpecList
Proxy of C++ lldb::SBFileSpecList class
  SBFrame
Represents one of the stack frames associated with a thread.
  SBFunction
Represents a generic function, which can be inlined or not.
  SBHostOS
Proxy of C++ lldb::SBHostOS class
  SBInstruction
Proxy of C++ lldb::SBInstruction class
  SBInstructionList
Represents a list of machine instructions.
  SBLanguageRuntime
Proxy of C++ lldb::SBLanguageRuntime class
  SBLaunchInfo
Proxy of C++ lldb::SBLaunchInfo class
  SBLineEntry
Specifies an association with a contiguous range of instructions and a source file location.
  SBListener
API clients can register its own listener to debugger events.
  SBMemoryRegionInfo
API clients can get information about memory regions in processes.
  SBMemoryRegionInfoList
Proxy of C++ lldb::SBMemoryRegionInfoList class
  SBModule
Represents an executable image and its associated object and symbol files.
  SBModuleSpec
Proxy of C++ lldb::SBModuleSpec class
  SBModuleSpecList
Proxy of C++ lldb::SBModuleSpecList class
  SBPlatformConnectOptions
Proxy of C++ lldb::SBPlatformConnectOptions class
  SBPlatformShellCommand
Proxy of C++ lldb::SBPlatformShellCommand class
  SBPlatform
A class that represents a platform that can represent the current host or a remote host debug platform.
  SBProcess
Represents the process associated with the target program.
  SBProcessInfo
Describes an existing process and any discoverable information that pertains to that process.
  SBQueue
Proxy of C++ lldb::SBQueue class
  SBQueueItem
Proxy of C++ lldb::SBQueueItem class
  SBSection
Represents an executable image section.
  SBSourceManager
Represents a central authority for displaying source code.
  SBStream
Represents a destination for streaming data output to.
  SBStringList
Proxy of C++ lldb::SBStringList class
  SBStructuredData
A class representing a StructuredData event.
  SBSymbol
Represents the symbol possibly associated with a stack frame.
  SBSymbolContext
A context object that provides access to core debugger entities.
  SBSymbolContextList
Represents a list of symbol context object.
  SBTarget
Represents the target program running under the debugger.
  SBThread
Represents a thread of execution.
  SBThreadCollection
Represents a collection of SBThread objects.
  SBThreadPlan
Proxy of C++ lldb::SBThreadPlan class
  SBTrace
Proxy of C++ lldb::SBTrace class
  SBTraceOptions
Proxy of C++ lldb::SBTraceOptions class
  SBTypeMember
Represents a member of a type in lldb.
  SBTypeMemberFunction
Proxy of C++ lldb::SBTypeMemberFunction class
  SBType
Represents a data type in lldb.
  SBTypeList
Represents a list of SBTypes.
  SBTypeCategory
Represents a category that can contain formatters for types.
  SBTypeEnumMember
Represents a member of an enum in lldb.
  SBTypeEnumMemberList
Represents a list of SBTypeEnumMembers.
  SBTypeFilter
Represents a filter that can be associated to one or more types.
  SBTypeFormat
Represents a format that can be associated to one or more types.
  SBTypeNameSpecifier
Represents a general way to provide a type name to LLDB APIs.
  SBTypeSummaryOptions
Proxy of C++ lldb::SBTypeSummaryOptions class
  SBTypeSummary
Represents a summary that can be associated to one or more types.
  SBTypeSynthetic
Represents a summary that can be associated to one or more types.
  SBValue
Represents the value of a variable, a register, or an expression.
  SBValueList
Represents a collection of SBValues.
  SBVariablesOptions
Proxy of C++ lldb::SBVariablesOptions class
  SBWatchpoint
Represents an instance of watchpoint for a specific target program.
  SBUnixSignals
Allows you to manipulate LLDB's signal disposition
  declaration
A class that represents a source declaration location with file, line and column.
  value_iter
  value
A class designed to wrap lldb.SBValue() objects so the resulting object can be used as a variable would be in code.
  SBSyntheticValueProvider
Functions [hide private]
 
_swig_setattr_nondynamic(self, class_type, name, value, static=1) source code
 
_swig_setattr(self, class_type, name, value) source code
 
_swig_getattr(self, class_type, name) source code
 
_swig_repr(self) source code
 
lldb_iter(obj, getsize, getelem)
A generator adaptor to support iteration for lldb container objects.
source code
 
SBBreakpoint_EventIsBreakpointEvent(*args)
SBBreakpoint_EventIsBreakpointEvent(SBEvent event) -> bool
source code
 
SBBreakpoint_GetBreakpointEventTypeFromEvent(*args)
SBBreakpoint_GetBreakpointEventTypeFromEvent(SBEvent event) -> lldb::BreakpointEventType
source code
 
SBBreakpoint_GetBreakpointFromEvent(*args)
SBBreakpoint_GetBreakpointFromEvent(SBEvent event) -> SBBreakpoint
source code
 
SBBreakpoint_GetBreakpointLocationAtIndexFromEvent(*args)
SBBreakpoint_GetBreakpointLocationAtIndexFromEvent(SBEvent event, uint32_t loc_idx) -> SBBreakpointLocation
source code
 
SBBreakpoint_GetNumBreakpointLocationsFromEvent(*args)
SBBreakpoint_GetNumBreakpointLocationsFromEvent(SBEvent event_sp) -> uint32_t
source code
 
SBCommandInterpreter_GetArgumentTypeAsCString(*args)
SBCommandInterpreter_GetArgumentTypeAsCString(lldb::CommandArgumentType const arg_type) -> char const *
source code
 
SBCommandInterpreter_GetArgumentDescriptionAsCString(*args)
SBCommandInterpreter_GetArgumentDescriptionAsCString(lldb::CommandArgumentType const arg_type) -> char const *
source code
 
SBCommandInterpreter_EventIsCommandInterpreterEvent(*args)
SBCommandInterpreter_EventIsCommandInterpreterEvent(SBEvent event) -> bool
source code
char const *
SBCommandInterpreter_GetBroadcasterClass() source code
char const *
SBCommunication_GetBroadcasterClass() source code
 
SBData_CreateDataFromCString(*args)
SBData_CreateDataFromCString(lldb::ByteOrder endian, uint32_t addr_byte_size, char const * data) -> SBData
source code
 
SBData_CreateDataFromUInt64Array(*args)
SBData_CreateDataFromUInt64Array(lldb::ByteOrder endian, uint32_t addr_byte_size, uint64_t * array) -> SBData
source code
 
SBData_CreateDataFromUInt32Array(*args)
SBData_CreateDataFromUInt32Array(lldb::ByteOrder endian, uint32_t addr_byte_size, uint32_t * array) -> SBData
source code
 
SBData_CreateDataFromSInt64Array(*args)
SBData_CreateDataFromSInt64Array(lldb::ByteOrder endian, uint32_t addr_byte_size, int64_t * array) -> SBData
source code
 
SBData_CreateDataFromSInt32Array(*args)
SBData_CreateDataFromSInt32Array(lldb::ByteOrder endian, uint32_t addr_byte_size, int32_t * array) -> SBData
source code
 
SBData_CreateDataFromDoubleArray(*args)
SBData_CreateDataFromDoubleArray(lldb::ByteOrder endian, uint32_t addr_byte_size, double * array) -> SBData
source code
 
SBDebugger_Initialize() source code
SBError
SBDebugger_InitializeWithErrorHandling() source code
 
SBDebugger_Terminate() source code
SBDebugger
SBDebugger_Create()
Create(bool source_init_files) -> SBDebugger SBDebugger_Create(bool source_init_files, lldb::LogOutputCallback log_callback) -> SBDebugger
source code
 
SBDebugger_Destroy(*args)
SBDebugger_Destroy(SBDebugger debugger)
source code
 
SBDebugger_MemoryPressureDetected() source code
 
SBDebugger_GetDefaultArchitecture(*args)
SBDebugger_GetDefaultArchitecture(char * arch_name, size_t arch_name_len) -> bool
source code
 
SBDebugger_SetDefaultArchitecture(*args)
SBDebugger_SetDefaultArchitecture(char const * arch_name) -> bool
source code
char const *
SBDebugger_GetVersionString() source code
 
SBDebugger_StateAsCString(*args)
SBDebugger_StateAsCString(lldb::StateType state) -> char const *
source code
SBStructuredData
SBDebugger_GetBuildConfiguration() source code
 
SBDebugger_StateIsRunningState(*args)
SBDebugger_StateIsRunningState(lldb::StateType state) -> bool
source code
 
SBDebugger_StateIsStoppedState(*args)
SBDebugger_StateIsStoppedState(lldb::StateType state) -> bool
source code
 
SBDebugger_FindDebuggerWithID(*args)
SBDebugger_FindDebuggerWithID(int id) -> SBDebugger
source code
 
SBDebugger_SetInternalVariable(*args)
SBDebugger_SetInternalVariable(char const * var_name, char const * value, char const * debugger_instance_name) -> SBError
source code
 
SBDebugger_GetInternalVariableValue(*args)
SBDebugger_GetInternalVariableValue(char const * var_name, char const * debugger_instance_name) -> SBStringList
source code
 
SBEvent_GetCStringFromEvent(*args)
SBEvent_GetCStringFromEvent(SBEvent event) -> char const *
source code
 
SBFileSpec_ResolvePath(*args)
SBFileSpec_ResolvePath(char const * src_path, char * dst_path, size_t dst_len) -> int
source code
SBFileSpec
SBHostOS_GetProgramFileSpec() source code
SBFileSpec
SBHostOS_GetLLDBPythonPath() source code
 
SBHostOS_GetLLDBPath(*args)
SBHostOS_GetLLDBPath(lldb::PathType path_type) -> SBFileSpec
source code
SBFileSpec
SBHostOS_GetUserHomeDirectory() source code
 
SBHostOS_ThreadCreated(*args)
SBHostOS_ThreadCreated(char const * name)
source code
 
SBHostOS_ThreadCreate(*args)
SBHostOS_ThreadCreate(char const * name, lldb::thread_func_t arg2, void * thread_arg, SBError err) -> lldb::thread_t
source code
 
SBHostOS_ThreadCancel(*args)
SBHostOS_ThreadCancel(lldb::thread_t thread, SBError err) -> bool
source code
 
SBHostOS_ThreadDetach(*args)
SBHostOS_ThreadDetach(lldb::thread_t thread, SBError err) -> bool
source code
 
SBHostOS_ThreadJoin(*args)
SBHostOS_ThreadJoin(lldb::thread_t thread, lldb::thread_result_t * result, SBError err) -> bool
source code
 
SBLanguageRuntime_GetLanguageTypeFromString(*args)
SBLanguageRuntime_GetLanguageTypeFromString(char const * string) -> lldb::LanguageType
source code
 
SBLanguageRuntime_GetNameForLanguageType(*args)
SBLanguageRuntime_GetNameForLanguageType(lldb::LanguageType language) -> char const *
source code
 
in_range(symbol, section)
Test whether a symbol is within the range of a section.
source code
 
SBModuleSpecList_GetModuleSpecifications(*args)
SBModuleSpecList_GetModuleSpecifications(char const * path) -> SBModuleSpecList
source code
char const *
SBProcess_GetBroadcasterClassName() source code
 
SBProcess_GetStateFromEvent(*args)
SBProcess_GetStateFromEvent(SBEvent event) -> lldb::StateType
source code
 
SBProcess_GetRestartedFromEvent(*args)
SBProcess_GetRestartedFromEvent(SBEvent event) -> bool
source code
 
SBProcess_GetNumRestartedReasonsFromEvent(*args)
SBProcess_GetNumRestartedReasonsFromEvent(SBEvent event) -> size_t
source code
 
SBProcess_GetRestartedReasonAtIndexFromEvent(*args)
SBProcess_GetRestartedReasonAtIndexFromEvent(SBEvent event, size_t idx) -> char const *
source code
 
SBProcess_GetProcessFromEvent(*args)
SBProcess_GetProcessFromEvent(SBEvent event) -> SBProcess
source code
 
SBProcess_GetInterruptedFromEvent(*args)
SBProcess_GetInterruptedFromEvent(SBEvent event) -> bool
source code
 
SBProcess_GetStructuredDataFromEvent(*args)
SBProcess_GetStructuredDataFromEvent(SBEvent event) -> SBStructuredData
source code
 
SBProcess_EventIsProcessEvent(*args)
SBProcess_EventIsProcessEvent(SBEvent event) -> bool
source code
 
SBProcess_EventIsStructuredDataEvent(*args)
SBProcess_EventIsStructuredDataEvent(SBEvent event) -> bool
source code
char const *
SBTarget_GetBroadcasterClassName() source code
 
SBTarget_EventIsTargetEvent(*args)
SBTarget_EventIsTargetEvent(SBEvent event) -> bool
source code
 
SBTarget_GetTargetFromEvent(*args)
SBTarget_GetTargetFromEvent(SBEvent event) -> SBTarget
source code
 
SBTarget_GetNumModulesFromEvent(*args)
SBTarget_GetNumModulesFromEvent(SBEvent event) -> uint32_t
source code
 
SBTarget_GetModuleAtIndexFromEvent(*args)
SBTarget_GetModuleAtIndexFromEvent(uint32_t const idx, SBEvent event) -> SBModule
source code
char const *
SBThread_GetBroadcasterClassName() source code
 
SBThread_EventIsThreadEvent(*args)
SBThread_EventIsThreadEvent(SBEvent event) -> bool
source code
 
SBThread_GetStackFrameFromEvent(*args)
SBThread_GetStackFrameFromEvent(SBEvent event) -> SBFrame
source code
 
SBThread_GetThreadFromEvent(*args)
SBThread_GetThreadFromEvent(SBEvent event) -> SBThread
source code
 
SBTypeSummary_CreateWithSummaryString(*args)
CreateWithSummaryString(char const * data, uint32_t options=0) -> SBTypeSummary SBTypeSummary_CreateWithSummaryString(char const * data) -> SBTypeSummary
source code
 
SBTypeSummary_CreateWithFunctionName(*args)
CreateWithFunctionName(char const * data, uint32_t options=0) -> SBTypeSummary SBTypeSummary_CreateWithFunctionName(char const * data) -> SBTypeSummary
source code
 
SBTypeSummary_CreateWithScriptCode(*args)
CreateWithScriptCode(char const * data, uint32_t options=0) -> SBTypeSummary SBTypeSummary_CreateWithScriptCode(char const * data) -> SBTypeSummary
source code
 
SBTypeSynthetic_CreateWithClassName(*args)
CreateWithClassName(char const * data, uint32_t options=0) -> SBTypeSynthetic SBTypeSynthetic_CreateWithClassName(char const * data) -> SBTypeSynthetic
source code
 
SBTypeSynthetic_CreateWithScriptCode(*args)
CreateWithScriptCode(char const * data, uint32_t options=0) -> SBTypeSynthetic SBTypeSynthetic_CreateWithScriptCode(char const * data) -> SBTypeSynthetic
source code
 
SBWatchpoint_EventIsWatchpointEvent(*args)
SBWatchpoint_EventIsWatchpointEvent(SBEvent event) -> bool
source code
 
SBWatchpoint_GetWatchpointEventTypeFromEvent(*args)
SBWatchpoint_GetWatchpointEventTypeFromEvent(SBEvent event) -> lldb::WatchpointEventType
source code
 
SBWatchpoint_GetWatchpointFromEvent(*args)
SBWatchpoint_GetWatchpointFromEvent(SBEvent event) -> SBWatchpoint
source code
 
command(command_name=None, doc=None) source code
 
is_numeric_type(basic_type) source code
Variables [hide private]
  _newclass = 0
  swig_version = _to_int(0x020011// 0x10000), _to_int(0x020011//...
  INT32_MAX = _lldb.INT32_MAX
  UINT32_MAX = _lldb.UINT32_MAX
  UINT64_MAX = _lldb.UINT64_MAX
  LLDB_GENERIC_ERROR = _lldb.LLDB_GENERIC_ERROR
  LLDB_INVALID_BREAK_ID = _lldb.LLDB_INVALID_BREAK_ID
  LLDB_DEFAULT_BREAK_SIZE = _lldb.LLDB_DEFAULT_BREAK_SIZE
  LLDB_INVALID_WATCH_ID = _lldb.LLDB_INVALID_WATCH_ID
  LLDB_WATCH_TYPE_READ = _lldb.LLDB_WATCH_TYPE_READ
  LLDB_WATCH_TYPE_WRITE = _lldb.LLDB_WATCH_TYPE_WRITE
  LLDB_REGNUM_GENERIC_PC = _lldb.LLDB_REGNUM_GENERIC_PC
  LLDB_REGNUM_GENERIC_SP = _lldb.LLDB_REGNUM_GENERIC_SP
  LLDB_REGNUM_GENERIC_FP = _lldb.LLDB_REGNUM_GENERIC_FP
  LLDB_REGNUM_GENERIC_RA = _lldb.LLDB_REGNUM_GENERIC_RA
  LLDB_REGNUM_GENERIC_FLAGS = _lldb.LLDB_REGNUM_GENERIC_FLAGS
  LLDB_REGNUM_GENERIC_ARG1 = _lldb.LLDB_REGNUM_GENERIC_ARG1
  LLDB_REGNUM_GENERIC_ARG2 = _lldb.LLDB_REGNUM_GENERIC_ARG2
  LLDB_REGNUM_GENERIC_ARG3 = _lldb.LLDB_REGNUM_GENERIC_ARG3
  LLDB_REGNUM_GENERIC_ARG4 = _lldb.LLDB_REGNUM_GENERIC_ARG4
  LLDB_REGNUM_GENERIC_ARG5 = _lldb.LLDB_REGNUM_GENERIC_ARG5
  LLDB_REGNUM_GENERIC_ARG6 = _lldb.LLDB_REGNUM_GENERIC_ARG6
  LLDB_REGNUM_GENERIC_ARG7 = _lldb.LLDB_REGNUM_GENERIC_ARG7
  LLDB_REGNUM_GENERIC_ARG8 = _lldb.LLDB_REGNUM_GENERIC_ARG8
  LLDB_INVALID_ADDRESS = _lldb.LLDB_INVALID_ADDRESS
  LLDB_INVALID_INDEX32 = _lldb.LLDB_INVALID_INDEX32
  LLDB_INVALID_IVAR_OFFSET = _lldb.LLDB_INVALID_IVAR_OFFSET
  LLDB_INVALID_IMAGE_TOKEN = _lldb.LLDB_INVALID_IMAGE_TOKEN
  LLDB_INVALID_MODULE_VERSION = _lldb.LLDB_INVALID_MODULE_VERSION
  LLDB_INVALID_REGNUM = _lldb.LLDB_INVALID_REGNUM
  LLDB_INVALID_UID = _lldb.LLDB_INVALID_UID
  LLDB_INVALID_PROCESS_ID = _lldb.LLDB_INVALID_PROCESS_ID
  LLDB_INVALID_THREAD_ID = _lldb.LLDB_INVALID_THREAD_ID
  LLDB_INVALID_FRAME_ID = _lldb.LLDB_INVALID_FRAME_ID
  LLDB_INVALID_SIGNAL_NUMBER = _lldb.LLDB_INVALID_SIGNAL_NUMBER
  LLDB_INVALID_OFFSET = _lldb.LLDB_INVALID_OFFSET
  LLDB_INVALID_LINE_NUMBER = _lldb.LLDB_INVALID_LINE_NUMBER
  LLDB_INVALID_QUEUE_ID = _lldb.LLDB_INVALID_QUEUE_ID
  LLDB_ARCH_DEFAULT = _lldb.LLDB_ARCH_DEFAULT
  LLDB_ARCH_DEFAULT_32BIT = _lldb.LLDB_ARCH_DEFAULT_32BIT
  LLDB_ARCH_DEFAULT_64BIT = _lldb.LLDB_ARCH_DEFAULT_64BIT
  LLDB_INVALID_CPUTYPE = _lldb.LLDB_INVALID_CPUTYPE
  LLDB_MAX_NUM_OPTION_SETS = _lldb.LLDB_MAX_NUM_OPTION_SETS
  LLDB_OPT_SET_ALL = _lldb.LLDB_OPT_SET_ALL
  LLDB_OPT_SET_1 = _lldb.LLDB_OPT_SET_1
  LLDB_OPT_SET_2 = _lldb.LLDB_OPT_SET_2
  LLDB_OPT_SET_3 = _lldb.LLDB_OPT_SET_3
  LLDB_OPT_SET_4 = _lldb.LLDB_OPT_SET_4
  LLDB_OPT_SET_5 = _lldb.LLDB_OPT_SET_5
  LLDB_OPT_SET_6 = _lldb.LLDB_OPT_SET_6
  LLDB_OPT_SET_7 = _lldb.LLDB_OPT_SET_7
  LLDB_OPT_SET_8 = _lldb.LLDB_OPT_SET_8
  LLDB_OPT_SET_9 = _lldb.LLDB_OPT_SET_9
  LLDB_OPT_SET_10 = _lldb.LLDB_OPT_SET_10
  LLDB_OPT_SET_11 = _lldb.LLDB_OPT_SET_11
  eStateInvalid = _lldb.eStateInvalid
  eStateUnloaded = _lldb.eStateUnloaded
  eStateConnected = _lldb.eStateConnected
  eStateAttaching = _lldb.eStateAttaching
  eStateLaunching = _lldb.eStateLaunching
  eStateStopped = _lldb.eStateStopped
  eStateRunning = _lldb.eStateRunning
  eStateStepping = _lldb.eStateStepping
  eStateCrashed = _lldb.eStateCrashed
  eStateDetached = _lldb.eStateDetached
  eStateExited = _lldb.eStateExited
  eStateSuspended = _lldb.eStateSuspended
  kLastStateType = _lldb.kLastStateType
  eLaunchFlagNone = _lldb.eLaunchFlagNone
  eLaunchFlagExec = _lldb.eLaunchFlagExec
  eLaunchFlagDebug = _lldb.eLaunchFlagDebug
  eLaunchFlagStopAtEntry = _lldb.eLaunchFlagStopAtEntry
  eLaunchFlagDisableASLR = _lldb.eLaunchFlagDisableASLR
  eLaunchFlagDisableSTDIO = _lldb.eLaunchFlagDisableSTDIO
  eLaunchFlagLaunchInTTY = _lldb.eLaunchFlagLaunchInTTY
  eLaunchFlagLaunchInShell = _lldb.eLaunchFlagLaunchInShell
  eLaunchFlagLaunchInSeparateProcessGroup = _lldb.eLaunchFlagLau...
  eLaunchFlagDontSetExitStatus = _lldb.eLaunchFlagDontSetExitStatus
  eLaunchFlagDetachOnError = _lldb.eLaunchFlagDetachOnError
  eLaunchFlagShellExpandArguments = _lldb.eLaunchFlagShellExpand...
  eLaunchFlagCloseTTYOnExit = _lldb.eLaunchFlagCloseTTYOnExit
  eOnlyThisThread = _lldb.eOnlyThisThread
  eAllThreads = _lldb.eAllThreads
  eOnlyDuringStepping = _lldb.eOnlyDuringStepping
  eByteOrderInvalid = _lldb.eByteOrderInvalid
  eByteOrderBig = _lldb.eByteOrderBig
  eByteOrderPDP = _lldb.eByteOrderPDP
  eByteOrderLittle = _lldb.eByteOrderLittle
  eEncodingInvalid = _lldb.eEncodingInvalid
  eEncodingUint = _lldb.eEncodingUint
  eEncodingSint = _lldb.eEncodingSint
  eEncodingIEEE754 = _lldb.eEncodingIEEE754
  eEncodingVector = _lldb.eEncodingVector
  eFormatDefault = _lldb.eFormatDefault
  eFormatInvalid = _lldb.eFormatInvalid
  eFormatBoolean = _lldb.eFormatBoolean
  eFormatBinary = _lldb.eFormatBinary
  eFormatBytes = _lldb.eFormatBytes
  eFormatBytesWithASCII = _lldb.eFormatBytesWithASCII
  eFormatChar = _lldb.eFormatChar
  eFormatCharPrintable = _lldb.eFormatCharPrintable
  eFormatComplex = _lldb.eFormatComplex
  eFormatComplexFloat = _lldb.eFormatComplexFloat
  eFormatCString = _lldb.eFormatCString
  eFormatDecimal = _lldb.eFormatDecimal
  eFormatEnum = _lldb.eFormatEnum
  eFormatHex = _lldb.eFormatHex
  eFormatHexUppercase = _lldb.eFormatHexUppercase
  eFormatFloat = _lldb.eFormatFloat
  eFormatOctal = _lldb.eFormatOctal
  eFormatOSType = _lldb.eFormatOSType
  eFormatUnicode16 = _lldb.eFormatUnicode16
  eFormatUnicode32 = _lldb.eFormatUnicode32
  eFormatUnsigned = _lldb.eFormatUnsigned
  eFormatPointer = _lldb.eFormatPointer
  eFormatVectorOfChar = _lldb.eFormatVectorOfChar
  eFormatVectorOfSInt8 = _lldb.eFormatVectorOfSInt8
  eFormatVectorOfUInt8 = _lldb.eFormatVectorOfUInt8
  eFormatVectorOfSInt16 = _lldb.eFormatVectorOfSInt16
  eFormatVectorOfUInt16 = _lldb.eFormatVectorOfUInt16
  eFormatVectorOfSInt32 = _lldb.eFormatVectorOfSInt32
  eFormatVectorOfUInt32 = _lldb.eFormatVectorOfUInt32
  eFormatVectorOfSInt64 = _lldb.eFormatVectorOfSInt64
  eFormatVectorOfUInt64 = _lldb.eFormatVectorOfUInt64
  eFormatVectorOfFloat16 = _lldb.eFormatVectorOfFloat16
  eFormatVectorOfFloat32 = _lldb.eFormatVectorOfFloat32
  eFormatVectorOfFloat64 = _lldb.eFormatVectorOfFloat64
  eFormatVectorOfUInt128 = _lldb.eFormatVectorOfUInt128
  eFormatComplexInteger = _lldb.eFormatComplexInteger
  eFormatCharArray = _lldb.eFormatCharArray
  eFormatAddressInfo = _lldb.eFormatAddressInfo
  eFormatHexFloat = _lldb.eFormatHexFloat
  eFormatInstruction = _lldb.eFormatInstruction
  eFormatVoid = _lldb.eFormatVoid
  kNumFormats = _lldb.kNumFormats
  eDescriptionLevelBrief = _lldb.eDescriptionLevelBrief
  eDescriptionLevelFull = _lldb.eDescriptionLevelFull
  eDescriptionLevelVerbose = _lldb.eDescriptionLevelVerbose
  eDescriptionLevelInitial = _lldb.eDescriptionLevelInitial
  kNumDescriptionLevels = _lldb.kNumDescriptionLevels
  eScriptLanguageNone = _lldb.eScriptLanguageNone
  eScriptLanguagePython = _lldb.eScriptLanguagePython
  eScriptLanguageDefault = _lldb.eScriptLanguageDefault
  eScriptLanguageUnknown = _lldb.eScriptLanguageUnknown
  eRegisterKindEHFrame = _lldb.eRegisterKindEHFrame
  eRegisterKindDWARF = _lldb.eRegisterKindDWARF
  eRegisterKindGeneric = _lldb.eRegisterKindGeneric
  eRegisterKindProcessPlugin = _lldb.eRegisterKindProcessPlugin
  eRegisterKindLLDB = _lldb.eRegisterKindLLDB
  kNumRegisterKinds = _lldb.kNumRegisterKinds
  eStopReasonInvalid = _lldb.eStopReasonInvalid
  eStopReasonNone = _lldb.eStopReasonNone
  eStopReasonTrace = _lldb.eStopReasonTrace
  eStopReasonBreakpoint = _lldb.eStopReasonBreakpoint
  eStopReasonWatchpoint = _lldb.eStopReasonWatchpoint
  eStopReasonSignal = _lldb.eStopReasonSignal
  eStopReasonException = _lldb.eStopReasonException
  eStopReasonExec = _lldb.eStopReasonExec
  eStopReasonPlanComplete = _lldb.eStopReasonPlanComplete
  eStopReasonThreadExiting = _lldb.eStopReasonThreadExiting
  eStopReasonInstrumentation = _lldb.eStopReasonInstrumentation
  eReturnStatusInvalid = _lldb.eReturnStatusInvalid
  eReturnStatusSuccessFinishNoResult = _lldb.eReturnStatusSucces...
  eReturnStatusSuccessFinishResult = _lldb.eReturnStatusSuccessF...
  eReturnStatusSuccessContinuingNoResult = _lldb.eReturnStatusSu...
  eReturnStatusSuccessContinuingResult = _lldb.eReturnStatusSucc...
  eReturnStatusStarted = _lldb.eReturnStatusStarted
  eReturnStatusFailed = _lldb.eReturnStatusFailed
  eReturnStatusQuit = _lldb.eReturnStatusQuit
  eExpressionCompleted = _lldb.eExpressionCompleted
  eExpressionSetupError = _lldb.eExpressionSetupError
  eExpressionParseError = _lldb.eExpressionParseError
  eExpressionDiscarded = _lldb.eExpressionDiscarded
  eExpressionInterrupted = _lldb.eExpressionInterrupted
  eExpressionHitBreakpoint = _lldb.eExpressionHitBreakpoint
  eExpressionTimedOut = _lldb.eExpressionTimedOut
  eExpressionResultUnavailable = _lldb.eExpressionResultUnavailable
  eExpressionStoppedForDebug = _lldb.eExpressionStoppedForDebug
  eSearchDepthInvalid = _lldb.eSearchDepthInvalid
  eSearchDepthTarget = _lldb.eSearchDepthTarget
  eSearchDepthModule = _lldb.eSearchDepthModule
  eSearchDepthCompUnit = _lldb.eSearchDepthCompUnit
  eSearchDepthFunction = _lldb.eSearchDepthFunction
  eSearchDepthBlock = _lldb.eSearchDepthBlock
  eSearchDepthAddress = _lldb.eSearchDepthAddress
  kLastSearchDepthKind = _lldb.kLastSearchDepthKind
  eConnectionStatusSuccess = _lldb.eConnectionStatusSuccess
  eConnectionStatusEndOfFile = _lldb.eConnectionStatusEndOfFile
  eConnectionStatusError = _lldb.eConnectionStatusError
  eConnectionStatusTimedOut = _lldb.eConnectionStatusTimedOut
  eConnectionStatusNoConnection = _lldb.eConnectionStatusNoConne...
  eConnectionStatusLostConnection = _lldb.eConnectionStatusLostC...
  eConnectionStatusInterrupted = _lldb.eConnectionStatusInterrupted
  eErrorTypeInvalid = _lldb.eErrorTypeInvalid
  eErrorTypeGeneric = _lldb.eErrorTypeGeneric
  eErrorTypeMachKernel = _lldb.eErrorTypeMachKernel
  eErrorTypePOSIX = _lldb.eErrorTypePOSIX
  eErrorTypeExpression = _lldb.eErrorTypeExpression
  eErrorTypeWin32 = _lldb.eErrorTypeWin32
  eValueTypeInvalid = _lldb.eValueTypeInvalid
  eValueTypeVariableGlobal = _lldb.eValueTypeVariableGlobal
  eValueTypeVariableStatic = _lldb.eValueTypeVariableStatic
  eValueTypeVariableArgument = _lldb.eValueTypeVariableArgument
  eValueTypeVariableLocal = _lldb.eValueTypeVariableLocal
  eValueTypeRegister = _lldb.eValueTypeRegister
  eValueTypeRegisterSet = _lldb.eValueTypeRegisterSet
  eValueTypeConstResult = _lldb.eValueTypeConstResult
  eValueTypeVariableThreadLocal = _lldb.eValueTypeVariableThread...
  eInputReaderGranularityInvalid = _lldb.eInputReaderGranularity...
  eInputReaderGranularityByte = _lldb.eInputReaderGranularityByte
  eInputReaderGranularityWord = _lldb.eInputReaderGranularityWord
  eInputReaderGranularityLine = _lldb.eInputReaderGranularityLine
  eInputReaderGranularityAll = _lldb.eInputReaderGranularityAll
  eSymbolContextTarget = _lldb.eSymbolContextTarget
  eSymbolContextModule = _lldb.eSymbolContextModule
  eSymbolContextCompUnit = _lldb.eSymbolContextCompUnit
  eSymbolContextFunction = _lldb.eSymbolContextFunction
  eSymbolContextBlock = _lldb.eSymbolContextBlock
  eSymbolContextLineEntry = _lldb.eSymbolContextLineEntry
  eSymbolContextSymbol = _lldb.eSymbolContextSymbol
  eSymbolContextEverything = _lldb.eSymbolContextEverything
  eSymbolContextVariable = _lldb.eSymbolContextVariable
  ePermissionsWritable = _lldb.ePermissionsWritable
  ePermissionsReadable = _lldb.ePermissionsReadable
  ePermissionsExecutable = _lldb.ePermissionsExecutable
  eInputReaderActivate = _lldb.eInputReaderActivate
  eInputReaderAsynchronousOutputWritten = _lldb.eInputReaderAsyn...
  eInputReaderReactivate = _lldb.eInputReaderReactivate
  eInputReaderDeactivate = _lldb.eInputReaderDeactivate
  eInputReaderGotToken = _lldb.eInputReaderGotToken
  eInputReaderInterrupt = _lldb.eInputReaderInterrupt
  eInputReaderEndOfFile = _lldb.eInputReaderEndOfFile
  eInputReaderDone = _lldb.eInputReaderDone
  eBreakpointEventTypeInvalidType = _lldb.eBreakpointEventTypeIn...
  eBreakpointEventTypeAdded = _lldb.eBreakpointEventTypeAdded
  eBreakpointEventTypeRemoved = _lldb.eBreakpointEventTypeRemoved
  eBreakpointEventTypeLocationsAdded = _lldb.eBreakpointEventTyp...
  eBreakpointEventTypeLocationsRemoved = _lldb.eBreakpointEventT...
  eBreakpointEventTypeLocationsResolved = _lldb.eBreakpointEvent...
  eBreakpointEventTypeEnabled = _lldb.eBreakpointEventTypeEnabled
  eBreakpointEventTypeDisabled = _lldb.eBreakpointEventTypeDisabled
  eBreakpointEventTypeCommandChanged = _lldb.eBreakpointEventTyp...
  eBreakpointEventTypeConditionChanged = _lldb.eBreakpointEventT...
  eBreakpointEventTypeIgnoreChanged = _lldb.eBreakpointEventType...
  eBreakpointEventTypeThreadChanged = _lldb.eBreakpointEventType...
  eBreakpointEventTypeAutoContinueChanged = _lldb.eBreakpointEve...
  eWatchpointEventTypeInvalidType = _lldb.eWatchpointEventTypeIn...
  eWatchpointEventTypeAdded = _lldb.eWatchpointEventTypeAdded
  eWatchpointEventTypeRemoved = _lldb.eWatchpointEventTypeRemoved
  eWatchpointEventTypeEnabled = _lldb.eWatchpointEventTypeEnabled
  eWatchpointEventTypeDisabled = _lldb.eWatchpointEventTypeDisabled
  eWatchpointEventTypeCommandChanged = _lldb.eWatchpointEventTyp...
  eWatchpointEventTypeConditionChanged = _lldb.eWatchpointEventT...
  eWatchpointEventTypeIgnoreChanged = _lldb.eWatchpointEventType...
  eWatchpointEventTypeThreadChanged = _lldb.eWatchpointEventType...
  eWatchpointEventTypeTypeChanged = _lldb.eWatchpointEventTypeTy...
  eLanguageTypeUnknown = _lldb.eLanguageTypeUnknown
  eLanguageTypeC89 = _lldb.eLanguageTypeC89
  eLanguageTypeC = _lldb.eLanguageTypeC
  eLanguageTypeAda83 = _lldb.eLanguageTypeAda83
  eLanguageTypeC_plus_plus = _lldb.eLanguageTypeC_plus_plus
  eLanguageTypeCobol74 = _lldb.eLanguageTypeCobol74
  eLanguageTypeCobol85 = _lldb.eLanguageTypeCobol85
  eLanguageTypeFortran77 = _lldb.eLanguageTypeFortran77
  eLanguageTypeFortran90 = _lldb.eLanguageTypeFortran90
  eLanguageTypePascal83 = _lldb.eLanguageTypePascal83
  eLanguageTypeModula2 = _lldb.eLanguageTypeModula2
  eLanguageTypeJava = _lldb.eLanguageTypeJava
  eLanguageTypeC99 = _lldb.eLanguageTypeC99
  eLanguageTypeAda95 = _lldb.eLanguageTypeAda95
  eLanguageTypeFortran95 = _lldb.eLanguageTypeFortran95
  eLanguageTypePLI = _lldb.eLanguageTypePLI
  eLanguageTypeObjC = _lldb.eLanguageTypeObjC
  eLanguageTypeObjC_plus_plus = _lldb.eLanguageTypeObjC_plus_plus
  eLanguageTypeUPC = _lldb.eLanguageTypeUPC
  eLanguageTypeD = _lldb.eLanguageTypeD
  eLanguageTypePython = _lldb.eLanguageTypePython
  eLanguageTypeOpenCL = _lldb.eLanguageTypeOpenCL
  eLanguageTypeGo = _lldb.eLanguageTypeGo
  eLanguageTypeModula3 = _lldb.eLanguageTypeModula3
  eLanguageTypeHaskell = _lldb.eLanguageTypeHaskell
  eLanguageTypeC_plus_plus_03 = _lldb.eLanguageTypeC_plus_plus_03
  eLanguageTypeC_plus_plus_11 = _lldb.eLanguageTypeC_plus_plus_11
  eLanguageTypeOCaml = _lldb.eLanguageTypeOCaml
  eLanguageTypeRust = _lldb.eLanguageTypeRust
  eLanguageTypeC11 = _lldb.eLanguageTypeC11
  eLanguageTypeSwift = _lldb.eLanguageTypeSwift
  eLanguageTypeJulia = _lldb.eLanguageTypeJulia
  eLanguageTypeDylan = _lldb.eLanguageTypeDylan
  eLanguageTypeC_plus_plus_14 = _lldb.eLanguageTypeC_plus_plus_14
  eLanguageTypeFortran03 = _lldb.eLanguageTypeFortran03
  eLanguageTypeFortran08 = _lldb.eLanguageTypeFortran08
  eLanguageTypeMipsAssembler = _lldb.eLanguageTypeMipsAssembler
  eLanguageTypeExtRenderScript = _lldb.eLanguageTypeExtRenderScript
  eNumLanguageTypes = _lldb.eNumLanguageTypes
  eInstrumentationRuntimeTypeAddressSanitizer = _lldb.eInstrumen...
  eInstrumentationRuntimeTypeThreadSanitizer = _lldb.eInstrument...
  eInstrumentationRuntimeTypeUndefinedBehaviorSanitizer = _lldb....
  eInstrumentationRuntimeTypeMainThreadChecker = _lldb.eInstrume...
  eInstrumentationRuntimeTypeSwiftRuntimeReporting = _lldb.eInst...
  eNumInstrumentationRuntimeTypes = _lldb.eNumInstrumentationRun...
  eNoDynamicValues = _lldb.eNoDynamicValues
  eDynamicCanRunTarget = _lldb.eDynamicCanRunTarget
  eDynamicDontRunTarget = _lldb.eDynamicDontRunTarget
  eStopShowColumnAnsiOrCaret = _lldb.eStopShowColumnAnsiOrCaret
  eStopShowColumnAnsi = _lldb.eStopShowColumnAnsi
  eStopShowColumnCaret = _lldb.eStopShowColumnCaret
  eStopShowColumnNone = _lldb.eStopShowColumnNone
  eAccessNone = _lldb.eAccessNone
  eAccessPublic = _lldb.eAccessPublic
  eAccessPrivate = _lldb.eAccessPrivate
  eAccessProtected = _lldb.eAccessProtected
  eAccessPackage = _lldb.eAccessPackage
  eArgTypeAddress = _lldb.eArgTypeAddress
  eArgTypeAddressOrExpression = _lldb.eArgTypeAddressOrExpression
  eArgTypeAliasName = _lldb.eArgTypeAliasName
  eArgTypeAliasOptions = _lldb.eArgTypeAliasOptions
  eArgTypeArchitecture = _lldb.eArgTypeArchitecture
  eArgTypeBoolean = _lldb.eArgTypeBoolean
  eArgTypeBreakpointID = _lldb.eArgTypeBreakpointID
  eArgTypeBreakpointIDRange = _lldb.eArgTypeBreakpointIDRange
  eArgTypeBreakpointName = _lldb.eArgTypeBreakpointName
  eArgTypeByteSize = _lldb.eArgTypeByteSize
  eArgTypeClassName = _lldb.eArgTypeClassName
  eArgTypeCommandName = _lldb.eArgTypeCommandName
  eArgTypeCount = _lldb.eArgTypeCount
  eArgTypeDescriptionVerbosity = _lldb.eArgTypeDescriptionVerbosity
  eArgTypeDirectoryName = _lldb.eArgTypeDirectoryName
  eArgTypeDisassemblyFlavor = _lldb.eArgTypeDisassemblyFlavor
  eArgTypeEndAddress = _lldb.eArgTypeEndAddress
  eArgTypeExpression = _lldb.eArgTypeExpression
  eArgTypeExpressionPath = _lldb.eArgTypeExpressionPath
  eArgTypeExprFormat = _lldb.eArgTypeExprFormat
  eArgTypeFilename = _lldb.eArgTypeFilename
  eArgTypeFormat = _lldb.eArgTypeFormat
  eArgTypeFrameIndex = _lldb.eArgTypeFrameIndex
  eArgTypeFullName = _lldb.eArgTypeFullName
  eArgTypeFunctionName = _lldb.eArgTypeFunctionName
  eArgTypeFunctionOrSymbol = _lldb.eArgTypeFunctionOrSymbol
  eArgTypeGDBFormat = _lldb.eArgTypeGDBFormat
  eArgTypeHelpText = _lldb.eArgTypeHelpText
  eArgTypeIndex = _lldb.eArgTypeIndex
  eArgTypeLanguage = _lldb.eArgTypeLanguage
  eArgTypeLineNum = _lldb.eArgTypeLineNum
  eArgTypeLogCategory = _lldb.eArgTypeLogCategory
  eArgTypeLogChannel = _lldb.eArgTypeLogChannel
  eArgTypeMethod = _lldb.eArgTypeMethod
  eArgTypeName = _lldb.eArgTypeName
  eArgTypeNewPathPrefix = _lldb.eArgTypeNewPathPrefix
  eArgTypeNumLines = _lldb.eArgTypeNumLines
  eArgTypeNumberPerLine = _lldb.eArgTypeNumberPerLine
  eArgTypeOffset = _lldb.eArgTypeOffset
  eArgTypeOldPathPrefix = _lldb.eArgTypeOldPathPrefix
  eArgTypeOneLiner = _lldb.eArgTypeOneLiner
  eArgTypePath = _lldb.eArgTypePath
  eArgTypePermissionsNumber = _lldb.eArgTypePermissionsNumber
  eArgTypePermissionsString = _lldb.eArgTypePermissionsString
  eArgTypePid = _lldb.eArgTypePid
  eArgTypePlugin = _lldb.eArgTypePlugin
  eArgTypeProcessName = _lldb.eArgTypeProcessName
  eArgTypePythonClass = _lldb.eArgTypePythonClass
  eArgTypePythonFunction = _lldb.eArgTypePythonFunction
  eArgTypePythonScript = _lldb.eArgTypePythonScript
  eArgTypeQueueName = _lldb.eArgTypeQueueName
  eArgTypeRegisterName = _lldb.eArgTypeRegisterName
  eArgTypeRegularExpression = _lldb.eArgTypeRegularExpression
  eArgTypeRunArgs = _lldb.eArgTypeRunArgs
  eArgTypeRunMode = _lldb.eArgTypeRunMode
  eArgTypeScriptedCommandSynchronicity = _lldb.eArgTypeScriptedC...
  eArgTypeScriptLang = _lldb.eArgTypeScriptLang
  eArgTypeSearchWord = _lldb.eArgTypeSearchWord
  eArgTypeSelector = _lldb.eArgTypeSelector
  eArgTypeSettingIndex = _lldb.eArgTypeSettingIndex
  eArgTypeSettingKey = _lldb.eArgTypeSettingKey
  eArgTypeSettingPrefix = _lldb.eArgTypeSettingPrefix
  eArgTypeSettingVariableName = _lldb.eArgTypeSettingVariableName
  eArgTypeShlibName = _lldb.eArgTypeShlibName
  eArgTypeSourceFile = _lldb.eArgTypeSourceFile
  eArgTypeSortOrder = _lldb.eArgTypeSortOrder
  eArgTypeStartAddress = _lldb.eArgTypeStartAddress
  eArgTypeSummaryString = _lldb.eArgTypeSummaryString
  eArgTypeSymbol = _lldb.eArgTypeSymbol
  eArgTypeThreadID = _lldb.eArgTypeThreadID
  eArgTypeThreadIndex = _lldb.eArgTypeThreadIndex
  eArgTypeThreadName = _lldb.eArgTypeThreadName
  eArgTypeTypeName = _lldb.eArgTypeTypeName
  eArgTypeUnsignedInteger = _lldb.eArgTypeUnsignedInteger
  eArgTypeUnixSignal = _lldb.eArgTypeUnixSignal
  eArgTypeVarName = _lldb.eArgTypeVarName
  eArgTypeValue = _lldb.eArgTypeValue
  eArgTypeWidth = _lldb.eArgTypeWidth
  eArgTypeNone = _lldb.eArgTypeNone
  eArgTypePlatform = _lldb.eArgTypePlatform
  eArgTypeWatchpointID = _lldb.eArgTypeWatchpointID
  eArgTypeWatchpointIDRange = _lldb.eArgTypeWatchpointIDRange
  eArgTypeWatchType = _lldb.eArgTypeWatchType
  eArgRawInput = _lldb.eArgRawInput
  eArgTypeCommand = _lldb.eArgTypeCommand
  eArgTypeLastArg = _lldb.eArgTypeLastArg
  eSymbolTypeAny = _lldb.eSymbolTypeAny
  eSymbolTypeInvalid = _lldb.eSymbolTypeInvalid
  eSymbolTypeAbsolute = _lldb.eSymbolTypeAbsolute
  eSymbolTypeCode = _lldb.eSymbolTypeCode
  eSymbolTypeResolver = _lldb.eSymbolTypeResolver
  eSymbolTypeData = _lldb.eSymbolTypeData
  eSymbolTypeTrampoline = _lldb.eSymbolTypeTrampoline
  eSymbolTypeRuntime = _lldb.eSymbolTypeRuntime
  eSymbolTypeException = _lldb.eSymbolTypeException
  eSymbolTypeSourceFile = _lldb.eSymbolTypeSourceFile
  eSymbolTypeHeaderFile = _lldb.eSymbolTypeHeaderFile
  eSymbolTypeObjectFile = _lldb.eSymbolTypeObjectFile
  eSymbolTypeCommonBlock = _lldb.eSymbolTypeCommonBlock
  eSymbolTypeBlock = _lldb.eSymbolTypeBlock
  eSymbolTypeLocal = _lldb.eSymbolTypeLocal
  eSymbolTypeParam = _lldb.eSymbolTypeParam
  eSymbolTypeVariable = _lldb.eSymbolTypeVariable
  eSymbolTypeVariableType = _lldb.eSymbolTypeVariableType
  eSymbolTypeLineEntry = _lldb.eSymbolTypeLineEntry
  eSymbolTypeLineHeader = _lldb.eSymbolTypeLineHeader
  eSymbolTypeScopeBegin = _lldb.eSymbolTypeScopeBegin
  eSymbolTypeScopeEnd = _lldb.eSymbolTypeScopeEnd
  eSymbolTypeAdditional = _lldb.eSymbolTypeAdditional
  eSymbolTypeCompiler = _lldb.eSymbolTypeCompiler
  eSymbolTypeInstrumentation = _lldb.eSymbolTypeInstrumentation
  eSymbolTypeUndefined = _lldb.eSymbolTypeUndefined
  eSymbolTypeObjCClass = _lldb.eSymbolTypeObjCClass
  eSymbolTypeObjCMetaClass = _lldb.eSymbolTypeObjCMetaClass
  eSymbolTypeObjCIVar = _lldb.eSymbolTypeObjCIVar
  eSymbolTypeReExported = _lldb.eSymbolTypeReExported
  eSectionTypeInvalid = _lldb.eSectionTypeInvalid
  eSectionTypeCode = _lldb.eSectionTypeCode
  eSectionTypeContainer = _lldb.eSectionTypeContainer
  eSectionTypeData = _lldb.eSectionTypeData
  eSectionTypeDataCString = _lldb.eSectionTypeDataCString
  eSectionTypeDataCStringPointers = _lldb.eSectionTypeDataCStrin...
  eSectionTypeDataSymbolAddress = _lldb.eSectionTypeDataSymbolAd...
  eSectionTypeData4 = _lldb.eSectionTypeData4
  eSectionTypeData8 = _lldb.eSectionTypeData8
  eSectionTypeData16 = _lldb.eSectionTypeData16
  eSectionTypeDataPointers = _lldb.eSectionTypeDataPointers
  eSectionTypeDebug = _lldb.eSectionTypeDebug
  eSectionTypeZeroFill = _lldb.eSectionTypeZeroFill
  eSectionTypeDataObjCMessageRefs = _lldb.eSectionTypeDataObjCMe...
  eSectionTypeDataObjCCFStrings = _lldb.eSectionTypeDataObjCCFSt...
  eSectionTypeDWARFDebugAbbrev = _lldb.eSectionTypeDWARFDebugAbbrev
  eSectionTypeDWARFDebugAddr = _lldb.eSectionTypeDWARFDebugAddr
  eSectionTypeDWARFDebugAranges = _lldb.eSectionTypeDWARFDebugAr...
  eSectionTypeDWARFDebugCuIndex = _lldb.eSectionTypeDWARFDebugCu...
  eSectionTypeDWARFDebugFrame = _lldb.eSectionTypeDWARFDebugFrame
  eSectionTypeDWARFDebugInfo = _lldb.eSectionTypeDWARFDebugInfo
  eSectionTypeDWARFDebugLine = _lldb.eSectionTypeDWARFDebugLine
  eSectionTypeDWARFDebugLoc = _lldb.eSectionTypeDWARFDebugLoc
  eSectionTypeDWARFDebugMacInfo = _lldb.eSectionTypeDWARFDebugMa...
  eSectionTypeDWARFDebugMacro = _lldb.eSectionTypeDWARFDebugMacro
  eSectionTypeDWARFDebugPubNames = _lldb.eSectionTypeDWARFDebugP...
  eSectionTypeDWARFDebugPubTypes = _lldb.eSectionTypeDWARFDebugP...
  eSectionTypeDWARFDebugRanges = _lldb.eSectionTypeDWARFDebugRanges
  eSectionTypeDWARFDebugStr = _lldb.eSectionTypeDWARFDebugStr
  eSectionTypeDWARFDebugStrOffsets = _lldb.eSectionTypeDWARFDebu...
  eSectionTypeDWARFAppleNames = _lldb.eSectionTypeDWARFAppleNames
  eSectionTypeDWARFAppleTypes = _lldb.eSectionTypeDWARFAppleTypes
  eSectionTypeDWARFAppleNamespaces = _lldb.eSectionTypeDWARFAppl...
  eSectionTypeDWARFAppleObjC = _lldb.eSectionTypeDWARFAppleObjC
  eSectionTypeELFSymbolTable = _lldb.eSectionTypeELFSymbolTable
  eSectionTypeELFDynamicSymbols = _lldb.eSectionTypeELFDynamicSy...
  eSectionTypeELFRelocationEntries = _lldb.eSectionTypeELFReloca...
  eSectionTypeELFDynamicLinkInfo = _lldb.eSectionTypeELFDynamicL...
  eSectionTypeEHFrame = _lldb.eSectionTypeEHFrame
  eSectionTypeARMexidx = _lldb.eSectionTypeARMexidx
  eSectionTypeARMextab = _lldb.eSectionTypeARMextab
  eSectionTypeCompactUnwind = _lldb.eSectionTypeCompactUnwind
  eSectionTypeGoSymtab = _lldb.eSectionTypeGoSymtab
  eSectionTypeAbsoluteAddress = _lldb.eSectionTypeAbsoluteAddress
  eSectionTypeDWARFGNUDebugAltLink = _lldb.eSectionTypeDWARFGNUD...
  eSectionTypeDWARFDebugTypes = _lldb.eSectionTypeDWARFDebugTypes
  eSectionTypeDWARFDebugNames = _lldb.eSectionTypeDWARFDebugNames
  eSectionTypeOther = _lldb.eSectionTypeOther
  eSectionTypeDWARFDebugLineStr = _lldb.eSectionTypeDWARFDebugLi...
  eSectionTypeDWARFDebugRngLists = _lldb.eSectionTypeDWARFDebugR...
  eSectionTypeDWARFDebugLocLists = _lldb.eSectionTypeDWARFDebugL...
  eSectionTypeDWARFDebugAbbrevDwo = _lldb.eSectionTypeDWARFDebug...
  eSectionTypeDWARFDebugInfoDwo = _lldb.eSectionTypeDWARFDebugIn...
  eSectionTypeDWARFDebugStrDwo = _lldb.eSectionTypeDWARFDebugStrDwo
  eSectionTypeDWARFDebugStrOffsetsDwo = _lldb.eSectionTypeDWARFD...
  eEmulateInstructionOptionNone = _lldb.eEmulateInstructionOptio...
  eEmulateInstructionOptionAutoAdvancePC = _lldb.eEmulateInstruc...
  eEmulateInstructionOptionIgnoreConditions = _lldb.eEmulateInst...
  eFunctionNameTypeNone = _lldb.eFunctionNameTypeNone
  eFunctionNameTypeAuto = _lldb.eFunctionNameTypeAuto
  eFunctionNameTypeFull = _lldb.eFunctionNameTypeFull
  eFunctionNameTypeBase = _lldb.eFunctionNameTypeBase
  eFunctionNameTypeMethod = _lldb.eFunctionNameTypeMethod
  eFunctionNameTypeSelector = _lldb.eFunctionNameTypeSelector
  eFunctionNameTypeAny = _lldb.eFunctionNameTypeAny
  eBasicTypeInvalid = _lldb.eBasicTypeInvalid
  eBasicTypeVoid = _lldb.eBasicTypeVoid
  eBasicTypeChar = _lldb.eBasicTypeChar
  eBasicTypeSignedChar = _lldb.eBasicTypeSignedChar
  eBasicTypeUnsignedChar = _lldb.eBasicTypeUnsignedChar
  eBasicTypeWChar = _lldb.eBasicTypeWChar
  eBasicTypeSignedWChar = _lldb.eBasicTypeSignedWChar
  eBasicTypeUnsignedWChar = _lldb.eBasicTypeUnsignedWChar
  eBasicTypeChar16 = _lldb.eBasicTypeChar16
  eBasicTypeChar32 = _lldb.eBasicTypeChar32
  eBasicTypeShort = _lldb.eBasicTypeShort
  eBasicTypeUnsignedShort = _lldb.eBasicTypeUnsignedShort
  eBasicTypeInt = _lldb.eBasicTypeInt
  eBasicTypeUnsignedInt = _lldb.eBasicTypeUnsignedInt
  eBasicTypeLong = _lldb.eBasicTypeLong
  eBasicTypeUnsignedLong = _lldb.eBasicTypeUnsignedLong
  eBasicTypeLongLong = _lldb.eBasicTypeLongLong
  eBasicTypeUnsignedLongLong = _lldb.eBasicTypeUnsignedLongLong
  eBasicTypeInt128 = _lldb.eBasicTypeInt128
  eBasicTypeUnsignedInt128 = _lldb.eBasicTypeUnsignedInt128
  eBasicTypeBool = _lldb.eBasicTypeBool
  eBasicTypeHalf = _lldb.eBasicTypeHalf
  eBasicTypeFloat = _lldb.eBasicTypeFloat
  eBasicTypeDouble = _lldb.eBasicTypeDouble
  eBasicTypeLongDouble = _lldb.eBasicTypeLongDouble
  eBasicTypeFloatComplex = _lldb.eBasicTypeFloatComplex
  eBasicTypeDoubleComplex = _lldb.eBasicTypeDoubleComplex
  eBasicTypeLongDoubleComplex = _lldb.eBasicTypeLongDoubleComplex
  eBasicTypeObjCID = _lldb.eBasicTypeObjCID
  eBasicTypeObjCClass = _lldb.eBasicTypeObjCClass
  eBasicTypeObjCSel = _lldb.eBasicTypeObjCSel
  eBasicTypeNullPtr = _lldb.eBasicTypeNullPtr
  eBasicTypeOther = _lldb.eBasicTypeOther
  eTraceTypeNone = _lldb.eTraceTypeNone
  eTraceTypeProcessorTrace = _lldb.eTraceTypeProcessorTrace
  eStructuredDataTypeInvalid = _lldb.eStructuredDataTypeInvalid
  eStructuredDataTypeNull = _lldb.eStructuredDataTypeNull
  eStructuredDataTypeGeneric = _lldb.eStructuredDataTypeGeneric
  eStructuredDataTypeArray = _lldb.eStructuredDataTypeArray
  eStructuredDataTypeInteger = _lldb.eStructuredDataTypeInteger
  eStructuredDataTypeFloat = _lldb.eStructuredDataTypeFloat
  eStructuredDataTypeBoolean = _lldb.eStructuredDataTypeBoolean
  eStructuredDataTypeString = _lldb.eStructuredDataTypeString
  eStructuredDataTypeDictionary = _lldb.eStructuredDataTypeDicti...
  eTypeClassInvalid = _lldb.eTypeClassInvalid
  eTypeClassArray = _lldb.eTypeClassArray
  eTypeClassBlockPointer = _lldb.eTypeClassBlockPointer
  eTypeClassBuiltin = _lldb.eTypeClassBuiltin
  eTypeClassClass = _lldb.eTypeClassClass
  eTypeClassComplexFloat = _lldb.eTypeClassComplexFloat
  eTypeClassComplexInteger = _lldb.eTypeClassComplexInteger
  eTypeClassEnumeration = _lldb.eTypeClassEnumeration
  eTypeClassFunction = _lldb.eTypeClassFunction
  eTypeClassMemberPointer = _lldb.eTypeClassMemberPointer
  eTypeClassObjCObject = _lldb.eTypeClassObjCObject
  eTypeClassObjCInterface = _lldb.eTypeClassObjCInterface
  eTypeClassObjCObjectPointer = _lldb.eTypeClassObjCObjectPointer
  eTypeClassPointer = _lldb.eTypeClassPointer
  eTypeClassReference = _lldb.eTypeClassReference
  eTypeClassStruct = _lldb.eTypeClassStruct
  eTypeClassTypedef = _lldb.eTypeClassTypedef
  eTypeClassUnion = _lldb.eTypeClassUnion
  eTypeClassVector = _lldb.eTypeClassVector
  eTypeClassOther = _lldb.eTypeClassOther
  eTypeClassAny = _lldb.eTypeClassAny
  eTemplateArgumentKindNull = _lldb.eTemplateArgumentKindNull
  eTemplateArgumentKindType = _lldb.eTemplateArgumentKindType
  eTemplateArgumentKindDeclaration = _lldb.eTemplateArgumentKind...
  eTemplateArgumentKindIntegral = _lldb.eTemplateArgumentKindInt...
  eTemplateArgumentKindTemplate = _lldb.eTemplateArgumentKindTem...
  eTemplateArgumentKindTemplateExpansion = _lldb.eTemplateArgume...
  eTemplateArgumentKindExpression = _lldb.eTemplateArgumentKindE...
  eTemplateArgumentKindPack = _lldb.eTemplateArgumentKindPack
  eTemplateArgumentKindNullPtr = _lldb.eTemplateArgumentKindNullPtr
  eTypeOptionNone = _lldb.eTypeOptionNone
  eTypeOptionCascade = _lldb.eTypeOptionCascade
  eTypeOptionSkipPointers = _lldb.eTypeOptionSkipPointers
  eTypeOptionSkipReferences = _lldb.eTypeOptionSkipReferences
  eTypeOptionHideChildren = _lldb.eTypeOptionHideChildren
  eTypeOptionHideValue = _lldb.eTypeOptionHideValue
  eTypeOptionShowOneLiner = _lldb.eTypeOptionShowOneLiner
  eTypeOptionHideNames = _lldb.eTypeOptionHideNames
  eTypeOptionNonCacheable = _lldb.eTypeOptionNonCacheable
  eTypeOptionHideEmptyAggregates = _lldb.eTypeOptionHideEmptyAgg...
  eTypeOptionFrontEndWantsDereference = _lldb.eTypeOptionFrontEn...
  eFrameCompareInvalid = _lldb.eFrameCompareInvalid
  eFrameCompareUnknown = _lldb.eFrameCompareUnknown
  eFrameCompareEqual = _lldb.eFrameCompareEqual
  eFrameCompareSameParent = _lldb.eFrameCompareSameParent
  eFrameCompareYounger = _lldb.eFrameCompareYounger
  eFrameCompareOlder = _lldb.eFrameCompareOlder
  eFilePermissionsUserRead = _lldb.eFilePermissionsUserRead
  eFilePermissionsUserWrite = _lldb.eFilePermissionsUserWrite
  eFilePermissionsUserExecute = _lldb.eFilePermissionsUserExecute
  eFilePermissionsGroupRead = _lldb.eFilePermissionsGroupRead
  eFilePermissionsGroupWrite = _lldb.eFilePermissionsGroupWrite
  eFilePermissionsGroupExecute = _lldb.eFilePermissionsGroupExecute
  eFilePermissionsWorldRead = _lldb.eFilePermissionsWorldRead
  eFilePermissionsWorldWrite = _lldb.eFilePermissionsWorldWrite
  eFilePermissionsWorldExecute = _lldb.eFilePermissionsWorldExecute
  eFilePermissionsUserRW = _lldb.eFilePermissionsUserRW
  eFileFilePermissionsUserRX = _lldb.eFileFilePermissionsUserRX
  eFilePermissionsUserRWX = _lldb.eFilePermissionsUserRWX
  eFilePermissionsGroupRW = _lldb.eFilePermissionsGroupRW
  eFilePermissionsGroupRX = _lldb.eFilePermissionsGroupRX
  eFilePermissionsGroupRWX = _lldb.eFilePermissionsGroupRWX
  eFilePermissionsWorldRW = _lldb.eFilePermissionsWorldRW
  eFilePermissionsWorldRX = _lldb.eFilePermissionsWorldRX
  eFilePermissionsWorldRWX = _lldb.eFilePermissionsWorldRWX
  eFilePermissionsEveryoneR = _lldb.eFilePermissionsEveryoneR
  eFilePermissionsEveryoneW = _lldb.eFilePermissionsEveryoneW
  eFilePermissionsEveryoneX = _lldb.eFilePermissionsEveryoneX
  eFilePermissionsEveryoneRW = _lldb.eFilePermissionsEveryoneRW
  eFilePermissionsEveryoneRX = _lldb.eFilePermissionsEveryoneRX
  eFilePermissionsEveryoneRWX = _lldb.eFilePermissionsEveryoneRWX
  eFilePermissionsFileDefault = _lldb.eFilePermissionsFileDefault
  eFilePermissionsDirectoryDefault = _lldb.eFilePermissionsDirec...
  eQueueItemKindUnknown = _lldb.eQueueItemKindUnknown
  eQueueItemKindFunction = _lldb.eQueueItemKindFunction
  eQueueItemKindBlock = _lldb.eQueueItemKindBlock
  eQueueKindUnknown = _lldb.eQueueKindUnknown
  eQueueKindSerial = _lldb.eQueueKindSerial
  eQueueKindConcurrent = _lldb.eQueueKindConcurrent
  eExpressionEvaluationParse = _lldb.eExpressionEvaluationParse
  eExpressionEvaluationIRGen = _lldb.eExpressionEvaluationIRGen
  eExpressionEvaluationExecution = _lldb.eExpressionEvaluationEx...
  eExpressionEvaluationComplete = _lldb.eExpressionEvaluationCom...
  eWatchpointKindWrite = _lldb.eWatchpointKindWrite
  eWatchpointKindRead = _lldb.eWatchpointKindRead
  eGdbSignalBadAccess = _lldb.eGdbSignalBadAccess
  eGdbSignalBadInstruction = _lldb.eGdbSignalBadInstruction
  eGdbSignalArithmetic = _lldb.eGdbSignalArithmetic
  eGdbSignalEmulation = _lldb.eGdbSignalEmulation
  eGdbSignalSoftware = _lldb.eGdbSignalSoftware
  eGdbSignalBreakpoint = _lldb.eGdbSignalBreakpoint
  ePathTypeLLDBShlibDir = _lldb.ePathTypeLLDBShlibDir
  ePathTypeSupportExecutableDir = _lldb.ePathTypeSupportExecutab...
  ePathTypeHeaderDir = _lldb.ePathTypeHeaderDir
  ePathTypePythonDir = _lldb.ePathTypePythonDir
  ePathTypeLLDBSystemPlugins = _lldb.ePathTypeLLDBSystemPlugins
  ePathTypeLLDBUserPlugins = _lldb.ePathTypeLLDBUserPlugins
  ePathTypeLLDBTempSystemDir = _lldb.ePathTypeLLDBTempSystemDir
  ePathTypeGlobalLLDBTempSystemDir = _lldb.ePathTypeGlobalLLDBTe...
  ePathTypeClangDir = _lldb.ePathTypeClangDir
  eMemberFunctionKindUnknown = _lldb.eMemberFunctionKindUnknown
  eMemberFunctionKindConstructor = _lldb.eMemberFunctionKindCons...
  eMemberFunctionKindDestructor = _lldb.eMemberFunctionKindDestr...
  eMemberFunctionKindInstanceMethod = _lldb.eMemberFunctionKindI...
  eMemberFunctionKindStaticMethod = _lldb.eMemberFunctionKindSta...
  eMatchTypeNormal = _lldb.eMatchTypeNormal
  eMatchTypeRegex = _lldb.eMatchTypeRegex
  eMatchTypeStartsWith = _lldb.eMatchTypeStartsWith
  eTypeHasChildren = _lldb.eTypeHasChildren
  eTypeHasValue = _lldb.eTypeHasValue
  eTypeIsArray = _lldb.eTypeIsArray
  eTypeIsBlock = _lldb.eTypeIsBlock
  eTypeIsBuiltIn = _lldb.eTypeIsBuiltIn
  eTypeIsClass = _lldb.eTypeIsClass
  eTypeIsCPlusPlus = _lldb.eTypeIsCPlusPlus
  eTypeIsEnumeration = _lldb.eTypeIsEnumeration
  eTypeIsFuncPrototype = _lldb.eTypeIsFuncPrototype
  eTypeIsMember = _lldb.eTypeIsMember
  eTypeIsObjC = _lldb.eTypeIsObjC
  eTypeIsPointer = _lldb.eTypeIsPointer
  eTypeIsReference = _lldb.eTypeIsReference
  eTypeIsStructUnion = _lldb.eTypeIsStructUnion
  eTypeIsTemplate = _lldb.eTypeIsTemplate
  eTypeIsTypedef = _lldb.eTypeIsTypedef
  eTypeIsVector = _lldb.eTypeIsVector
  eTypeIsScalar = _lldb.eTypeIsScalar
  eTypeIsInteger = _lldb.eTypeIsInteger
  eTypeIsFloat = _lldb.eTypeIsFloat
  eTypeIsComplex = _lldb.eTypeIsComplex
  eTypeIsSigned = _lldb.eTypeIsSigned
  eTypeInstanceIsPointer = _lldb.eTypeInstanceIsPointer
  eCommandRequiresTarget = _lldb.eCommandRequiresTarget
  eCommandRequiresProcess = _lldb.eCommandRequiresProcess
  eCommandRequiresThread = _lldb.eCommandRequiresThread
  eCommandRequiresFrame = _lldb.eCommandRequiresFrame
  eCommandRequiresRegContext = _lldb.eCommandRequiresRegContext
  eCommandTryTargetAPILock = _lldb.eCommandTryTargetAPILock
  eCommandProcessMustBeLaunched = _lldb.eCommandProcessMustBeLau...
  eCommandProcessMustBePaused = _lldb.eCommandProcessMustBePaused
  eTypeSummaryCapped = _lldb.eTypeSummaryCapped
  eTypeSummaryUncapped = _lldb.eTypeSummaryUncapped
  SBAddress_swigregister = _lldb.SBAddress_swigregister
  SBAttachInfo_swigregister = _lldb.SBAttachInfo_swigregister
  SBBlock_swigregister = _lldb.SBBlock_swigregister
  SBBreakpoint_swigregister = _lldb.SBBreakpoint_swigregister
  SBBreakpointList_swigregister = _lldb.SBBreakpointList_swigreg...
  SBBreakpointLocation_swigregister = _lldb.SBBreakpointLocation...
  SBBreakpointName_swigregister = _lldb.SBBreakpointName_swigreg...
  SBBroadcaster_swigregister = _lldb.SBBroadcaster_swigregister
  SBCommandInterpreterRunOptions_swigregister = _lldb.SBCommandI...
  SBCommandInterpreter_swigregister = _lldb.SBCommandInterpreter...
  SBCommandReturnObject_swigregister = _lldb.SBCommandReturnObje...
  SBCommunication_swigregister = _lldb.SBCommunication_swigregister
  SBCompileUnit_swigregister = _lldb.SBCompileUnit_swigregister
  SBData_swigregister = _lldb.SBData_swigregister
  SBDebugger_swigregister = _lldb.SBDebugger_swigregister
  SBDeclaration_swigregister = _lldb.SBDeclaration_swigregister
  SBError_swigregister = _lldb.SBError_swigregister
  SBEvent_swigregister = _lldb.SBEvent_swigregister
  SBExecutionContext_swigregister = _lldb.SBExecutionContext_swi...
  SBExpressionOptions_swigregister = _lldb.SBExpressionOptions_s...
  SBFileSpec_swigregister = _lldb.SBFileSpec_swigregister
  SBFileSpecList_swigregister = _lldb.SBFileSpecList_swigregister
  SBFrame_swigregister = _lldb.SBFrame_swigregister
  SBFunction_swigregister = _lldb.SBFunction_swigregister
  SBHostOS_swigregister = _lldb.SBHostOS_swigregister
  SBInstruction_swigregister = _lldb.SBInstruction_swigregister
  SBInstructionList_swigregister = _lldb.SBInstructionList_swigr...
  SBLanguageRuntime_swigregister = _lldb.SBLanguageRuntime_swigr...
  SBLaunchInfo_swigregister = _lldb.SBLaunchInfo_swigregister
  SBLineEntry_swigregister = _lldb.SBLineEntry_swigregister
  SBListener_swigregister = _lldb.SBListener_swigregister
  SBMemoryRegionInfo_swigregister = _lldb.SBMemoryRegionInfo_swi...
  SBMemoryRegionInfoList_swigregister = _lldb.SBMemoryRegionInfo...
  SBModule_swigregister = _lldb.SBModule_swigregister
  SBModuleSpec_swigregister = _lldb.SBModuleSpec_swigregister
  SBModuleSpecList_swigregister = _lldb.SBModuleSpecList_swigreg...
  SBPlatformConnectOptions_swigregister = _lldb.SBPlatformConnec...
  SBPlatformShellCommand_swigregister = _lldb.SBPlatformShellCom...
  SBPlatform_swigregister = _lldb.SBPlatform_swigregister
  SBProcess_swigregister = _lldb.SBProcess_swigregister
  SBProcessInfo_swigregister = _lldb.SBProcessInfo_swigregister
  SBQueue_swigregister = _lldb.SBQueue_swigregister
  SBQueueItem_swigregister = _lldb.SBQueueItem_swigregister
  SBSection_swigregister = _lldb.SBSection_swigregister
  SBSourceManager_swigregister = _lldb.SBSourceManager_swigregister
  SBStream_swigregister = _lldb.SBStream_swigregister
  SBStringList_swigregister = _lldb.SBStringList_swigregister
  SBStructuredData_swigregister = _lldb.SBStructuredData_swigreg...
  SBSymbol_swigregister = _lldb.SBSymbol_swigregister
  SBSymbolContext_swigregister = _lldb.SBSymbolContext_swigregister
  SBSymbolContextList_swigregister = _lldb.SBSymbolContextList_s...
  SBTarget_swigregister = _lldb.SBTarget_swigregister
  SBThread_swigregister = _lldb.SBThread_swigregister
  SBThreadCollection_swigregister = _lldb.SBThreadCollection_swi...
  SBThreadPlan_swigregister = _lldb.SBThreadPlan_swigregister
  SBTrace_swigregister = _lldb.SBTrace_swigregister
  SBTraceOptions_swigregister = _lldb.SBTraceOptions_swigregister
  SBTypeMember_swigregister = _lldb.SBTypeMember_swigregister
  SBTypeMemberFunction_swigregister = _lldb.SBTypeMemberFunction...
  SBType_swigregister = _lldb.SBType_swigregister
  SBTypeList_swigregister = _lldb.SBTypeList_swigregister
  SBTypeCategory_swigregister = _lldb.SBTypeCategory_swigregister
  SBTypeEnumMember_swigregister = _lldb.SBTypeEnumMember_swigreg...
  SBTypeEnumMemberList_swigregister = _lldb.SBTypeEnumMemberList...
  SBTypeFilter_swigregister = _lldb.SBTypeFilter_swigregister
  SBTypeFormat_swigregister = _lldb.SBTypeFormat_swigregister
  SBTypeNameSpecifier_swigregister = _lldb.SBTypeNameSpecifier_s...
  SBTypeSummaryOptions_swigregister = _lldb.SBTypeSummaryOptions...
  SBTypeSummary_swigregister = _lldb.SBTypeSummary_swigregister
  SBTypeSynthetic_swigregister = _lldb.SBTypeSynthetic_swigregister
  SBValue_swigregister = _lldb.SBValue_swigregister
  SBValueList_swigregister = _lldb.SBValueList_swigregister
  SBVariablesOptions_swigregister = _lldb.SBVariablesOptions_swi...
  SBWatchpoint_swigregister = _lldb.SBWatchpoint_swigregister
  SBUnixSignals_swigregister = _lldb.SBUnixSignals_swigregister
  debugger_unique_id = 0
  debugger = None
  target = SBTarget()
  process = SBProcess()
  thread = SBThread()
  frame = SBFrame()
Variables Details [hide private]

swig_version

Value:
_to_int(0x020011// 0x10000), _to_int(0x020011// 0x100), _to_int(0x0200\
11)

eLaunchFlagLaunchInSeparateProcessGroup

Value:
_lldb.eLaunchFlagLaunchInSeparateProcessGroup

eLaunchFlagShellExpandArguments

Value:
_lldb.eLaunchFlagShellExpandArguments

eReturnStatusSuccessFinishNoResult

Value:
_lldb.eReturnStatusSuccessFinishNoResult

eReturnStatusSuccessFinishResult

Value:
_lldb.eReturnStatusSuccessFinishResult

eReturnStatusSuccessContinuingNoResult

Value:
_lldb.eReturnStatusSuccessContinuingNoResult

eReturnStatusSuccessContinuingResult

Value:
_lldb.eReturnStatusSuccessContinuingResult

eConnectionStatusNoConnection

Value:
_lldb.eConnectionStatusNoConnection

eConnectionStatusLostConnection

Value:
_lldb.eConnectionStatusLostConnection

eValueTypeVariableThreadLocal

Value:
_lldb.eValueTypeVariableThreadLocal

eInputReaderGranularityInvalid

Value:
_lldb.eInputReaderGranularityInvalid

eInputReaderAsynchronousOutputWritten

Value:
_lldb.eInputReaderAsynchronousOutputWritten

eBreakpointEventTypeInvalidType

Value:
_lldb.eBreakpointEventTypeInvalidType

eBreakpointEventTypeLocationsAdded

Value:
_lldb.eBreakpointEventTypeLocationsAdded

eBreakpointEventTypeLocationsRemoved

Value:
_lldb.eBreakpointEventTypeLocationsRemoved

eBreakpointEventTypeLocationsResolved

Value:
_lldb.eBreakpointEventTypeLocationsResolved

eBreakpointEventTypeCommandChanged

Value:
_lldb.eBreakpointEventTypeCommandChanged

eBreakpointEventTypeConditionChanged

Value:
_lldb.eBreakpointEventTypeConditionChanged

eBreakpointEventTypeIgnoreChanged

Value:
_lldb.eBreakpointEventTypeIgnoreChanged

eBreakpointEventTypeThreadChanged

Value:
_lldb.eBreakpointEventTypeThreadChanged

eBreakpointEventTypeAutoContinueChanged

Value:
_lldb.eBreakpointEventTypeAutoContinueChanged

eWatchpointEventTypeInvalidType

Value:
_lldb.eWatchpointEventTypeInvalidType

eWatchpointEventTypeCommandChanged

Value:
_lldb.eWatchpointEventTypeCommandChanged

eWatchpointEventTypeConditionChanged

Value:
_lldb.eWatchpointEventTypeConditionChanged

eWatchpointEventTypeIgnoreChanged

Value:
_lldb.eWatchpointEventTypeIgnoreChanged

eWatchpointEventTypeThreadChanged

Value:
_lldb.eWatchpointEventTypeThreadChanged

eWatchpointEventTypeTypeChanged

Value:
_lldb.eWatchpointEventTypeTypeChanged

eInstrumentationRuntimeTypeAddressSanitizer

Value:
_lldb.eInstrumentationRuntimeTypeAddressSanitizer

eInstrumentationRuntimeTypeThreadSanitizer

Value:
_lldb.eInstrumentationRuntimeTypeThreadSanitizer

eInstrumentationRuntimeTypeUndefinedBehaviorSanitizer

Value:
_lldb.eInstrumentationRuntimeTypeUndefinedBehaviorSanitizer

eInstrumentationRuntimeTypeMainThreadChecker

Value:
_lldb.eInstrumentationRuntimeTypeMainThreadChecker

eInstrumentationRuntimeTypeSwiftRuntimeReporting

Value:
_lldb.eInstrumentationRuntimeTypeSwiftRuntimeReporting

eNumInstrumentationRuntimeTypes

Value:
_lldb.eNumInstrumentationRuntimeTypes

eArgTypeScriptedCommandSynchronicity

Value:
_lldb.eArgTypeScriptedCommandSynchronicity

eSectionTypeDataCStringPointers

Value:
_lldb.eSectionTypeDataCStringPointers

eSectionTypeDataSymbolAddress

Value:
_lldb.eSectionTypeDataSymbolAddress

eSectionTypeDataObjCMessageRefs

Value:
_lldb.eSectionTypeDataObjCMessageRefs

eSectionTypeDataObjCCFStrings

Value:
_lldb.eSectionTypeDataObjCCFStrings

eSectionTypeDWARFDebugAranges

Value:
_lldb.eSectionTypeDWARFDebugAranges

eSectionTypeDWARFDebugCuIndex

Value:
_lldb.eSectionTypeDWARFDebugCuIndex

eSectionTypeDWARFDebugMacInfo

Value:
_lldb.eSectionTypeDWARFDebugMacInfo

eSectionTypeDWARFDebugPubNames

Value:
_lldb.eSectionTypeDWARFDebugPubNames

eSectionTypeDWARFDebugPubTypes

Value:
_lldb.eSectionTypeDWARFDebugPubTypes

eSectionTypeDWARFDebugStrOffsets

Value:
_lldb.eSectionTypeDWARFDebugStrOffsets

eSectionTypeDWARFAppleNamespaces

Value:
_lldb.eSectionTypeDWARFAppleNamespaces

eSectionTypeELFDynamicSymbols

Value:
_lldb.eSectionTypeELFDynamicSymbols

eSectionTypeELFRelocationEntries

Value:
_lldb.eSectionTypeELFRelocationEntries

eSectionTypeELFDynamicLinkInfo

Value:
_lldb.eSectionTypeELFDynamicLinkInfo

eSectionTypeDWARFGNUDebugAltLink

Value:
_lldb.eSectionTypeDWARFGNUDebugAltLink

eSectionTypeDWARFDebugLineStr

Value:
_lldb.eSectionTypeDWARFDebugLineStr

eSectionTypeDWARFDebugRngLists

Value:
_lldb.eSectionTypeDWARFDebugRngLists

eSectionTypeDWARFDebugLocLists

Value:
_lldb.eSectionTypeDWARFDebugLocLists

eSectionTypeDWARFDebugAbbrevDwo

Value:
_lldb.eSectionTypeDWARFDebugAbbrevDwo

eSectionTypeDWARFDebugInfoDwo

Value:
_lldb.eSectionTypeDWARFDebugInfoDwo

eSectionTypeDWARFDebugStrOffsetsDwo

Value:
_lldb.eSectionTypeDWARFDebugStrOffsetsDwo

eEmulateInstructionOptionNone

Value:
_lldb.eEmulateInstructionOptionNone

eEmulateInstructionOptionAutoAdvancePC

Value:
_lldb.eEmulateInstructionOptionAutoAdvancePC

eEmulateInstructionOptionIgnoreConditions

Value:
_lldb.eEmulateInstructionOptionIgnoreConditions

eStructuredDataTypeDictionary

Value:
_lldb.eStructuredDataTypeDictionary

eTemplateArgumentKindDeclaration

Value:
_lldb.eTemplateArgumentKindDeclaration

eTemplateArgumentKindIntegral

Value:
_lldb.eTemplateArgumentKindIntegral

eTemplateArgumentKindTemplate

Value:
_lldb.eTemplateArgumentKindTemplate

eTemplateArgumentKindTemplateExpansion

Value:
_lldb.eTemplateArgumentKindTemplateExpansion

eTemplateArgumentKindExpression

Value:
_lldb.eTemplateArgumentKindExpression

eTypeOptionHideEmptyAggregates

Value:
_lldb.eTypeOptionHideEmptyAggregates

eTypeOptionFrontEndWantsDereference

Value:
_lldb.eTypeOptionFrontEndWantsDereference

eFilePermissionsDirectoryDefault

Value:
_lldb.eFilePermissionsDirectoryDefault

eExpressionEvaluationExecution

Value:
_lldb.eExpressionEvaluationExecution

eExpressionEvaluationComplete

Value:
_lldb.eExpressionEvaluationComplete

ePathTypeSupportExecutableDir

Value:
_lldb.ePathTypeSupportExecutableDir

ePathTypeGlobalLLDBTempSystemDir

Value:
_lldb.ePathTypeGlobalLLDBTempSystemDir

eMemberFunctionKindConstructor

Value:
_lldb.eMemberFunctionKindConstructor

eMemberFunctionKindDestructor

Value:
_lldb.eMemberFunctionKindDestructor

eMemberFunctionKindInstanceMethod

Value:
_lldb.eMemberFunctionKindInstanceMethod

eMemberFunctionKindStaticMethod

Value:
_lldb.eMemberFunctionKindStaticMethod

eCommandProcessMustBeLaunched

Value:
_lldb.eCommandProcessMustBeLaunched

SBBreakpointList_swigregister

Value:
_lldb.SBBreakpointList_swigregister

SBBreakpointLocation_swigregister

Value:
_lldb.SBBreakpointLocation_swigregister

SBBreakpointName_swigregister

Value:
_lldb.SBBreakpointName_swigregister

SBCommandInterpreterRunOptions_swigregister

Value:
_lldb.SBCommandInterpreterRunOptions_swigregister

SBCommandInterpreter_swigregister

Value:
_lldb.SBCommandInterpreter_swigregister

SBCommandReturnObject_swigregister

Value:
_lldb.SBCommandReturnObject_swigregister

SBExecutionContext_swigregister

Value:
_lldb.SBExecutionContext_swigregister

SBExpressionOptions_swigregister

Value:
_lldb.SBExpressionOptions_swigregister

SBInstructionList_swigregister

Value:
_lldb.SBInstructionList_swigregister

SBLanguageRuntime_swigregister

Value:
_lldb.SBLanguageRuntime_swigregister

SBMemoryRegionInfo_swigregister

Value:
_lldb.SBMemoryRegionInfo_swigregister

SBMemoryRegionInfoList_swigregister

Value:
_lldb.SBMemoryRegionInfoList_swigregister

SBModuleSpecList_swigregister

Value:
_lldb.SBModuleSpecList_swigregister

SBPlatformConnectOptions_swigregister

Value:
_lldb.SBPlatformConnectOptions_swigregister

SBPlatformShellCommand_swigregister

Value:
_lldb.SBPlatformShellCommand_swigregister

SBStructuredData_swigregister

Value:
_lldb.SBStructuredData_swigregister

SBSymbolContextList_swigregister

Value:
_lldb.SBSymbolContextList_swigregister

SBThreadCollection_swigregister

Value:
_lldb.SBThreadCollection_swigregister

SBTypeMemberFunction_swigregister

Value:
_lldb.SBTypeMemberFunction_swigregister

SBTypeEnumMember_swigregister

Value:
_lldb.SBTypeEnumMember_swigregister

SBTypeEnumMemberList_swigregister

Value:
_lldb.SBTypeEnumMemberList_swigregister

SBTypeNameSpecifier_swigregister

Value:
_lldb.SBTypeNameSpecifier_swigregister

SBTypeSummaryOptions_swigregister

Value:
_lldb.SBTypeSummaryOptions_swigregister

SBVariablesOptions_swigregister

Value:
_lldb.SBVariablesOptions_swigregister