Defined in 4 files as a typedef:
Defined in 1 files as a enum:
Referenced in 80 files:
- contrib/llvm-project/lldb/include/lldb/API/SBDebugger.h
- contrib/llvm-project/lldb/include/lldb/API/SBProcess.h
- contrib/llvm-project/lldb/include/lldb/Host/Debug.h
- contrib/llvm-project/lldb/include/lldb/Host/common/NativeProcessProtocol.h
- contrib/llvm-project/lldb/include/lldb/Host/common/NativeThreadProtocol.h, line 28
- contrib/llvm-project/lldb/include/lldb/Interpreter/ScriptInterpreter.h, line 274
- contrib/llvm-project/lldb/include/lldb/Target/Process.h
- contrib/llvm-project/lldb/include/lldb/Target/StopInfo.h, line 67
- contrib/llvm-project/lldb/include/lldb/Target/Thread.h
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlan.h
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanBase.h
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanCallFunction.h, line 45
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h, line 45
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanPython.h, line 57
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanRunToAddress.h, line 42
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanStepInRange.h, line 64
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanStepInstruction.h, line 29
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanStepOut.h
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanStepOverRange.h, line 34
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanStepRange.h, line 35
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanStepThrough.h
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanStepUntil.h
- contrib/llvm-project/lldb/include/lldb/Utility/State.h
- contrib/llvm-project/lldb/source/API/SBDebugger.cpp
- contrib/llvm-project/lldb/source/API/SBProcess.cpp
- contrib/llvm-project/lldb/source/API/SBTarget.cpp
- contrib/llvm-project/lldb/source/Commands/CommandObjectProcess.cpp
- contrib/llvm-project/lldb/source/Commands/CommandObjectTarget.cpp
- contrib/llvm-project/lldb/source/Commands/CommandObjectThread.cpp, line 821
- contrib/llvm-project/lldb/source/Core/Debugger.cpp, line 1302
- contrib/llvm-project/lldb/source/Core/IOHandlerCursesGUI.cpp
- contrib/llvm-project/lldb/source/Host/common/NativeProcessProtocol.cpp
- contrib/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp, line 2864
- contrib/llvm-project/lldb/source/Interpreter/CommandObject.cpp, line 229
- contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h, line 69
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h
- contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp, line 326
- contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
- contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.h, line 108
- contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
- contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
- contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp
- contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.h
- contrib/llvm-project/lldb/source/Plugins/Process/Utility/ThreadMemory.cpp, line 37
- contrib/llvm-project/lldb/source/Plugins/Process/Utility/ThreadMemory.h, line 56
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp, line 36
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h, line 40
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp, line 228
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h, line 32
- contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp, line 1891
- contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h, line 93
- contrib/llvm-project/lldb/source/Target/Process.cpp
- contrib/llvm-project/lldb/source/Target/StopInfo.cpp
- contrib/llvm-project/lldb/source/Target/Target.cpp
- contrib/llvm-project/lldb/source/Target/Thread.cpp
- contrib/llvm-project/lldb/source/Target/ThreadList.cpp, line 584
- contrib/llvm-project/lldb/source/Target/ThreadPlan.cpp
- contrib/llvm-project/lldb/source/Target/ThreadPlanBase.cpp
- contrib/llvm-project/lldb/source/Target/ThreadPlanCallFunction.cpp, line 361
- contrib/llvm-project/lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp, line 93
- contrib/llvm-project/lldb/source/Target/ThreadPlanPython.cpp
- contrib/llvm-project/lldb/source/Target/ThreadPlanRunToAddress.cpp, line 167
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepInRange.cpp, line 480
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepInstruction.cpp, line 238
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepOut.cpp
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepOverRange.cpp, line 367
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepRange.cpp, line 431
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepThrough.cpp
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepUntil.cpp
- contrib/llvm-project/lldb/source/Utility/State.cpp
- contrib/llvm-project/llvm/include/llvm/Transforms/IPO/Attributor.h
- contrib/llvm-project/llvm/lib/Transforms/IPO/AttributorAttributes.cpp
- lib/clang/liblldb/LLDBWrapLua.cpp