| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandCompletions.h | 32 static void DiskFiles(CommandInterpreter &interpreter, 54 static void SourceFiles(CommandInterpreter &interpreter, 57 static void Modules(CommandInterpreter &interpreter, 60 static void ModuleUUIDs(CommandInterpreter &interpreter, 63 static void Symbols(CommandInterpreter &interpreter, 77 static void VariablePath(CommandInterpreter &interpreter, 80 static void Registers(CommandInterpreter &interpreter, 83 static void Breakpoints(CommandInterpreter &interpreter, 94 static void ProcessIDs(CommandInterpreter &interpreter, 110 static void StopHookIDs(CommandInterpreter &interpreter, [all …]
|
| H A D | CommandObjectMultiword.h | 22 friend class CommandInterpreter; variable 26 CommandObjectMultiword(CommandInterpreter &interpreter, const char *name, 79 CommandObjectProxy(CommandInterpreter &interpreter, const char *name, 136 friend class CommandInterpreter;
|
| H A D | CommandObject.h | 112 CommandObject(CommandInterpreter &interpreter, llvm::StringRef name, 124 CommandInterpreter &GetCommandInterpreter() { return m_interpreter; } in GetCommandInterpreter() 215 CommandInterpreter &interpreter); 371 CommandInterpreter &m_interpreter; 394 CommandObjectParsed(CommandInterpreter &interpreter, const char *name, 411 CommandObjectRaw(CommandInterpreter &interpreter, llvm::StringRef name,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 127 CommandInterpreter::CommandInterpreter(Debugger &debugger, in CommandInterpreter() function in CommandInterpreter 153 bool CommandInterpreter::GetPromptOnQuit() const { in GetPromptOnQuit() 196 bool CommandInterpreter::GetEchoCommands() const { in GetEchoCommands() 271 void CommandInterpreter::Initialize() { in Initialize() 518 void CommandInterpreter::Clear() { in Clear() 538 void CommandInterpreter::LoadCommandDictionary() { in LoadCommandDictionary() 2999 void CommandInterpreter::GetProcessOutput() { in GetProcessOutput() 3023 bool CommandInterpreter::InterruptCommand() { in InterruptCommand() 3202 bool CommandInterpreter::SaveTranscript( in SaveTranscript() 3264 bool CommandInterpreter::IsInteractive() { in IsInteractive() [all …]
|
| H A D | CommandAlias.cpp | 64 option_arg_vector->emplace_back(CommandInterpreter::g_argument, in ProcessAliasOptionsArgs() 69 option_arg_vector->emplace_back(std::string(CommandInterpreter::g_argument), -1, in ProcessAliasOptionsArgs() 78 CommandAlias::CommandAlias(CommandInterpreter &interpreter, in CommandAlias() 158 if (opt == CommandInterpreter::g_argument) { in GetAliasExpansion() 162 if ((value != CommandInterpreter::g_no_argument) in GetAliasExpansion() 163 && (value != CommandInterpreter::g_need_argument)) { in GetAliasExpansion() 184 if (opt == CommandInterpreter::g_argument && !value.empty() && in IsDashDashCommand()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 41 typedef void (*CompletionCallback)(CommandInterpreter &interpreter, 52 CommandInterpreter &interpreter, uint32_t completion_mask, in InvokeCommonCompletionCallbacks() 123 CommandInterpreter &m_interpreter; 136 SourceFileCompleter(CommandInterpreter &interpreter, in SourceFileCompleter() 308 void CommandCompletions::SourceFiles(CommandInterpreter &interpreter, in SourceFiles() 479 void CommandCompletions::DiskFiles(CommandInterpreter &interpreter, in DiskFiles() 521 void CommandCompletions::Modules(CommandInterpreter &interpreter, in Modules() 553 void CommandCompletions::Symbols(CommandInterpreter &interpreter, in Symbols() 607 void CommandCompletions::Registers(CommandInterpreter &interpreter, in Registers() 812 void CommandCompletions::ThreadIDs(CommandInterpreter &interpreter, in ThreadIDs() [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() 42 CommandObjectStatsDisable(CommandInterpreter &interpreter) in CommandObjectStatsDisable() 96 CommandObjectStatsDump(CommandInterpreter &interpreter) in CommandObjectStatsDump() 119 CommandObjectStats::CommandObjectStats(CommandInterpreter &interpreter) in CommandObjectStats()
|
| H A D | CommandObjectLog.cpp | 51 CommandObjectLogEnable(CommandInterpreter &interpreter) in CommandObjectLogEnable() 223 CommandObjectLogDisable(CommandInterpreter &interpreter) in CommandObjectLogDisable() 286 CommandObjectLogList(CommandInterpreter &interpreter) in CommandObjectLogList() 335 CommandObjectLogDump(CommandInterpreter &interpreter) in CommandObjectLogDump() 443 CommandObjectLogTimerEnable(CommandInterpreter &interpreter) in CommandObjectLogTimerEnable() 492 CommandObjectLogTimerDisable(CommandInterpreter &interpreter) in CommandObjectLogTimerDisable() 515 CommandObjectLogTimerDump(CommandInterpreter &interpreter) in CommandObjectLogTimerDump() 536 CommandObjectLogTimerReset(CommandInterpreter &interpreter) in CommandObjectLogTimerReset() 558 CommandObjectLogTimerIncrement(CommandInterpreter &interpreter) in CommandObjectLogTimerIncrement() 611 CommandObjectLogTimer(CommandInterpreter &interpreter) in CommandObjectLogTimer() [all …]
|
| H A D | CommandObjectPlatform.cpp | 148 CommandObjectPlatformSelect(CommandInterpreter &interpreter) in CommandObjectPlatformSelect() 206 CommandObjectPlatformList(CommandInterpreter &interpreter) in CommandObjectPlatformList() 243 CommandObjectPlatformStatus(CommandInterpreter &interpreter) in CommandObjectPlatformStatus() 274 CommandObjectPlatformConnect(CommandInterpreter &interpreter) in CommandObjectPlatformConnect() 417 CommandObjectPlatformMkDir(CommandInterpreter &interpreter) in CommandObjectPlatformMkDir() 467 CommandObjectPlatformFOpen(CommandInterpreter &interpreter) in CommandObjectPlatformFOpen() 530 CommandObjectPlatformFClose(CommandInterpreter &interpreter) in CommandObjectPlatformFClose() 572 CommandObjectPlatformFRead(CommandInterpreter &interpreter) in CommandObjectPlatformFRead() 667 CommandObjectPlatformFWrite(CommandInterpreter &interpreter) in CommandObjectPlatformFWrite() 755 CommandObjectPlatformFile(CommandInterpreter &interpreter) in CommandObjectPlatformFile() [all …]
|
| H A D | CommandObjectType.cpp | 124 CommandOptions(CommandInterpreter &interpreter) {} in CommandOptions() 158 CommandObjectTypeSummaryAdd(CommandInterpreter &interpreter); 500 CommandObjectTypeSynthAdd(CommandInterpreter &interpreter); 588 CommandObjectTypeFormatAdd(CommandInterpreter &interpreter) in CommandObjectTypeFormatAdd() 1444 CommandInterpreter &interpreter) in CommandObjectTypeSummaryAdd() 2302 CommandInterpreter &interpreter) in CommandObjectTypeSynthAdd() 2691 CommandObjectTypeLookup(CommandInterpreter &interpreter) in CommandObjectTypeLookup() 2895 CommandObjectTypeFormat(CommandInterpreter &interpreter) in CommandObjectTypeFormat() 2921 CommandObjectTypeSynth(CommandInterpreter &interpreter) in CommandObjectTypeSynth() 2948 CommandObjectTypeFilter(CommandInterpreter &interpreter) in CommandObjectTypeFilter() [all …]
|
| H A D | CommandObjectSettings.cpp | 29 CommandObjectSettingsSet(CommandInterpreter &interpreter) in CommandObjectSettingsSet() 243 CommandObjectSettingsShow(CommandInterpreter &interpreter) in CommandObjectSettingsShow() 301 CommandObjectSettingsWrite(CommandInterpreter &interpreter) in CommandObjectSettingsWrite() 413 CommandObjectSettingsRead(CommandInterpreter &interpreter) in CommandObjectSettingsRead() 478 CommandObjectSettingsList(CommandInterpreter &interpreter) in CommandObjectSettingsList() 546 CommandObjectSettingsRemove(CommandInterpreter &interpreter) in CommandObjectSettingsRemove() 637 CommandObjectSettingsReplace(CommandInterpreter &interpreter) in CommandObjectSettingsReplace() 824 CommandObjectSettingsInsertAfter(CommandInterpreter &interpreter) in CommandObjectSettingsInsertAfter() 917 CommandObjectSettingsAppend(CommandInterpreter &interpreter) in CommandObjectSettingsAppend() 1003 CommandObjectSettingsClear(CommandInterpreter &interpreter) in CommandObjectSettingsClear() [all …]
|
| H A D | CommandObjectTrace.cpp | 75 CommandObjectTraceSave(CommandInterpreter &interpreter) in CommandObjectTraceSave() 174 CommandObjectTraceLoad(CommandInterpreter &interpreter) in CommandObjectTraceLoad() 266 CommandObjectTraceDump(CommandInterpreter &interpreter) in CommandObjectTraceDump() 330 CommandObjectTraceSchema(CommandInterpreter &interpreter) in CommandObjectTraceSchema() 382 CommandObjectTrace::CommandObjectTrace(CommandInterpreter &interpreter) in CommandObjectTrace()
|
| H A D | CommandObjectProcess.cpp | 117 CommandObjectProcessLaunch(CommandInterpreter &interpreter) in CommandObjectProcessLaunch() 308 CommandObjectProcessAttach(CommandInterpreter &interpreter) in CommandObjectProcessAttach() 797 CommandObjectProcessDetach(CommandInterpreter &interpreter) in CommandObjectProcessDetach() 938 CommandObjectProcessPlugin(CommandInterpreter &interpreter) in CommandObjectProcessPlugin() 1002 CommandObjectProcessLoad(CommandInterpreter &interpreter) in CommandObjectProcessLoad() 1077 CommandObjectProcessUnload(CommandInterpreter &interpreter) in CommandObjectProcessUnload() 1141 CommandObjectProcessSignal(CommandInterpreter &interpreter) in CommandObjectProcessSignal() 1249 CommandObjectProcessKill(CommandInterpreter &interpreter) in CommandObjectProcessKill() 1394 CommandObjectProcessStatus(CommandInterpreter &interpreter) in CommandObjectProcessStatus() 1563 CommandObjectProcessHandle(CommandInterpreter &interpreter) in CommandObjectProcessHandle() [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() 888 CommandObjectThreadUntil(CommandInterpreter &interpreter) in CommandObjectThreadUntil() 1173 CommandObjectThreadSelect(CommandInterpreter &interpreter) in CommandObjectThreadSelect() 1271 CommandObjectThreadList(CommandInterpreter &interpreter) in CommandObjectThreadList() 1343 CommandObjectThreadInfo(CommandInterpreter &interpreter) in CommandObjectThreadInfo() 1542 CommandObjectThreadReturn(CommandInterpreter &interpreter) in CommandObjectThreadReturn() 1716 CommandObjectThreadJump(CommandInterpreter &interpreter) in CommandObjectThreadJump() 2082 CommandObjectTraceExport(CommandInterpreter &interpreter) in CommandObjectTraceExport() 2106 CommandObjectTraceStart(CommandInterpreter &interpreter) in CommandObjectTraceStart() 2123 CommandObjectTraceStop(CommandInterpreter &interpreter) in CommandObjectTraceStop() [all …]
|
| H A D | CommandObjectCommands.cpp | 39 CommandObjectCommandsSource(CommandInterpreter &interpreter) in CommandObjectCommandsSource() 257 CommandObjectCommandsAlias(CommandInterpreter &interpreter) in CommandObjectCommandsAlias() 619 CommandObjectCommandsUnalias(CommandInterpreter &interpreter) in CommandObjectCommandsUnalias() 706 CommandObjectCommandsDelete(CommandInterpreter &interpreter) in CommandObjectCommandsDelete() 784 CommandObjectCommandsAddRegex(CommandInterpreter &interpreter) in CommandObjectCommandsAddRegex() 1154 CommandObjectScriptingObject(CommandInterpreter &interpreter, in CommandObjectScriptingObject() 1374 CommandObjectCommandsScriptAdd(CommandInterpreter &interpreter) in CommandObjectCommandsScriptAdd() 1666 CommandObjectCommandsScriptList(CommandInterpreter &interpreter) in CommandObjectCommandsScriptList() 2035 CommandInterpreter &interp = GetCommandInterpreter(); in DoExecute() 2088 CommandObjectCommandContainer(CommandInterpreter &interpreter) in CommandObjectCommandContainer() [all …]
|
| H A D | CommandObjectPlugin.cpp | 18 CommandObjectPluginLoad(CommandInterpreter &interpreter) in CommandObjectPluginLoad() 68 CommandObjectPlugin::CommandObjectPlugin(CommandInterpreter &interpreter) in CommandObjectPlugin()
|
| H A D | CommandObjectFrame.cpp | 108 CommandObjectFrameDiagnose(CommandInterpreter &interpreter) in CommandObjectFrameDiagnose() 194 CommandObjectFrameInfo(CommandInterpreter &interpreter) in CommandObjectFrameInfo() 260 CommandObjectFrameSelect(CommandInterpreter &interpreter) in CommandObjectFrameSelect() 394 CommandObjectFrameVariable(CommandInterpreter &interpreter) in CommandObjectFrameVariable() 823 CommandObjectFrameRecognizerAdd(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerAdd() 937 CommandObjectFrameRecognizerClear(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerClear() 954 CommandObjectFrameRecognizerDelete(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerDelete() 1034 CommandObjectFrameRecognizerList(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerList() 1079 CommandObjectFrameRecognizerInfo(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerInfo() 1152 CommandObjectFrameRecognizer(CommandInterpreter &interpreter) in CommandObjectFrameRecognizer() [all …]
|
| H A D | CommandObjectTarget.cpp | 214 CommandObjectTargetCreate(CommandInterpreter &interpreter) in CommandObjectTargetCreate() 484 CommandObjectTargetList(CommandInterpreter &interpreter) in CommandObjectTargetList() 509 CommandObjectTargetSelect(CommandInterpreter &interpreter) in CommandObjectTargetSelect() 577 CommandObjectTargetDelete(CommandInterpreter &interpreter) in CommandObjectTargetDelete() 721 CommandObjectTargetVariable(CommandInterpreter &interpreter) in CommandObjectTargetVariable() 2552 CommandInterpreter &interpreter) in CommandObjectTargetModulesDumpSeparateDebugInfoFiles() 2770 CommandObjectTargetModulesAdd(CommandInterpreter &interpreter) in CommandObjectTargetModulesAdd() 4273 CommandObjectTargetModules(CommandInterpreter &interpreter) in CommandObjectTargetModules() 4777 CommandObjectTargetSymbols(CommandInterpreter &interpreter) in CommandObjectTargetSymbols() 5406 CommandObjectTargetDump(CommandInterpreter &interpreter) in CommandObjectTargetDump() [all …]
|
| H A D | CommandObjectThreadUtil.h | 51 CommandObjectIterateOverThreads(CommandInterpreter &interpreter, 83 CommandObjectMultipleThreads(CommandInterpreter &interpreter,
|
| H A D | CommandObjectSession.cpp | 18 CommandObjectSessionSave(CommandInterpreter &interpreter) in CommandObjectSessionSave() 57 CommandObjectSessionHistory(CommandInterpreter &interpreter) in CommandObjectSessionHistory() 196 CommandObjectSession::CommandObjectSession(CommandInterpreter &interpreter) in CommandObjectSession()
|
| H A D | CommandObjectQuit.cpp | 21 CommandObjectQuit::CommandObjectQuit(CommandInterpreter &interpreter) in CommandObjectQuit() 103 CommandInterpreter::eBroadcastBitQuitCommandReceived; in DoExecute()
|
| H A D | CommandObjectDiagnostics.cpp | 28 CommandObjectDiagnosticsDump(CommandInterpreter &interpreter) in CommandObjectDiagnosticsDump() 106 CommandInterpreter &interpreter) in CommandObjectDiagnostics()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 322 SBCommandInterpreter(lldb_private::CommandInterpreter *interpreter_ptr); 323 lldb_private::CommandInterpreter &ref(); 325 lldb_private::CommandInterpreter *get(); 327 void reset(lldb_private::CommandInterpreter *); 332 lldb_private::CommandInterpreter *m_opaque_ptr;
|