Defined in 2 files as a prototype:
Defined in 2 files as a function:
Referenced in 170 files:
- contrib/llvm-project/lldb/include/lldb/Host/XML.h, line 142
- contrib/llvm-project/lldb/include/lldb/Interpreter/CommandAlias.h, line 29
- contrib/llvm-project/lldb/include/lldb/Interpreter/CommandInterpreter.h, line 368
- contrib/llvm-project/lldb/include/lldb/Interpreter/CommandReturnObject.h, 4 times
- contrib/llvm-project/lldb/include/lldb/Target/StackFrame.h, line 525
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanCallFunction.h, line 136
- contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanStepOut.h, line 75
- contrib/llvm-project/lldb/include/lldb/Utility/GDBRemote.h, line 27
- contrib/llvm-project/lldb/include/lldb/Utility/StreamString.h, line 29
- contrib/llvm-project/lldb/include/lldb/lldb-forward.h, line 198
- contrib/llvm-project/lldb/source/API/SBBreakpoint.cpp, line 569
- contrib/llvm-project/lldb/source/API/SBDebugger.cpp, line 1305
- contrib/llvm-project/lldb/source/API/SBFrame.cpp, line 1107
- contrib/llvm-project/lldb/source/API/SBStream.cpp, 8 times
- contrib/llvm-project/lldb/source/API/SBValue.cpp, line 1493
- contrib/llvm-project/lldb/source/Breakpoint/BreakpointIDList.cpp, 5 times
- contrib/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp, line 408
- contrib/llvm-project/lldb/source/Breakpoint/BreakpointResolver.cpp, line 332
- contrib/llvm-project/lldb/source/Breakpoint/BreakpointResolverAddress.cpp, line 145
- contrib/llvm-project/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp, line 237
- contrib/llvm-project/lldb/source/Breakpoint/BreakpointResolverName.cpp, line 390
- contrib/llvm-project/lldb/source/Commands/CommandCompletions.cpp, 2 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp, 4 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectBreakpointCommand.cpp, line 667
- contrib/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp, 3 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectDisassemble.cpp, line 228
- contrib/llvm-project/lldb/source/Commands/CommandObjectFrame.cpp, 2 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectHelp.cpp, 4 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectMemory.cpp, 2 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectMultiword.cpp, line 241
- contrib/llvm-project/lldb/source/Commands/CommandObjectProcess.cpp, 3 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectQuit.cpp, 2 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectSource.cpp, 6 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectTarget.cpp, 6 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectThread.cpp, 4 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectType.cpp, 4 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectWatchpoint.cpp, line 934
- contrib/llvm-project/lldb/source/Core/Address.cpp, line 753
- contrib/llvm-project/lldb/source/Core/AddressResolverFileLine.cpp, line 59
- contrib/llvm-project/lldb/source/Core/Debugger.cpp, 2 times
- contrib/llvm-project/lldb/source/Core/Disassembler.cpp, 2 times
- contrib/llvm-project/lldb/source/Core/DumpRegisterValue.cpp, line 31
- contrib/llvm-project/lldb/source/Core/EmulateInstruction.cpp, line 195
- contrib/llvm-project/lldb/source/Core/FormatEntity.cpp, 10 times
- contrib/llvm-project/lldb/source/Core/Highlighter.cpp, line 77
- contrib/llvm-project/lldb/source/Core/IOHandler.cpp, line 144
- contrib/llvm-project/lldb/source/Core/IOHandlerCursesGUI.cpp, 8 times
- contrib/llvm-project/lldb/source/Core/Module.cpp, 7 times
- contrib/llvm-project/lldb/source/Core/ValueObject.cpp, 9 times
- contrib/llvm-project/lldb/source/DataFormatters/CXXFunctionPointer.cpp, line 25
- contrib/llvm-project/lldb/source/DataFormatters/FormatManager.cpp, line 184
- contrib/llvm-project/lldb/source/DataFormatters/TypeCategory.cpp, 2 times
- contrib/llvm-project/lldb/source/DataFormatters/TypeFormat.cpp, 5 times
- contrib/llvm-project/lldb/source/DataFormatters/TypeSummary.cpp, 5 times
- contrib/llvm-project/lldb/source/DataFormatters/TypeSynthetic.cpp, 3 times
- contrib/llvm-project/lldb/source/DataFormatters/ValueObjectPrinter.cpp, 3 times
- contrib/llvm-project/lldb/source/DataFormatters/VectorType.cpp, line 206
- contrib/llvm-project/lldb/source/Expression/DWARFExpression.cpp, 2 times
- contrib/llvm-project/lldb/source/Expression/DiagnosticManager.cpp, line 61
- contrib/llvm-project/lldb/source/Expression/IRExecutionUnit.cpp, 2 times
- contrib/llvm-project/lldb/source/Expression/IRInterpreter.cpp, 3 times
- contrib/llvm-project/lldb/source/Expression/LLVMUserExpression.cpp, line 156
- contrib/llvm-project/lldb/source/Expression/Materializer.cpp, 5 times
- contrib/llvm-project/lldb/source/Host/common/Editline.cpp, line 328
- contrib/llvm-project/lldb/source/Host/common/ProcessLaunchInfo.cpp, line 266
- contrib/llvm-project/lldb/source/Interpreter/CommandAlias.cpp, 3 times
- contrib/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp, 7 times
- contrib/llvm-project/lldb/source/Interpreter/CommandObject.cpp, 7 times
- contrib/llvm-project/lldb/source/Interpreter/CommandReturnObject.cpp, 5 times
- contrib/llvm-project/lldb/source/Interpreter/OptionArgParser.cpp, 2 times
- contrib/llvm-project/lldb/source/Interpreter/OptionValueDictionary.cpp, 2 times
- contrib/llvm-project/lldb/source/Interpreter/OptionValueEnumeration.cpp, line 61
- contrib/llvm-project/lldb/source/Interpreter/OptionValueLanguage.cpp, line 50
- contrib/llvm-project/lldb/source/Interpreter/OptionValueProperties.cpp, line 641
- contrib/llvm-project/lldb/source/Interpreter/Options.cpp, 5 times
- contrib/llvm-project/lldb/source/Interpreter/Property.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp, line 68
- contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp, line 71
- contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ABISysV_mips.cpp, line 573
- contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ABISysV_mips64.cpp, line 570
- contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp, line 235
- contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.cpp, line 86
- contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.cpp, line 216
- contrib/llvm-project/lldb/source/Plugins/ABI/X86/ABISysV_x86_64.cpp, line 113
- contrib/llvm-project/lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.cpp, line 129
- contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp, 3 times
- contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp, line 743
- contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp, 3 times
- contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp, 3 times
- contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp, 5 times
- contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h, line 81
- contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp, line 377
- contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp, line 325
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp, line 536
- contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp, line 782
- contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp, line 79
- contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp, line 398
- contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp, line 411
- contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp, line 147
- contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp, line 78
- contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp, line 232
- contrib/llvm-project/lldb/source/Plugins/Language/ObjC/Cocoa.cpp, 5 times
- contrib/llvm-project/lldb/source/Plugins/Language/ObjC/NSArray.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp, 4 times
- contrib/llvm-project/lldb/source/Plugins/Language/ObjC/NSError.cpp, line 97
- contrib/llvm-project/lldb/source/Plugins/Language/ObjC/NSException.cpp, line 110
- contrib/llvm-project/lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp, line 198
- contrib/llvm-project/lldb/source/Plugins/Language/ObjC/NSSet.cpp, 3 times
- contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp, line 559
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp, line 1181
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp, 3 times
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp, 3 times
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp, 3 times
- contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp, line 175
- contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp, line 194
- contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp, line 311
- contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp, 8 times
- contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp, 3 times
- contrib/llvm-project/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp, line 269
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp, 6 times
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp, 44 times
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h, line 608
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp, line 106
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp, 17 times
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h, 2 times
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp, 15 times
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp, 4 times
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp, 4 times
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp, 11 times
- contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp, 13 times
- contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h, line 454
- contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp, 5 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp, line 434
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp, 4 times
- contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp, line 4591
- contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp, 6 times
- contrib/llvm-project/lldb/source/Symbol/CompactUnwindInfo.cpp, line 187
- contrib/llvm-project/lldb/source/Symbol/LocateSymbolFileMacOSX.cpp, line 561
- contrib/llvm-project/lldb/source/Symbol/ObjectFile.cpp, line 646
- contrib/llvm-project/lldb/source/Symbol/SymbolContext.cpp, 2 times
- contrib/llvm-project/lldb/source/Symbol/UnwindPlan.cpp, 2 times
- contrib/llvm-project/lldb/source/Target/Process.cpp, 5 times
- contrib/llvm-project/lldb/source/Target/RegisterContextUnwind.cpp, 3 times
- contrib/llvm-project/lldb/source/Target/RemoteAwarePlatform.cpp, line 134
- contrib/llvm-project/lldb/source/Target/StackFrame.cpp, 2 times
- contrib/llvm-project/lldb/source/Target/StopInfo.cpp, 7 times
- contrib/llvm-project/lldb/source/Target/Target.cpp, 4 times
- contrib/llvm-project/lldb/source/Target/TargetList.cpp, 3 times
- contrib/llvm-project/lldb/source/Target/Thread.cpp, 7 times
- contrib/llvm-project/lldb/source/Target/ThreadPlanCallFunction.cpp, line 148
- contrib/llvm-project/lldb/source/Target/ThreadPlanCallUserExpression.cpp, line 105
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepInRange.cpp, line 147
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepInstruction.cpp, line 183
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepOut.cpp, 2 times
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepOverRange.cpp, 2 times
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepRange.cpp, 3 times
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepThrough.cpp, line 102
- contrib/llvm-project/lldb/source/Utility/Broadcaster.cpp, line 214
- contrib/llvm-project/lldb/source/Utility/DataExtractor.cpp, line 915
- contrib/llvm-project/lldb/source/Utility/Event.cpp, line 56
- contrib/llvm-project/lldb/source/Utility/GDBRemote.cpp, 2 times
- contrib/llvm-project/lldb/source/Utility/ProcessInfo.cpp, line 191
- contrib/llvm-project/lldb/source/Utility/Scalar.cpp, line 1437
- contrib/llvm-project/lldb/source/Utility/StreamString.cpp, 10 times
- contrib/llvm-project/lldb/source/Utility/StringList.cpp, 2 times