1*af732203SDimitry AndricLLDB Python API 2*af732203SDimitry Andric================================ 3*af732203SDimitry Andric 4*af732203SDimitry Andric.. 5*af732203SDimitry Andric The long list of "skip" filters out several global functions that are 6*af732203SDimitry Andric generated by SWIG (but which are not useful as they are only the 7*af732203SDimitry Andric backend for their respective static functions in the classes). 8*af732203SDimitry Andric Without this list 9*af732203SDimitry Andric.. automodapi:: lldb 10*af732203SDimitry Andric :no-inheritance-diagram: 11*af732203SDimitry Andric :skip: SBBreakpoint_EventIsBreakpointEvent 12*af732203SDimitry Andric :skip: SBBreakpoint_GetBreakpointEventTypeFromEvent 13*af732203SDimitry Andric :skip: SBBreakpoint_GetBreakpointFromEvent 14*af732203SDimitry Andric :skip: SBBreakpoint_GetBreakpointLocationAtIndexFromEvent 15*af732203SDimitry Andric :skip: SBBreakpoint_GetNumBreakpointLocationsFromEvent 16*af732203SDimitry Andric :skip: SBCommandInterpreter_EventIsCommandInterpreterEvent 17*af732203SDimitry Andric :skip: SBCommandInterpreter_GetArgumentDescriptionAsCString 18*af732203SDimitry Andric :skip: SBCommandInterpreter_GetArgumentTypeAsCString 19*af732203SDimitry Andric :skip: SBCommandInterpreter_GetBroadcasterClass 20*af732203SDimitry Andric :skip: SBCommunication_GetBroadcasterClass 21*af732203SDimitry Andric :skip: SBData_CreateDataFromCString 22*af732203SDimitry Andric :skip: SBData_CreateDataFromDoubleArray 23*af732203SDimitry Andric :skip: SBData_CreateDataFromSInt32Array 24*af732203SDimitry Andric :skip: SBData_CreateDataFromSInt64Array 25*af732203SDimitry Andric :skip: SBData_CreateDataFromUInt32Array 26*af732203SDimitry Andric :skip: SBData_CreateDataFromUInt64Array 27*af732203SDimitry Andric :skip: SBDebugger_Create 28*af732203SDimitry Andric :skip: SBDebugger_Create 29*af732203SDimitry Andric :skip: SBDebugger_Destroy 30*af732203SDimitry Andric :skip: SBDebugger_FindDebuggerWithID 31*af732203SDimitry Andric :skip: SBDebugger_GetBuildConfiguration 32*af732203SDimitry Andric :skip: SBDebugger_GetDefaultArchitecture 33*af732203SDimitry Andric :skip: SBDebugger_GetInternalVariableValue 34*af732203SDimitry Andric :skip: SBDebugger_GetVersionString 35*af732203SDimitry Andric :skip: SBDebugger_Initialize 36*af732203SDimitry Andric :skip: SBDebugger_InitializeWithErrorHandling 37*af732203SDimitry Andric :skip: SBDebugger_MemoryPressureDetected 38*af732203SDimitry Andric :skip: SBDebugger_SetDefaultArchitecture 39*af732203SDimitry Andric :skip: SBDebugger_SetInternalVariable 40*af732203SDimitry Andric :skip: SBDebugger_StateAsCString 41*af732203SDimitry Andric :skip: SBDebugger_StateIsRunningState 42*af732203SDimitry Andric :skip: SBDebugger_StateIsStoppedState 43*af732203SDimitry Andric :skip: SBDebugger_Terminate 44*af732203SDimitry Andric :skip: SBEvent_GetCStringFromEvent 45*af732203SDimitry Andric :skip: SBFileSpec_ResolvePath 46*af732203SDimitry Andric :skip: SBFile_MakeBorrowed 47*af732203SDimitry Andric :skip: SBFile_MakeBorrowedForcingIOMethods 48*af732203SDimitry Andric :skip: SBFile_MakeForcingIOMethods 49*af732203SDimitry Andric :skip: SBHostOS_GetLLDBPath 50*af732203SDimitry Andric :skip: SBHostOS_GetLLDBPythonPath 51*af732203SDimitry Andric :skip: SBHostOS_GetProgramFileSpec 52*af732203SDimitry Andric :skip: SBHostOS_GetUserHomeDirectory 53*af732203SDimitry Andric :skip: SBHostOS_ThreadCancel 54*af732203SDimitry Andric :skip: SBHostOS_ThreadCreate 55*af732203SDimitry Andric :skip: SBHostOS_ThreadCreated 56*af732203SDimitry Andric :skip: SBHostOS_ThreadDetach 57*af732203SDimitry Andric :skip: SBHostOS_ThreadJoin 58*af732203SDimitry Andric :skip: SBLanguageRuntime_GetLanguageTypeFromString 59*af732203SDimitry Andric :skip: SBLanguageRuntime_GetNameForLanguageType 60*af732203SDimitry Andric :skip: SBModuleSpecList_GetModuleSpecifications 61*af732203SDimitry Andric :skip: SBModule_GarbageCollectAllocatedModules 62*af732203SDimitry Andric :skip: SBModule_GetNumberAllocatedModules 63*af732203SDimitry Andric :skip: SBPlatform_GetHostPlatform 64*af732203SDimitry Andric :skip: SBProcess_EventIsProcessEvent 65*af732203SDimitry Andric :skip: SBProcess_EventIsStructuredDataEvent 66*af732203SDimitry Andric :skip: SBProcess_GetBroadcasterClassName 67*af732203SDimitry Andric :skip: SBProcess_GetInterruptedFromEvent 68*af732203SDimitry Andric :skip: SBProcess_GetNumRestartedReasonsFromEvent 69*af732203SDimitry Andric :skip: SBProcess_GetProcessFromEvent 70*af732203SDimitry Andric :skip: SBProcess_GetRestartedFromEvent 71*af732203SDimitry Andric :skip: SBProcess_GetRestartedReasonAtIndexFromEvent 72*af732203SDimitry Andric :skip: SBProcess_GetStateFromEvent 73*af732203SDimitry Andric :skip: SBProcess_GetStructuredDataFromEvent 74*af732203SDimitry Andric :skip: SBReproducer_Capture 75*af732203SDimitry Andric :skip: SBReproducer_PassiveReplay 76*af732203SDimitry Andric :skip: SBReproducer_SetAutoGenerate 77*af732203SDimitry Andric :skip: SBReproducer_SetWorkingDirectory 78*af732203SDimitry Andric :skip: SBTarget_EventIsTargetEvent 79*af732203SDimitry Andric :skip: SBTarget_GetBroadcasterClassName 80*af732203SDimitry Andric :skip: SBTarget_GetModuleAtIndexFromEvent 81*af732203SDimitry Andric :skip: SBTarget_GetNumModulesFromEvent 82*af732203SDimitry Andric :skip: SBTarget_GetTargetFromEvent 83*af732203SDimitry Andric :skip: SBThread_EventIsThreadEvent 84*af732203SDimitry Andric :skip: SBThread_GetBroadcasterClassName 85*af732203SDimitry Andric :skip: SBThread_GetStackFrameFromEvent 86*af732203SDimitry Andric :skip: SBThread_GetThreadFromEvent 87*af732203SDimitry Andric :skip: SBTypeSummary_CreateWithFunctionName 88*af732203SDimitry Andric :skip: SBTypeSummary_CreateWithScriptCode 89*af732203SDimitry Andric :skip: SBTypeSummary_CreateWithSummaryString 90*af732203SDimitry Andric :skip: SBTypeSynthetic_CreateWithClassName 91*af732203SDimitry Andric :skip: SBTypeSynthetic_CreateWithScriptCode 92*af732203SDimitry Andric :skip: SBWatchpoint_EventIsWatchpointEvent 93*af732203SDimitry Andric :skip: SBWatchpoint_GetWatchpointEventTypeFromEvent 94*af732203SDimitry Andric :skip: SBWatchpoint_GetWatchpointFromEvent 95*af732203SDimitry Andric :skip: command 96*af732203SDimitry Andric :skip: in_range 97*af732203SDimitry Andric :skip: is_numeric_type 98*af732203SDimitry Andric :skip: lldb_iter 99