Defined in 1 files as a typedef:
Referenced in 131 files:
- contrib/llvm-project/lldb/include/lldb/API/SBDebugger.h, line 255
- contrib/llvm-project/lldb/include/lldb/API/SBModule.h, line 219
- contrib/llvm-project/lldb/include/lldb/API/SBTrace.h, 2 times
- contrib/llvm-project/lldb/include/lldb/API/SBValue.h, line 39
- contrib/llvm-project/lldb/include/lldb/API/SBValueList.h, line 42
- contrib/llvm-project/lldb/include/lldb/Breakpoint/BreakpointOptions.h, 6 times
- contrib/llvm-project/lldb/include/lldb/Breakpoint/WatchpointOptions.h, 2 times
- contrib/llvm-project/lldb/include/lldb/Core/Debugger.h, line 96
- contrib/llvm-project/lldb/include/lldb/Core/Section.h, 5 times
- contrib/llvm-project/lldb/include/lldb/Core/ValueObjectList.h, line 45
- contrib/llvm-project/lldb/include/lldb/Host/FileCache.h, 5 times
- contrib/llvm-project/lldb/include/lldb/Host/common/NativeProcessProtocol.h, 5 times
- contrib/llvm-project/lldb/include/lldb/Symbol/Block.h, 2 times
- contrib/llvm-project/lldb/include/lldb/Symbol/CompileUnit.h, 4 times
- contrib/llvm-project/lldb/include/lldb/Symbol/Function.h, 3 times
- contrib/llvm-project/lldb/include/lldb/Symbol/SymbolFile.h, 5 times
- contrib/llvm-project/lldb/include/lldb/Symbol/Symtab.h, line 51
- contrib/llvm-project/lldb/include/lldb/Symbol/Type.h, 4 times
- contrib/llvm-project/lldb/include/lldb/Symbol/TypeMap.h, line 44
- contrib/llvm-project/lldb/include/lldb/Symbol/Variable.h, line 32
- contrib/llvm-project/lldb/include/lldb/Target/InstrumentationRuntime.h, 3 times
- contrib/llvm-project/lldb/include/lldb/Target/Platform.h, 5 times
- contrib/llvm-project/lldb/include/lldb/Target/Process.h, 10 times
- contrib/llvm-project/lldb/include/lldb/Target/RemoteAwarePlatform.h, 5 times
- contrib/llvm-project/lldb/include/lldb/Target/StackFrame.h, 6 times
- contrib/llvm-project/lldb/include/lldb/Target/Target.h, 6 times
- contrib/llvm-project/lldb/include/lldb/Target/Thread.h, line 1058
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlan.h, line 601
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h, line 46
- contrib/llvm-project/lldb/include/lldb/Utility/UserID.h, 6 times
- contrib/llvm-project/lldb/include/lldb/lldb-private-interfaces.h, 3 times
- contrib/llvm-project/lldb/source/API/SBBlock.cpp, line 174
- contrib/llvm-project/lldb/source/API/SBBreakpointOptionCommon.cpp, 2 times
- contrib/llvm-project/lldb/source/API/SBBreakpointOptionCommon.h, 2 times
- contrib/llvm-project/lldb/source/API/SBDebugger.cpp, 4 times
- contrib/llvm-project/lldb/source/API/SBModule.cpp, 3 times
- contrib/llvm-project/lldb/source/API/SBProcess.cpp, line 324
- contrib/llvm-project/lldb/source/API/SBTrace.cpp, 5 times
- contrib/llvm-project/lldb/source/API/SBTypeCategory.cpp, line 27
- contrib/llvm-project/lldb/source/API/SBValue.cpp, 3 times
- contrib/llvm-project/lldb/source/API/SBValueList.cpp, 4 times
- contrib/llvm-project/lldb/source/Breakpoint/BreakpointOptions.cpp, 6 times
- contrib/llvm-project/lldb/source/Breakpoint/WatchpointOptions.cpp, 2 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectPlatform.cpp, 5 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectTarget.cpp, 2 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectWatchpointCommand.cpp, line 272
- contrib/llvm-project/lldb/source/Core/Debugger.cpp, 2 times
- contrib/llvm-project/lldb/source/Core/IOHandlerCursesGUI.cpp, 2 times
- contrib/llvm-project/lldb/source/Core/Section.cpp, 5 times
- contrib/llvm-project/lldb/source/Core/ValueObject.cpp, line 75
- contrib/llvm-project/lldb/source/Core/ValueObjectList.cpp, line 76
- contrib/llvm-project/lldb/source/Host/common/FileCache.cpp, 5 times
- contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h, 4 times
- contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp, 4 times
- contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h, 4 times
- contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.cpp, line 15
- contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.h, 3 times
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h, 2 times
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h, 2 times
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp, 7 times
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h, 2 times
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h, 2 times
- contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h, 3 times
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h, 2 times
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp, 4 times
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h, 5 times
- contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp, 19 times
- contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h, 7 times
- contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp, 5 times
- contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h, 5 times
- contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp, 4 times
- contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h, 2 times
- contrib/llvm-project/lldb/source/Plugins/Process/Utility/ThreadMemory.h, line 63
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp, 12 times
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h, 11 times
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp, 4 times
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp, 11 times
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h, 7 times
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp, line 150
- contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h, line 51
- contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp, 3 times
- contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h, 3 times
- contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h, 3 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h, 2 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp, line 2326
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp, line 64
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h, line 93
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h, line 24
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h, line 28
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h, 2 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp, 10 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h, 10 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp, 8 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h, 7 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp, line 31
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp, line 951
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h, 4 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp, 6 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h, 11 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h, 3 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp, 6 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h, 5 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h, 2 times
- contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h, 2 times
- contrib/llvm-project/lldb/source/Symbol/Block.cpp, 2 times
- contrib/llvm-project/lldb/source/Symbol/CompileUnit.cpp, 3 times
- contrib/llvm-project/lldb/source/Symbol/Function.cpp, 2 times
- contrib/llvm-project/lldb/source/Symbol/Symtab.cpp, 6 times
- contrib/llvm-project/lldb/source/Symbol/Type.cpp, 2 times
- contrib/llvm-project/lldb/source/Symbol/TypeMap.cpp, 2 times
- contrib/llvm-project/lldb/source/Symbol/Variable.cpp, line 38
- contrib/llvm-project/lldb/source/Target/Platform.cpp, line 1245
- contrib/llvm-project/lldb/source/Target/Process.cpp, 6 times
- contrib/llvm-project/lldb/source/Target/RemoteAwarePlatform.cpp, 5 times
- contrib/llvm-project/lldb/source/Target/StackFrame.cpp, 6 times
- contrib/llvm-project/lldb/source/Target/Target.cpp, 5 times
- contrib/llvm-project/lldb/source/Target/ThreadPlan.cpp, line 143
- lib/clang/liblldb/LLDBWrapLua.cpp, 10 times