| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandCompletions.h | 64 static void DiskFiles(CommandInterpreter &interpreter, 86 static void SourceFiles(CommandInterpreter &interpreter, 89 static void Modules(CommandInterpreter &interpreter, 92 static void ModuleUUIDs(CommandInterpreter &interpreter, 95 static void Symbols(CommandInterpreter &interpreter, 109 static void VariablePath(CommandInterpreter &interpreter, 112 static void Registers(CommandInterpreter &interpreter, 115 static void Breakpoints(CommandInterpreter &interpreter, 126 static void ProcessIDs(CommandInterpreter &interpreter, 129 static void ProcessNames(CommandInterpreter &interpreter, [all …]
|
| H A D | CommandObjectMultiword.h | 21 friend class CommandInterpreter; variable 25 CommandObjectMultiword(CommandInterpreter &interpreter, const char *name, 75 CommandObjectProxy(CommandInterpreter &interpreter, const char *name, 137 friend class CommandInterpreter;
|
| H A D | CommandObject.h | 112 CommandObject(CommandInterpreter &interpreter, llvm::StringRef name, 124 CommandInterpreter &GetCommandInterpreter() { return m_interpreter; } in GetCommandInterpreter() 207 CommandInterpreter &interpreter); 358 CommandInterpreter &m_interpreter; 380 CommandObjectParsed(CommandInterpreter &interpreter, const char *name, 397 CommandObjectRaw(CommandInterpreter &interpreter, llvm::StringRef name,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 116 CommandInterpreter::CommandInterpreter(Debugger &debugger, in CommandInterpreter() function in CommandInterpreter 141 bool CommandInterpreter::GetPromptOnQuit() const { in GetPromptOnQuit() 173 bool CommandInterpreter::GetEchoCommands() const { in GetEchoCommands() 242 void CommandInterpreter::Initialize() { in Initialize() 480 void CommandInterpreter::Clear() { in Clear() 500 void CommandInterpreter::LoadCommandDictionary() { in LoadCommandDictionary() 2417 void CommandInterpreter::HandleCommandsFromFile( in HandleCommandsFromFile() 2741 void CommandInterpreter::GetProcessOutput() { in GetProcessOutput() 2765 bool CommandInterpreter::InterruptCommand() { in InterruptCommand() 2932 bool CommandInterpreter::SaveTranscript( in SaveTranscript() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 39 typedef void (*CompletionCallback)(CommandInterpreter &interpreter, 50 CommandInterpreter &interpreter, uint32_t completion_mask, in InvokeCommonCompletionCallbacks() 102 Completer(CommandInterpreter &interpreter, CompletionRequest &request) in Completer() 115 CommandInterpreter &m_interpreter; 128 SourceFileCompleter(CommandInterpreter &interpreter, in SourceFileCompleter() 303 void CommandCompletions::SourceFiles(CommandInterpreter &interpreter, in SourceFiles() 470 void CommandCompletions::DiskFiles(CommandInterpreter &interpreter, in DiskFiles() 512 void CommandCompletions::Modules(CommandInterpreter &interpreter, in Modules() 544 void CommandCompletions::Symbols(CommandInterpreter &interpreter, in Symbols() 598 void CommandCompletions::Registers(CommandInterpreter &interpreter, in Registers() [all …]
|
| H A D | CommandObjectStats.cpp | 18 CommandObjectStatsEnable(CommandInterpreter &interpreter) in CommandObjectStatsEnable() 42 CommandObjectStatsDisable(CommandInterpreter &interpreter) in CommandObjectStatsDisable() 66 CommandObjectStatsDump(CommandInterpreter &interpreter) in CommandObjectStatsDump() 91 CommandObjectStats::CommandObjectStats(CommandInterpreter &interpreter) in CommandObjectStats()
|
| H A D | CommandObjectLog.cpp | 45 CommandObjectLogEnable(CommandInterpreter &interpreter) in CommandObjectLogEnable() 186 CommandObjectLogDisable(CommandInterpreter &interpreter) in CommandObjectLogDisable() 250 CommandObjectLogList(CommandInterpreter &interpreter) in CommandObjectLogList() 302 CommandObjectLogTimerEnable(CommandInterpreter &interpreter) in CommandObjectLogTimerEnable() 352 CommandObjectLogTimerDisable(CommandInterpreter &interpreter) in CommandObjectLogTimerDisable() 376 CommandObjectLogTimerDump(CommandInterpreter &interpreter) in CommandObjectLogTimerDump() 398 CommandObjectLogTimerReset(CommandInterpreter &interpreter) in CommandObjectLogTimerReset() 421 CommandObjectLogTimerIncrement(CommandInterpreter &interpreter) in CommandObjectLogTimerIncrement() 475 CommandObjectLogTimer(CommandInterpreter &interpreter) in CommandObjectLogTimer() 497 CommandObjectLog::CommandObjectLog(CommandInterpreter &interpreter) in CommandObjectLog()
|
| H A D | CommandObjectPlatform.cpp | 143 CommandObjectPlatformSelect(CommandInterpreter &interpreter) in CommandObjectPlatformSelect() 201 CommandObjectPlatformList(CommandInterpreter &interpreter) in CommandObjectPlatformList() 241 CommandObjectPlatformStatus(CommandInterpreter &interpreter) in CommandObjectPlatformStatus() 273 CommandObjectPlatformConnect(CommandInterpreter &interpreter) in CommandObjectPlatformConnect() 420 CommandObjectPlatformMkDir(CommandInterpreter &interpreter) in CommandObjectPlatformMkDir() 468 CommandObjectPlatformFOpen(CommandInterpreter &interpreter) in CommandObjectPlatformFOpen() 530 CommandObjectPlatformFClose(CommandInterpreter &interpreter) in CommandObjectPlatformFClose() 570 CommandObjectPlatformFRead(CommandInterpreter &interpreter) in CommandObjectPlatformFRead() 660 CommandObjectPlatformFWrite(CommandInterpreter &interpreter) in CommandObjectPlatformFWrite() 743 CommandObjectPlatformFile(CommandInterpreter &interpreter) in CommandObjectPlatformFile() [all …]
|
| H A D | CommandObjectHelp.cpp | 44 CommandObjectHelp::CommandObjectHelp(CommandInterpreter &interpreter) in CommandObjectHelp() 85 uint32_t cmd_types = CommandInterpreter::eCommandTypesBuiltin; in DoExecute() 87 cmd_types |= CommandInterpreter::eCommandTypesAliases; in DoExecute() 89 cmd_types |= CommandInterpreter::eCommandTypesUserDef; in DoExecute() 91 cmd_types |= CommandInterpreter::eCommandTypesHidden; in DoExecute()
|
| H A D | CommandObjectType.cpp | 106 CommandOptions(CommandInterpreter &interpreter) : Options() {} in CommandOptions() 142 CommandObjectTypeSummaryAdd(CommandInterpreter &interpreter); 483 CommandObjectTypeSynthAdd(CommandInterpreter &interpreter); 571 CommandObjectTypeFormatAdd(CommandInterpreter &interpreter) in CommandObjectTypeFormatAdd() 1468 CommandInterpreter &interpreter) in CommandObjectTypeSummaryAdd() 2344 CommandInterpreter &interpreter) in CommandObjectTypeSynthAdd() 2714 CommandObjectTypeLookup(CommandInterpreter &interpreter) in CommandObjectTypeLookup() 2921 CommandObjectTypeFormat(CommandInterpreter &interpreter) in CommandObjectTypeFormat() 2949 CommandObjectTypeSynth(CommandInterpreter &interpreter) in CommandObjectTypeSynth() 2978 CommandObjectTypeFilter(CommandInterpreter &interpreter) in CommandObjectTypeFilter() [all …]
|
| H A D | CommandObjectProcess.cpp | 108 CommandObjectProcessLaunch(CommandInterpreter &interpreter) in CommandObjectProcessLaunch() 344 CommandObjectProcessAttach(CommandInterpreter &interpreter) in CommandObjectProcessAttach() 670 CommandObjectProcessDetach(CommandInterpreter &interpreter) in CommandObjectProcessDetach() 814 CommandObjectProcessPlugin(CommandInterpreter &interpreter) in CommandObjectProcessPlugin() 878 CommandObjectProcessLoad(CommandInterpreter &interpreter) in CommandObjectProcessLoad() 953 CommandObjectProcessUnload(CommandInterpreter &interpreter) in CommandObjectProcessUnload() 1015 CommandObjectProcessSignal(CommandInterpreter &interpreter) in CommandObjectProcessSignal() 1130 CommandObjectProcessKill(CommandInterpreter &interpreter) in CommandObjectProcessKill() 1278 CommandObjectProcessStatus(CommandInterpreter &interpreter) in CommandObjectProcessStatus() 1439 CommandObjectProcessHandle(CommandInterpreter &interpreter) in CommandObjectProcessHandle() [all …]
|
| H A D | CommandObjectSettings.cpp | 28 CommandObjectSettingsSet(CommandInterpreter &interpreter) in CommandObjectSettingsSet() 241 CommandObjectSettingsShow(CommandInterpreter &interpreter) in CommandObjectSettingsShow() 301 CommandObjectSettingsWrite(CommandInterpreter &interpreter) in CommandObjectSettingsWrite() 416 CommandObjectSettingsRead(CommandInterpreter &interpreter) in CommandObjectSettingsRead() 483 CommandObjectSettingsList(CommandInterpreter &interpreter) in CommandObjectSettingsList() 554 CommandObjectSettingsRemove(CommandInterpreter &interpreter) in CommandObjectSettingsRemove() 648 CommandObjectSettingsReplace(CommandInterpreter &interpreter) in CommandObjectSettingsReplace() 841 CommandObjectSettingsInsertAfter(CommandInterpreter &interpreter) in CommandObjectSettingsInsertAfter() 937 CommandObjectSettingsAppend(CommandInterpreter &interpreter) in CommandObjectSettingsAppend() 1026 CommandObjectSettingsClear(CommandInterpreter &interpreter) in CommandObjectSettingsClear() [all …]
|
| H A D | CommandObjectTrace.h | 18 CommandObjectTrace(CommandInterpreter &interpreter); 28 CommandInterpreter &interpreter, const char *name,
|
| H A D | CommandObjectThread.cpp | 108 CommandObjectThreadBacktrace(CommandInterpreter &interpreter) in CommandObjectThreadBacktrace() 859 CommandObjectThreadUntil(CommandInterpreter &interpreter) in CommandObjectThreadUntil() 1085 CommandObjectThreadSelect(CommandInterpreter &interpreter) in CommandObjectThreadSelect() 1158 CommandObjectThreadList(CommandInterpreter &interpreter) in CommandObjectThreadList() 1231 CommandObjectThreadInfo(CommandInterpreter &interpreter) in CommandObjectThreadInfo() 1384 CommandObjectThreadReturn(CommandInterpreter &interpreter) in CommandObjectThreadReturn() 1559 CommandObjectThreadJump(CommandInterpreter &interpreter) in CommandObjectThreadJump() 1931 CommandObjectTraceExport(CommandInterpreter &interpreter) in CommandObjectTraceExport() 1956 CommandObjectTraceStart(CommandInterpreter &interpreter) in CommandObjectTraceStart() 1973 CommandObjectTraceStop(CommandInterpreter &interpreter) in CommandObjectTraceStop() [all …]
|
| H A D | CommandObjectCommands.cpp | 37 CommandObjectCommandsSource(CommandInterpreter &interpreter) in CommandObjectCommandsSource() 230 CommandObjectCommandsAlias(CommandInterpreter &interpreter) in CommandObjectCommandsAlias() 576 CommandObjectCommandsUnalias(CommandInterpreter &interpreter) in CommandObjectCommandsUnalias() 664 CommandObjectCommandsDelete(CommandInterpreter &interpreter) in CommandObjectCommandsDelete() 743 CommandObjectCommandsAddRegex(CommandInterpreter &interpreter) in CommandObjectCommandsAddRegex() 1105 CommandObjectScriptingObject(CommandInterpreter &interpreter, in CommandObjectScriptingObject() 1195 CommandObjectCommandsScriptImport(CommandInterpreter &interpreter) in CommandObjectCommandsScriptImport() 1343 CommandObjectCommandsScriptAdd(CommandInterpreter &interpreter) in CommandObjectCommandsScriptAdd() 1553 CommandObjectCommandsScriptList(CommandInterpreter &interpreter) in CommandObjectCommandsScriptList() 1577 CommandObjectCommandsScriptClear(CommandInterpreter &interpreter) in CommandObjectCommandsScriptClear() [all …]
|
| H A D | CommandObjectTrace.cpp | 74 CommandObjectTraceLoad(CommandInterpreter &interpreter) in CommandObjectTraceLoad() 173 CommandObjectTraceDump(CommandInterpreter &interpreter) in CommandObjectTraceDump() 239 CommandObjectTraceSchema(CommandInterpreter &interpreter) in CommandObjectTraceSchema() 290 CommandObjectTrace::CommandObjectTrace(CommandInterpreter &interpreter) in CommandObjectTrace()
|
| H A D | CommandObjectTarget.cpp | 214 CommandObjectTargetCreate(CommandInterpreter &interpreter) in CommandObjectTargetCreate() 454 CommandObjectTargetList(CommandInterpreter &interpreter) in CommandObjectTargetList() 484 CommandObjectTargetSelect(CommandInterpreter &interpreter) in CommandObjectTargetSelect() 533 CommandObjectTargetDelete(CommandInterpreter &interpreter) in CommandObjectTargetDelete() 676 CommandObjectTargetVariable(CommandInterpreter &interpreter) in CommandObjectTargetVariable() 2390 CommandObjectTargetModulesDump(CommandInterpreter &interpreter) in CommandObjectTargetModulesDump() 2423 CommandObjectTargetModulesAdd(CommandInterpreter &interpreter) in CommandObjectTargetModulesAdd() 3910 CommandObjectTargetModules(CommandInterpreter &interpreter) in CommandObjectTargetModules() 3946 CommandObjectTargetSymbolsAdd(CommandInterpreter &interpreter) in CommandObjectTargetSymbolsAdd() 4322 CommandObjectTargetSymbols(CommandInterpreter &interpreter) in CommandObjectTargetSymbols() [all …]
|
| H A D | CommandObjectPlugin.cpp | 18 CommandObjectPluginLoad(CommandInterpreter &interpreter) in CommandObjectPluginLoad() 71 CommandObjectPlugin::CommandObjectPlugin(CommandInterpreter &interpreter) in CommandObjectPlugin()
|
| H A D | CommandObjectFrame.cpp | 105 CommandObjectFrameDiagnose(CommandInterpreter &interpreter) in CommandObjectFrameDiagnose() 194 CommandObjectFrameInfo(CommandInterpreter &interpreter) in CommandObjectFrameInfo() 261 CommandObjectFrameSelect(CommandInterpreter &interpreter) in CommandObjectFrameSelect() 391 CommandObjectFrameVariable(CommandInterpreter &interpreter) in CommandObjectFrameVariable() 787 CommandObjectFrameRecognizerAdd(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerAdd() 902 CommandObjectFrameRecognizerClear(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerClear() 920 CommandObjectFrameRecognizerDelete(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerDelete() 997 CommandObjectFrameRecognizerList(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerList() 1043 CommandObjectFrameRecognizerInfo(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerInfo() 1117 CommandObjectFrameRecognizer(CommandInterpreter &interpreter) in CommandObjectFrameRecognizer() [all …]
|
| H A D | CommandObjectReproducer.cpp | 173 CommandObjectReproducerGenerate(CommandInterpreter &interpreter) in CommandObjectReproducerGenerate() 214 CommandInterpreter::eBroadcastBitQuitCommandReceived); in DoExecute() 222 CommandObjectReproducerXCrash(CommandInterpreter &interpreter) in CommandObjectReproducerXCrash() 305 CommandObjectReproducerStatus(CommandInterpreter &interpreter) in CommandObjectReproducerStatus() 354 CommandObjectReproducerDump(CommandInterpreter &interpreter) in CommandObjectReproducerDump() 601 CommandObjectReproducerVerify(CommandInterpreter &interpreter) in CommandObjectReproducerVerify() 695 CommandInterpreter &interpreter) in CommandObjectReproducer()
|
| H A D | CommandObjectQuit.cpp | 21 CommandObjectQuit::CommandObjectQuit(CommandInterpreter &interpreter) in CommandObjectQuit() 100 CommandInterpreter::eBroadcastBitQuitCommandReceived; in DoExecute()
|
| H A D | CommandObjectSession.cpp | 17 CommandObjectSessionSave(CommandInterpreter &interpreter) in CommandObjectSessionSave() 58 CommandObjectSessionHistory(CommandInterpreter &interpreter) in CommandObjectSessionHistory() 200 CommandObjectSession::CommandObjectSession(CommandInterpreter &interpreter) in CommandObjectSession()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptScriptGroup.cpp | 37 CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupBreakpointSet() 76 CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupBreakpoint() 94 CommandObjectRenderScriptScriptGroupList(CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupList() 140 CommandObjectRenderScriptScriptGroup(CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroup() 158 lldb_private::CommandInterpreter &interpreter) { in NewCommandObjectRenderScriptScriptGroup()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 218 lldb_private::CommandInterpreter *interpreter_ptr = 267 lldb_private::CommandInterpreter &ref(); 269 lldb_private::CommandInterpreter *get(); 271 void reset(lldb_private::CommandInterpreter *); 276 lldb_private::CommandInterpreter *m_opaque_ptr;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | UserSettingsController.h | 24 class CommandInterpreter; variable 65 virtual void DumpAllDescriptions(CommandInterpreter &interpreter,
|