| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandCompletions.h | 65 static void DiskFiles(CommandInterpreter &interpreter, 87 static void SourceFiles(CommandInterpreter &interpreter, 90 static void Modules(CommandInterpreter &interpreter, 93 static void ModuleUUIDs(CommandInterpreter &interpreter, 96 static void Symbols(CommandInterpreter &interpreter, 110 static void VariablePath(CommandInterpreter &interpreter, 113 static void Registers(CommandInterpreter &interpreter, 116 static void Breakpoints(CommandInterpreter &interpreter, 127 static void ProcessIDs(CommandInterpreter &interpreter, 130 static void ProcessNames(CommandInterpreter &interpreter, [all …]
|
| H A D | CommandObjectMultiword.h | 21 friend class CommandInterpreter; variable 25 CommandObjectMultiword(CommandInterpreter &interpreter, const char *name, 78 CommandObjectProxy(CommandInterpreter &interpreter, const char *name, 135 friend class CommandInterpreter;
|
| H A D | CommandObject.h | 110 CommandObject(CommandInterpreter &interpreter, llvm::StringRef name, 122 CommandInterpreter &GetCommandInterpreter() { return m_interpreter; } in GetCommandInterpreter() 213 CommandInterpreter &interpreter); 368 CommandInterpreter &m_interpreter; 391 CommandObjectParsed(CommandInterpreter &interpreter, const char *name, 408 CommandObjectRaw(CommandInterpreter &interpreter, llvm::StringRef name,
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 121 CommandInterpreter::CommandInterpreter(Debugger &debugger, in CommandInterpreter() function in CommandInterpreter 147 bool CommandInterpreter::GetPromptOnQuit() const { in GetPromptOnQuit() 179 bool CommandInterpreter::GetEchoCommands() const { in GetEchoCommands() 254 void CommandInterpreter::Initialize() { in Initialize() 492 void CommandInterpreter::Clear() { in Clear() 512 void CommandInterpreter::LoadCommandDictionary() { in LoadCommandDictionary() 2948 void CommandInterpreter::GetProcessOutput() { in GetProcessOutput() 2972 bool CommandInterpreter::InterruptCommand() { in InterruptCommand() 3146 bool CommandInterpreter::SaveTranscript( in SaveTranscript() 3198 bool CommandInterpreter::IsInteractive() { in IsInteractive() [all …]
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 41 typedef void (*CompletionCallback)(CommandInterpreter &interpreter, 52 CommandInterpreter &interpreter, uint32_t completion_mask, in InvokeCommonCompletionCallbacks() 117 CommandInterpreter &m_interpreter; 130 SourceFileCompleter(CommandInterpreter &interpreter, in SourceFileCompleter() 305 void CommandCompletions::SourceFiles(CommandInterpreter &interpreter, in SourceFiles() 472 void CommandCompletions::DiskFiles(CommandInterpreter &interpreter, in DiskFiles() 514 void CommandCompletions::Modules(CommandInterpreter &interpreter, in Modules() 546 void CommandCompletions::Symbols(CommandInterpreter &interpreter, in Symbols() 600 void CommandCompletions::Registers(CommandInterpreter &interpreter, in Registers() 679 void CommandCompletions::ProcessIDs(CommandInterpreter &interpreter, in ProcessIDs() [all …]
|
| H A D | CommandObjectHelp.cpp | 45 CommandObjectHelp::CommandObjectHelp(CommandInterpreter &interpreter) in CommandObjectHelp() 86 uint32_t cmd_types = CommandInterpreter::eCommandTypesBuiltin; in DoExecute() 88 cmd_types |= CommandInterpreter::eCommandTypesAliases; in DoExecute() 90 cmd_types |= CommandInterpreter::eCommandTypesUserDef; in DoExecute() 91 cmd_types |= CommandInterpreter::eCommandTypesUserMW; in DoExecute() 94 cmd_types |= CommandInterpreter::eCommandTypesHidden; in DoExecute()
|
| H A D | CommandObjectStats.cpp | 21 CommandObjectStatsEnable(CommandInterpreter &interpreter) in CommandObjectStatsEnable() 43 CommandObjectStatsDisable(CommandInterpreter &interpreter) in CommandObjectStatsDisable() 98 CommandObjectStatsDump(CommandInterpreter &interpreter) in CommandObjectStatsDump() 122 CommandObjectStats::CommandObjectStats(CommandInterpreter &interpreter) in CommandObjectStats()
|
| H A D | CommandObjectLog.cpp | 51 CommandObjectLogEnable(CommandInterpreter &interpreter) in CommandObjectLogEnable() 210 CommandObjectLogDisable(CommandInterpreter &interpreter) in CommandObjectLogDisable() 274 CommandObjectLogList(CommandInterpreter &interpreter) in CommandObjectLogList() 324 CommandObjectLogDump(CommandInterpreter &interpreter) in CommandObjectLogDump() 434 CommandObjectLogTimerEnable(CommandInterpreter &interpreter) in CommandObjectLogTimerEnable() 484 CommandObjectLogTimerDisable(CommandInterpreter &interpreter) in CommandObjectLogTimerDisable() 508 CommandObjectLogTimerDump(CommandInterpreter &interpreter) in CommandObjectLogTimerDump() 530 CommandObjectLogTimerReset(CommandInterpreter &interpreter) in CommandObjectLogTimerReset() 553 CommandObjectLogTimerIncrement(CommandInterpreter &interpreter) in CommandObjectLogTimerIncrement() 607 CommandObjectLogTimer(CommandInterpreter &interpreter) in CommandObjectLogTimer() [all …]
|
| H A D | CommandObjectPlatform.cpp | 144 CommandObjectPlatformSelect(CommandInterpreter &interpreter) in CommandObjectPlatformSelect() 203 CommandObjectPlatformList(CommandInterpreter &interpreter) in CommandObjectPlatformList() 241 CommandObjectPlatformStatus(CommandInterpreter &interpreter) in CommandObjectPlatformStatus() 273 CommandObjectPlatformConnect(CommandInterpreter &interpreter) in CommandObjectPlatformConnect() 421 CommandObjectPlatformMkDir(CommandInterpreter &interpreter) in CommandObjectPlatformMkDir() 471 CommandObjectPlatformFOpen(CommandInterpreter &interpreter) in CommandObjectPlatformFOpen() 534 CommandObjectPlatformFClose(CommandInterpreter &interpreter) in CommandObjectPlatformFClose() 577 CommandObjectPlatformFRead(CommandInterpreter &interpreter) in CommandObjectPlatformFRead() 673 CommandObjectPlatformFWrite(CommandInterpreter &interpreter) in CommandObjectPlatformFWrite() 762 CommandObjectPlatformFile(CommandInterpreter &interpreter) in CommandObjectPlatformFile() [all …]
|
| H A D | CommandObjectType.cpp | 107 CommandOptions(CommandInterpreter &interpreter) {} in CommandOptions() 143 CommandObjectTypeSummaryAdd(CommandInterpreter &interpreter); 484 CommandObjectTypeSynthAdd(CommandInterpreter &interpreter); 572 CommandObjectTypeFormatAdd(CommandInterpreter &interpreter) in CommandObjectTypeFormatAdd() 1447 CommandInterpreter &interpreter) in CommandObjectTypeSummaryAdd() 2320 CommandInterpreter &interpreter) in CommandObjectTypeSynthAdd() 2689 CommandObjectTypeLookup(CommandInterpreter &interpreter) in CommandObjectTypeLookup() 2895 CommandObjectTypeFormat(CommandInterpreter &interpreter) in CommandObjectTypeFormat() 2923 CommandObjectTypeSynth(CommandInterpreter &interpreter) in CommandObjectTypeSynth() 2952 CommandObjectTypeFilter(CommandInterpreter &interpreter) in CommandObjectTypeFilter() [all …]
|
| H A D | CommandObjectSettings.cpp | 29 CommandObjectSettingsSet(CommandInterpreter &interpreter) in CommandObjectSettingsSet() 245 CommandObjectSettingsShow(CommandInterpreter &interpreter) in CommandObjectSettingsShow() 305 CommandObjectSettingsWrite(CommandInterpreter &interpreter) in CommandObjectSettingsWrite() 419 CommandObjectSettingsRead(CommandInterpreter &interpreter) in CommandObjectSettingsRead() 485 CommandObjectSettingsList(CommandInterpreter &interpreter) in CommandObjectSettingsList() 556 CommandObjectSettingsRemove(CommandInterpreter &interpreter) in CommandObjectSettingsRemove() 650 CommandObjectSettingsReplace(CommandInterpreter &interpreter) in CommandObjectSettingsReplace() 843 CommandObjectSettingsInsertAfter(CommandInterpreter &interpreter) in CommandObjectSettingsInsertAfter() 939 CommandObjectSettingsAppend(CommandInterpreter &interpreter) in CommandObjectSettingsAppend() 1028 CommandObjectSettingsClear(CommandInterpreter &interpreter) in CommandObjectSettingsClear() [all …]
|
| H A D | CommandObjectCommands.cpp | 38 CommandObjectCommandsSource(CommandInterpreter &interpreter) in CommandObjectCommandsSource() 258 CommandObjectCommandsAlias(CommandInterpreter &interpreter) in CommandObjectCommandsAlias() 620 CommandObjectCommandsUnalias(CommandInterpreter &interpreter) in CommandObjectCommandsUnalias() 708 CommandObjectCommandsDelete(CommandInterpreter &interpreter) in CommandObjectCommandsDelete() 787 CommandObjectCommandsAddRegex(CommandInterpreter &interpreter) in CommandObjectCommandsAddRegex() 1150 CommandObjectScriptingObject(CommandInterpreter &interpreter, in CommandObjectScriptingObject() 1364 CommandObjectCommandsScriptAdd(CommandInterpreter &interpreter) in CommandObjectCommandsScriptAdd() 1639 CommandObjectCommandsScriptList(CommandInterpreter &interpreter) in CommandObjectCommandsScriptList() 2014 CommandInterpreter &interp = GetCommandInterpreter(); in DoExecute() 2068 CommandObjectCommandContainer(CommandInterpreter &interpreter) in CommandObjectCommandContainer() [all …]
|
| H A D | CommandObjectProcess.cpp | 114 CommandObjectProcessLaunch(CommandInterpreter &interpreter) in CommandObjectProcessLaunch() 369 CommandObjectProcessAttach(CommandInterpreter &interpreter) in CommandObjectProcessAttach() 847 CommandObjectProcessDetach(CommandInterpreter &interpreter) in CommandObjectProcessDetach() 992 CommandObjectProcessPlugin(CommandInterpreter &interpreter) in CommandObjectProcessPlugin() 1056 CommandObjectProcessLoad(CommandInterpreter &interpreter) in CommandObjectProcessLoad() 1133 CommandObjectProcessUnload(CommandInterpreter &interpreter) in CommandObjectProcessUnload() 1198 CommandObjectProcessSignal(CommandInterpreter &interpreter) in CommandObjectProcessSignal() 1308 CommandObjectProcessKill(CommandInterpreter &interpreter) in CommandObjectProcessKill() 1449 CommandObjectProcessStatus(CommandInterpreter &interpreter) in CommandObjectProcessStatus() 1619 CommandObjectProcessHandle(CommandInterpreter &interpreter) in CommandObjectProcessHandle() [all …]
|
| H A D | CommandObjectTrace.cpp | 75 CommandObjectTraceSave(CommandInterpreter &interpreter) in CommandObjectTraceSave() 177 CommandObjectTraceLoad(CommandInterpreter &interpreter) in CommandObjectTraceLoad() 271 CommandObjectTraceDump(CommandInterpreter &interpreter) in CommandObjectTraceDump() 336 CommandObjectTraceSchema(CommandInterpreter &interpreter) in CommandObjectTraceSchema() 389 CommandObjectTrace::CommandObjectTrace(CommandInterpreter &interpreter) in CommandObjectTrace()
|
| H A D | CommandObjectReproducer.cpp | 88 CommandObjectReproducerGenerate(CommandInterpreter &interpreter) in CommandObjectReproducerGenerate() 115 CommandInterpreter::eBroadcastBitQuitCommandReceived); in DoExecute() 123 CommandObjectReproducerXCrash(CommandInterpreter &interpreter) in CommandObjectReproducerXCrash() 200 CommandObjectReproducerStatus(CommandInterpreter &interpreter) in CommandObjectReproducerStatus() 238 CommandObjectReproducerDump(CommandInterpreter &interpreter) in CommandObjectReproducerDump() 478 CommandInterpreter &interpreter) in CommandObjectReproducer()
|
| H A D | CommandObjectTrace.h | 18 CommandObjectTrace(CommandInterpreter &interpreter); 28 CommandInterpreter &interpreter, const char *name,
|
| H A D | CommandObjectThread.cpp | 109 CommandObjectThreadBacktrace(CommandInterpreter &interpreter) in CommandObjectThreadBacktrace() 887 CommandObjectThreadUntil(CommandInterpreter &interpreter) in CommandObjectThreadUntil() 1134 CommandObjectThreadSelect(CommandInterpreter &interpreter) in CommandObjectThreadSelect() 1207 CommandObjectThreadList(CommandInterpreter &interpreter) in CommandObjectThreadList() 1280 CommandObjectThreadInfo(CommandInterpreter &interpreter) in CommandObjectThreadInfo() 1479 CommandObjectThreadReturn(CommandInterpreter &interpreter) in CommandObjectThreadReturn() 1653 CommandObjectThreadJump(CommandInterpreter &interpreter) in CommandObjectThreadJump() 2023 CommandObjectTraceExport(CommandInterpreter &interpreter) in CommandObjectTraceExport() 2047 CommandObjectTraceStart(CommandInterpreter &interpreter) in CommandObjectTraceStart() 2064 CommandObjectTraceStop(CommandInterpreter &interpreter) in CommandObjectTraceStop() [all …]
|
| H A D | CommandObjectTarget.cpp | 204 CommandObjectTargetCreate(CommandInterpreter &interpreter) in CommandObjectTargetCreate() 467 CommandObjectTargetList(CommandInterpreter &interpreter) in CommandObjectTargetList() 493 CommandObjectTargetSelect(CommandInterpreter &interpreter) in CommandObjectTargetSelect() 544 CommandObjectTargetDelete(CommandInterpreter &interpreter) in CommandObjectTargetDelete() 689 CommandObjectTargetVariable(CommandInterpreter &interpreter) in CommandObjectTargetVariable() 2463 CommandObjectTargetModulesAdd(CommandInterpreter &interpreter) in CommandObjectTargetModulesAdd() 3977 CommandObjectTargetModules(CommandInterpreter &interpreter) in CommandObjectTargetModules() 4013 CommandObjectTargetSymbolsAdd(CommandInterpreter &interpreter) in CommandObjectTargetSymbolsAdd() 4483 CommandObjectTargetSymbols(CommandInterpreter &interpreter) in CommandObjectTargetSymbols() 5095 CommandObjectTargetDump(CommandInterpreter &interpreter) in CommandObjectTargetDump() [all …]
|
| H A D | CommandObjectPlugin.cpp | 18 CommandObjectPluginLoad(CommandInterpreter &interpreter) in CommandObjectPluginLoad() 71 CommandObjectPlugin::CommandObjectPlugin(CommandInterpreter &interpreter) in CommandObjectPlugin()
|
| H A D | CommandObjectFrame.cpp | 107 CommandObjectFrameDiagnose(CommandInterpreter &interpreter) in CommandObjectFrameDiagnose() 195 CommandObjectFrameInfo(CommandInterpreter &interpreter) in CommandObjectFrameInfo() 262 CommandObjectFrameSelect(CommandInterpreter &interpreter) in CommandObjectFrameSelect() 391 CommandObjectFrameVariable(CommandInterpreter &interpreter) in CommandObjectFrameVariable() 794 CommandObjectFrameRecognizerAdd(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerAdd() 908 CommandObjectFrameRecognizerClear(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerClear() 926 CommandObjectFrameRecognizerDelete(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerDelete() 1007 CommandObjectFrameRecognizerList(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerList() 1053 CommandObjectFrameRecognizerInfo(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerInfo() 1127 CommandObjectFrameRecognizer(CommandInterpreter &interpreter) in CommandObjectFrameRecognizer() [all …]
|
| H A D | CommandObjectThreadUtil.h | 51 CommandObjectIterateOverThreads(CommandInterpreter &interpreter, 83 CommandObjectMultipleThreads(CommandInterpreter &interpreter,
|
| /llvm-project-15.0.7/lldb/unittests/Interpreter/ |
| H A D | TestCommandPaths.cpp | 47 CommandObjectLeaf(CommandInterpreter &interpreter) in CommandObjectLeaf() 63 CommandObjectMultiwordSubDummy(CommandInterpreter &interpreter) in CommandObjectMultiwordSubDummy() 75 CommandObjectMultiwordDummy(CommandInterpreter &interpreter) in CommandObjectMultiwordDummy() 89 void RunTest(CommandInterpreter &interp, const char *args, bool is_leaf, in RunTest() 115 CommandInterpreter &interp = debugger_sp->GetCommandInterpreter(); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptScriptGroup.cpp | 37 CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupBreakpointSet() 79 CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupBreakpoint() 97 CommandObjectRenderScriptScriptGroupList(CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupList() 143 CommandObjectRenderScriptScriptGroup(CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroup() 161 lldb_private::CommandInterpreter &interpreter) { in NewCommandObjectRenderScriptScriptGroup()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 222 lldb_private::CommandInterpreter *interpreter_ptr = 271 lldb_private::CommandInterpreter &ref(); 273 lldb_private::CommandInterpreter *get(); 275 void reset(lldb_private::CommandInterpreter *); 280 lldb_private::CommandInterpreter *m_opaque_ptr;
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | UserSettingsController.h | 24 class CommandInterpreter; variable 65 virtual void DumpAllDescriptions(CommandInterpreter &interpreter,
|