Defined in 11 files as a prototype:
- contrib/llvm-project/lldb/include/lldb/Host/common/NativeThreadProtocol.h, line 30 (as a prototype)
- contrib/llvm-project/lldb/include/lldb/Target/ExecutionContext.h, line 356 (as a prototype)
- contrib/llvm-project/lldb/include/lldb/Target/StackFrame.h, line 221 (as a prototype)
- contrib/llvm-project/lldb/include/lldb/Target/Thread.h, line 448 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.h, line 43 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.h, line 39 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/Process/Utility/HistoryThread.h, line 41 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/Process/Utility/ThreadMemory.h, line 27 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h, line 143 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h, line 52 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/Process/minidump/ThreadMinidump.h, line 30 (as a prototype)
Defined in 9 files as a function:
Referenced in 74 files:
- contrib/llvm-project/lldb/source/API/SBFrame.cpp
- contrib/llvm-project/lldb/source/Commands/CommandCompletions.cpp, line 551
- contrib/llvm-project/lldb/source/Commands/CommandObjectRegister.cpp
- contrib/llvm-project/lldb/source/Commands/CommandObjectTarget.cpp, line 2823
- contrib/llvm-project/lldb/source/Commands/CommandObjectThread.cpp, line 1753
- contrib/llvm-project/lldb/source/Core/EmulateInstruction.cpp
- contrib/llvm-project/lldb/source/Core/FormatEntity.cpp
- contrib/llvm-project/lldb/source/Core/IOHandlerCursesGUI.cpp, line 2498
- contrib/llvm-project/lldb/source/Core/ValueObjectRegister.cpp, line 94
- contrib/llvm-project/lldb/source/Core/ValueObjectVariable.cpp
- contrib/llvm-project/lldb/source/Expression/DWARFExpression.cpp
- contrib/llvm-project/lldb/source/Expression/Materializer.cpp
- contrib/llvm-project/lldb/source/Host/common/NativeProcessProtocol.cpp
- contrib/llvm-project/lldb/source/Interpreter/CommandObject.cpp, line 205
- contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
- contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp
- contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ABISysV_arc.cpp
- contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.cpp
- contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp
- contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.cpp
- contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ABISysV_mips.cpp
- contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ABISysV_mips64.cpp
- contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp
- contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.cpp
- contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.cpp
- contrib/llvm-project/lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.cpp
- contrib/llvm-project/lldb/source/Plugins/ABI/X86/ABISysV_i386.cpp
- contrib/llvm-project/lldb/source/Plugins/ABI/X86/ABISysV_x86_64.cpp
- contrib/llvm-project/lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.cpp
- contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp, line 75
- contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp, line 191
- contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
- contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp, line 30
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp, line 96
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp, line 343
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp, line 907
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp, line 400
- contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
- contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.h, line 79
- contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
- contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp, line 309
- contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp
- contrib/llvm-project/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp, line 41
- contrib/llvm-project/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp, line 488
- contrib/llvm-project/lldb/source/Plugins/Process/Utility/ThreadMemory.cpp, line 63
- contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp, line 58
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
- contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
- contrib/llvm-project/lldb/source/Symbol/FuncUnwinders.cpp, line 208
- contrib/llvm-project/lldb/source/Symbol/Function.cpp, line 197
- contrib/llvm-project/lldb/source/Symbol/UnwindPlan.cpp, line 555
- contrib/llvm-project/lldb/source/Target/ExecutionContext.cpp
- contrib/llvm-project/lldb/source/Target/Process.cpp, line 5425
- contrib/llvm-project/lldb/source/Target/RegisterContext.cpp, line 243
- contrib/llvm-project/lldb/source/Target/RegisterContextUnwind.cpp
- contrib/llvm-project/lldb/source/Target/RegisterNumber.cpp
- contrib/llvm-project/lldb/source/Target/StackFrame.cpp
- contrib/llvm-project/lldb/source/Target/StackFrameList.cpp
- contrib/llvm-project/lldb/source/Target/Thread.cpp
- contrib/llvm-project/lldb/source/Target/ThreadPlan.cpp, line 120
- contrib/llvm-project/lldb/source/Target/ThreadPlanCallFunction.cpp
- contrib/llvm-project/lldb/source/Target/ThreadPlanRunToAddress.cpp, line 192
- contrib/llvm-project/lldb/source/Target/ThreadPlanShouldStopHere.cpp, line 47
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepInRange.cpp
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepInstruction.cpp
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepOut.cpp, line 50
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepOverRange.cpp
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepRange.cpp
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepThrough.cpp
- contrib/llvm-project/lldb/source/Target/ThreadPlanTracer.cpp
- contrib/llvm-project/lldb/source/Target/UnwindLLDB.cpp, line 437