| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandCompletions.h | 65 static int DiskFiles(CommandInterpreter &interpreter, 71 static int DiskDirectories(CommandInterpreter &interpreter, 79 static int SourceFiles(CommandInterpreter &interpreter, 82 static int Modules(CommandInterpreter &interpreter, 85 static int Symbols(CommandInterpreter &interpreter, 88 static int SettingsNames(CommandInterpreter &interpreter, 99 static int VariablePath(CommandInterpreter &interpreter, 120 CommandInterpreter &m_interpreter; 132 SourceFileCompleter(CommandInterpreter &interpreter, 158 ModuleCompleter(CommandInterpreter &interpreter, [all …]
|
| H A D | CommandObjectMultiword.h | 24 friend class CommandInterpreter; variable 28 CommandObjectMultiword(CommandInterpreter &interpreter, const char *name, 78 CommandObjectProxy(CommandInterpreter &interpreter, const char *name, 131 friend class CommandInterpreter;
|
| H A D | CommandObject.h | 112 CommandObject(CommandInterpreter &interpreter, llvm::StringRef name, 124 CommandInterpreter &GetCommandInterpreter() { return m_interpreter; } in GetCommandInterpreter() 206 CommandInterpreter &interpreter); 386 CommandInterpreter &m_interpreter; 408 CommandObjectParsed(CommandInterpreter &interpreter, const char *name, 425 CommandObjectRaw(CommandInterpreter &interpreter, llvm::StringRef name,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 124 CommandInterpreter::CommandInterpreter(Debugger &debugger, in CommandInterpreter() function in CommandInterpreter 152 bool CommandInterpreter::GetPromptOnQuit() const { in GetPromptOnQuit() 158 void CommandInterpreter::SetPromptOnQuit(bool b) { in SetPromptOnQuit() 163 bool CommandInterpreter::GetEchoCommands() const { in GetEchoCommands() 169 void CommandInterpreter::SetEchoCommands(bool b) { in SetEchoCommands() 226 void CommandInterpreter::Initialize() { in Initialize() 436 void CommandInterpreter::Clear() { in Clear() 1831 int CommandInterpreter::HandleCompletion( in HandleCompletion() 1896 CommandInterpreter::~CommandInterpreter() {} in ~CommandInterpreter() 2723 bool CommandInterpreter::InterruptCommand() { in InterruptCommand() [all …]
|
| H A D | ScriptInterpreter.cpp | 25 ScriptInterpreter::ScriptInterpreter(CommandInterpreter &interpreter, in ScriptInterpreter() 31 CommandInterpreter &ScriptInterpreter::GetCommandInterpreter() { in GetCommandInterpreter()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 55 CommandInterpreter &interpreter, uint32_t completion_mask, in InvokeCommonCompletionCallbacks() 75 int CommandCompletions::SourceFiles(CommandInterpreter &interpreter, in SourceFiles() 240 int CommandCompletions::DiskFiles(CommandInterpreter &interpreter, in DiskFiles() 252 int CommandCompletions::DiskDirectories(CommandInterpreter &interpreter, in DiskDirectories() 264 int CommandCompletions::Modules(CommandInterpreter &interpreter, in Modules() 280 int CommandCompletions::Symbols(CommandInterpreter &interpreter, in Symbols() 296 int CommandCompletions::SettingsNames(CommandInterpreter &interpreter, in SettingsNames() 341 int CommandCompletions::VariablePath(CommandInterpreter &interpreter, in VariablePath() 358 CommandInterpreter &interpreter, bool include_support_files, in SourceFileCompleter() 440 CommandInterpreter &interpreter, CompletionRequest &request) in SymbolCompleter() [all …]
|
| H A D | CommandObjectStats.cpp | 21 CommandObjectStatsEnable(CommandInterpreter &interpreter) in CommandObjectStatsEnable() 46 CommandObjectStatsDisable(CommandInterpreter &interpreter) in CommandObjectStatsDisable() 71 CommandObjectStatsDump(CommandInterpreter &interpreter) in CommandObjectStatsDump() 95 CommandObjectStats::CommandObjectStats(CommandInterpreter &interpreter) in CommandObjectStats()
|
| H A D | CommandObjectReproducer.cpp | 24 CommandObjectReproducerGenerate(CommandInterpreter &interpreter) in CommandObjectReproducerGenerate() 56 CommandObjectReproducerStatus(CommandInterpreter &interpreter) in CommandObjectReproducerStatus() 86 CommandInterpreter &interpreter) in CommandObjectReproducer()
|
| H A D | CommandObjectType.cpp | 159 CommandObjectTypeSummaryAdd(CommandInterpreter &interpreter); 517 CommandObjectTypeSynthAdd(CommandInterpreter &interpreter); 617 CommandObjectTypeFormatAdd(CommandInterpreter &interpreter) in CommandObjectTypeFormatAdd() 1536 CommandInterpreter &interpreter) in CommandObjectTypeSummaryAdd() 2433 CommandInterpreter &interpreter) in CommandObjectTypeSynthAdd() 2827 CommandObjectTypeLookup(CommandInterpreter &interpreter) in CommandObjectTypeLookup() 3046 CommandObjectTypeFormat(CommandInterpreter &interpreter) in CommandObjectTypeFormat() 3074 CommandObjectTypeSynth(CommandInterpreter &interpreter) in CommandObjectTypeSynth() 3103 CommandObjectTypeFilter(CommandInterpreter &interpreter) in CommandObjectTypeFilter() 3122 CommandObjectTypeCategory(CommandInterpreter &interpreter) in CommandObjectTypeCategory() [all …]
|
| H A D | CommandObjectPlatform.cpp | 162 CommandObjectPlatformSelect(CommandInterpreter &interpreter) in CommandObjectPlatformSelect() 227 CommandObjectPlatformList(CommandInterpreter &interpreter) in CommandObjectPlatformList() 270 CommandObjectPlatformStatus(CommandInterpreter &interpreter) in CommandObjectPlatformStatus() 306 CommandObjectPlatformConnect(CommandInterpreter &interpreter) in CommandObjectPlatformConnect() 468 CommandObjectPlatformMkDir(CommandInterpreter &interpreter) in CommandObjectPlatformMkDir() 520 CommandObjectPlatformFOpen(CommandInterpreter &interpreter) in CommandObjectPlatformFOpen() 577 CommandObjectPlatformFClose(CommandInterpreter &interpreter) in CommandObjectPlatformFClose() 621 CommandObjectPlatformFRead(CommandInterpreter &interpreter) in CommandObjectPlatformFRead() 716 CommandObjectPlatformFWrite(CommandInterpreter &interpreter) in CommandObjectPlatformFWrite() 800 CommandObjectPlatformFile(CommandInterpreter &interpreter) in CommandObjectPlatformFile() [all …]
|
| H A D | CommandObjectHelp.cpp | 47 CommandObjectHelp::CommandObjectHelp(CommandInterpreter &interpreter) in CommandObjectHelp() 92 uint32_t cmd_types = CommandInterpreter::eCommandTypesBuiltin; in DoExecute() 94 cmd_types |= CommandInterpreter::eCommandTypesAliases; in DoExecute() 96 cmd_types |= CommandInterpreter::eCommandTypesUserDef; in DoExecute() 98 cmd_types |= CommandInterpreter::eCommandTypesHidden; in DoExecute()
|
| H A D | CommandObjectSettings.cpp | 36 CommandObjectSettingsSet(CommandInterpreter &interpreter) in CommandObjectSettingsSet() 263 CommandObjectSettingsShow(CommandInterpreter &interpreter) in CommandObjectSettingsShow() 332 CommandObjectSettingsWrite(CommandInterpreter &interpreter) in CommandObjectSettingsWrite() 458 CommandObjectSettingsRead(CommandInterpreter &interpreter) in CommandObjectSettingsRead() 529 CommandObjectSettingsList(CommandInterpreter &interpreter) in CommandObjectSettingsList() 606 CommandObjectSettingsRemove(CommandInterpreter &interpreter) in CommandObjectSettingsRemove() 706 CommandObjectSettingsReplace(CommandInterpreter &interpreter) in CommandObjectSettingsReplace() 916 CommandObjectSettingsInsertAfter(CommandInterpreter &interpreter) in CommandObjectSettingsInsertAfter() 1021 CommandObjectSettingsAppend(CommandInterpreter &interpreter) in CommandObjectSettingsAppend() 1117 CommandObjectSettingsClear(CommandInterpreter &interpreter) in CommandObjectSettingsClear() [all …]
|
| H A D | CommandObjectProcess.cpp | 37 CommandObjectProcessLaunchOrAttach(CommandInterpreter &interpreter, in CommandObjectProcessLaunchOrAttach() 110 CommandObjectProcessLaunch(CommandInterpreter &interpreter) in CommandObjectProcessLaunch() 425 CommandObjectProcessAttach(CommandInterpreter &interpreter) in CommandObjectProcessAttach() 774 CommandObjectProcessDetach(CommandInterpreter &interpreter) in CommandObjectProcessDetach() 926 CommandObjectProcessPlugin(CommandInterpreter &interpreter) in CommandObjectProcessPlugin() 998 CommandObjectProcessLoad(CommandInterpreter &interpreter) in CommandObjectProcessLoad() 1065 CommandObjectProcessUnload(CommandInterpreter &interpreter) in CommandObjectProcessUnload() 1113 CommandObjectProcessSignal(CommandInterpreter &interpreter) in CommandObjectProcessSignal() 1224 CommandObjectProcessKill(CommandInterpreter &interpreter) in CommandObjectProcessKill() 1313 CommandObjectProcessStatus(CommandInterpreter &interpreter) in CommandObjectProcessStatus() [all …]
|
| H A D | CommandObjectFrame.cpp | 130 CommandObjectFrameDiagnose(CommandInterpreter &interpreter) in CommandObjectFrameDiagnose() 226 CommandObjectFrameInfo(CommandInterpreter &interpreter) in CommandObjectFrameInfo() 297 CommandObjectFrameSelect(CommandInterpreter &interpreter) in CommandObjectFrameSelect() 421 CommandObjectFrameVariable(CommandInterpreter &interpreter) in CommandObjectFrameVariable() 827 CommandObjectFrameRecognizerAdd(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerAdd() 935 CommandObjectFrameRecognizerClear(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerClear() 951 CommandObjectFrameRecognizerDelete(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerDelete() 991 CommandObjectFrameRecognizerList(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerList() 1024 CommandObjectFrameRecognizerInfo(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerInfo() 1095 CommandObjectFrameRecognizer(CommandInterpreter &interpreter) in CommandObjectFrameRecognizer() [all …]
|
| H A D | CommandObjectLog.cpp | 55 CommandObjectLogEnable(CommandInterpreter &interpreter) in CommandObjectLogEnable() 194 CommandObjectLogDisable(CommandInterpreter &interpreter) in CommandObjectLogDisable() 254 CommandObjectLogList(CommandInterpreter &interpreter) in CommandObjectLogList() 301 CommandObjectLogTimer(CommandInterpreter &interpreter) in CommandObjectLogTimer() 363 CommandObjectLog::CommandObjectLog(CommandInterpreter &interpreter) in CommandObjectLog()
|
| H A D | CommandObjectTarget.cpp | 211 CommandObjectTargetCreate(CommandInterpreter &interpreter) in CommandObjectTargetCreate() 485 CommandObjectTargetList(CommandInterpreter &interpreter) in CommandObjectTargetList() 520 CommandObjectTargetSelect(CommandInterpreter &interpreter) in CommandObjectTargetSelect() 585 CommandObjectTargetDelete(CommandInterpreter &interpreter) in CommandObjectTargetDelete() 701 CommandObjectTargetVariable(CommandInterpreter &interpreter) in CommandObjectTargetVariable() 2475 CommandObjectTargetModulesDump(CommandInterpreter &interpreter) in CommandObjectTargetModulesDump() 2508 CommandObjectTargetModulesAdd(CommandInterpreter &interpreter) in CommandObjectTargetModulesAdd() 4062 CommandObjectTargetModules(CommandInterpreter &interpreter) in CommandObjectTargetModules() 4098 CommandObjectTargetSymbolsAdd(CommandInterpreter &interpreter) in CommandObjectTargetSymbolsAdd() 4494 CommandObjectTargetSymbols(CommandInterpreter &interpreter) in CommandObjectTargetSymbols() [all …]
|
| H A D | CommandObjectCommands.cpp | 48 CommandObjectCommandsHistory(CommandInterpreter &interpreter) in CommandObjectCommandsHistory() 206 CommandObjectCommandsSource(CommandInterpreter &interpreter) in CommandObjectCommandsSource() 413 CommandObjectCommandsAlias(CommandInterpreter &interpreter) in CommandObjectCommandsAlias() 775 CommandObjectCommandsUnalias(CommandInterpreter &interpreter) in CommandObjectCommandsUnalias() 858 CommandObjectCommandsDelete(CommandInterpreter &interpreter) in CommandObjectCommandsDelete() 933 CommandObjectCommandsAddRegex(CommandInterpreter &interpreter) in CommandObjectCommandsAddRegex() 1310 CommandObjectScriptingObject(CommandInterpreter &interpreter, in CommandObjectScriptingObject() 1550 CommandObjectCommandsScriptAdd(CommandInterpreter &interpreter) in CommandObjectCommandsScriptAdd() 1776 CommandObjectCommandsScriptList(CommandInterpreter &interpreter) in CommandObjectCommandsScriptList() 1797 CommandObjectCommandsScriptClear(CommandInterpreter &interpreter) in CommandObjectCommandsScriptClear() [all …]
|
| H A D | CommandObjectPlugin.cpp | 20 CommandObjectPluginLoad(CommandInterpreter &interpreter) in CommandObjectPluginLoad() 76 CommandObjectPlugin::CommandObjectPlugin(CommandInterpreter &interpreter) in CommandObjectPlugin()
|
| H A D | CommandObjectWatchpoint.cpp | 167 CommandObjectWatchpointList(CommandInterpreter &interpreter) in CommandObjectWatchpointList() 306 CommandObjectWatchpointEnable(CommandInterpreter &interpreter) in CommandObjectWatchpointEnable() 377 CommandObjectWatchpointDisable(CommandInterpreter &interpreter) in CommandObjectWatchpointDisable() 452 CommandObjectWatchpointDelete(CommandInterpreter &interpreter) in CommandObjectWatchpointDelete() 534 CommandObjectWatchpointIgnore(CommandInterpreter &interpreter) in CommandObjectWatchpointIgnore() 658 CommandObjectWatchpointModify(CommandInterpreter &interpreter) in CommandObjectWatchpointModify() 780 CommandObjectWatchpointSetVariable(CommandInterpreter &interpreter) in CommandObjectWatchpointSetVariable() 970 CommandObjectWatchpointSetExpression(CommandInterpreter &interpreter) in CommandObjectWatchpointSetExpression() 1138 CommandObjectWatchpointSet(CommandInterpreter &interpreter) in CommandObjectWatchpointSet() 1160 CommandInterpreter &interpreter) in CommandObjectMultiwordWatchpoint()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptScriptGroup.cpp | 38 CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupBreakpointSet() 77 CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupBreakpoint() 95 CommandObjectRenderScriptScriptGroupList(CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupList() 141 CommandObjectRenderScriptScriptGroup(CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroup() 159 lldb_private::CommandInterpreter &interpreter) { in NewCommandObjectRenderScriptScriptGroup()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 189 lldb_private::CommandInterpreter *interpreter_ptr = 250 lldb_private::CommandInterpreter &ref(); 252 lldb_private::CommandInterpreter *get(); 254 void reset(lldb_private::CommandInterpreter *); 261 lldb_private::CommandInterpreter *m_opaque_ptr;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/ |
| H A D | ScriptInterpreterNone.h | 19 ScriptInterpreterNone(CommandInterpreter &interpreter); 37 CreateInstance(CommandInterpreter &interpreter);
|
| H A D | ScriptInterpreterNone.cpp | 25 ScriptInterpreterNone::ScriptInterpreterNone(CommandInterpreter &interpreter) in ScriptInterpreterNone() 56 ScriptInterpreterNone::CreateInstance(CommandInterpreter &interpreter) { in CreateInstance()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | UserSettingsController.h | 25 class CommandInterpreter; variable 74 virtual void DumpAllDescriptions(CommandInterpreter &interpreter,
|
| H A D | Debugger.h | 53 class CommandInterpreter; variable 147 CommandInterpreter &GetCommandInterpreter() { in GetCommandInterpreter() 333 friend class CommandInterpreter; 394 std::unique_ptr<CommandInterpreter> m_command_interpreter_ap;
|