Home
last modified time | relevance | path

Searched refs:CommandInterpreter (Results 1 – 25 of 138) sorted by relevance

123456

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h61 CommandInterpreter &interpreter, uint32_t completion_mask,
65 static void DiskFiles(CommandInterpreter &interpreter,
71 static void DiskDirectories(CommandInterpreter &interpreter,
79 static void RemoteDiskFiles(CommandInterpreter &interpreter,
83 static void RemoteDiskDirectories(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,
99 static void SettingsNames(CommandInterpreter &interpreter,
[all …]
H A DCommandObjectMultiword.h22 friend class CommandInterpreter; variable
26 CommandObjectMultiword(CommandInterpreter &interpreter, const char *name,
79 CommandObjectProxy(CommandInterpreter &interpreter, const char *name,
136 friend class CommandInterpreter;
H A DCommandObject.h112 CommandObject(CommandInterpreter &interpreter, llvm::StringRef name,
124 CommandInterpreter &GetCommandInterpreter() { return m_interpreter; } in GetCommandInterpreter()
215 CommandInterpreter &interpreter);
370 CommandInterpreter &m_interpreter;
393 CommandObjectParsed(CommandInterpreter &interpreter, const char *name,
410 CommandObjectRaw(CommandInterpreter &interpreter, llvm::StringRef name,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp109 const char *CommandInterpreter::g_no_argument = "<no-argument>";
110 const char *CommandInterpreter::g_need_argument = "<need-argument>";
111 const char *CommandInterpreter::g_argument = "<argument>";
122 ConstString &CommandInterpreter::GetStaticBroadcasterClass() { in GetStaticBroadcasterClass()
127 CommandInterpreter::CommandInterpreter(Debugger &debugger, in CommandInterpreter() function in CommandInterpreter
130 CommandInterpreter::GetStaticBroadcasterClass().AsCString()), in CommandInterpreter()
147 bool CommandInterpreter::GetExpandRegexAliases() const { in GetExpandRegexAliases()
153 bool CommandInterpreter::GetPromptOnQuit() const { in GetPromptOnQuit()
159 void CommandInterpreter::SetPromptOnQuit(bool enable) { in SetPromptOnQuit()
164 bool CommandInterpreter::GetSaveSessionOnQuit() const { in GetSaveSessionOnQuit()
[all …]
H A DCommandAlias.cpp63 option_arg_vector->emplace_back(CommandInterpreter::g_argument, in ProcessAliasOptionsArgs()
68 option_arg_vector->emplace_back(std::string(CommandInterpreter::g_argument), -1, in ProcessAliasOptionsArgs()
77 CommandAlias::CommandAlias(CommandInterpreter &interpreter, in CommandAlias()
157 if (opt == CommandInterpreter::g_argument) { in GetAliasExpansion()
161 if ((value != CommandInterpreter::g_no_argument) in GetAliasExpansion()
162 && (value != CommandInterpreter::g_need_argument)) { in GetAliasExpansion()
183 if (opt == CommandInterpreter::g_argument && !value.empty() && in IsDashDashCommand()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp41 typedef void (*CompletionCallback)(CommandInterpreter &interpreter,
52 CommandInterpreter &interpreter, uint32_t completion_mask, in InvokeCommonCompletionCallbacks()
104 Completer(CommandInterpreter &interpreter, CompletionRequest &request) in Completer()
117 CommandInterpreter &m_interpreter;
130 SourceFileCompleter(CommandInterpreter &interpreter, in SourceFileCompleter()
192 SymbolCompleter(CommandInterpreter &interpreter, CompletionRequest &request) in SymbolCompleter()
260 ModuleCompleter(CommandInterpreter &interpreter, CompletionRequest &request) in ModuleCompleter()
305 void CommandCompletions::SourceFiles(CommandInterpreter &interpreter, in SourceFiles()
472 void CommandCompletions::DiskFiles(CommandInterpreter &interpreter, in DiskFiles()
484 void CommandCompletions::DiskDirectories(CommandInterpreter &interpreter, in DiskDirectories()
[all …]
H A DCommandObjectHelp.cpp45 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 DCommandObjectStats.cpp21 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 DCommandObjectLog.cpp51 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 DCommandObjectPlatform.cpp144 CommandObjectPlatformSelect(CommandInterpreter &interpreter) in CommandObjectPlatformSelect()
203 CommandObjectPlatformList(CommandInterpreter &interpreter) in CommandObjectPlatformList()
241 CommandObjectPlatformStatus(CommandInterpreter &interpreter) in CommandObjectPlatformStatus()
273 CommandObjectPlatformConnect(CommandInterpreter &interpreter) in CommandObjectPlatformConnect()
325 CommandObjectPlatformDisconnect(CommandInterpreter &interpreter) in CommandObjectPlatformDisconnect()
380 CommandObjectPlatformSettings(CommandInterpreter &interpreter) in CommandObjectPlatformSettings()
420 CommandObjectPlatformMkDir(CommandInterpreter &interpreter) in CommandObjectPlatformMkDir()
471 CommandObjectPlatformFOpen(CommandInterpreter &interpreter) in CommandObjectPlatformFOpen()
535 CommandObjectPlatformFClose(CommandInterpreter &interpreter) in CommandObjectPlatformFClose()
578 CommandObjectPlatformFRead(CommandInterpreter &interpreter) in CommandObjectPlatformFRead()
[all …]
H A DCommandObjectType.cpp111 CommandOptions(CommandInterpreter &interpreter) {} in CommandOptions()
145 CommandObjectTypeSummaryAdd(CommandInterpreter &interpreter);
488 CommandObjectTypeSynthAdd(CommandInterpreter &interpreter);
576 CommandObjectTypeFormatAdd(CommandInterpreter &interpreter) in CommandObjectTypeFormatAdd()
762 CommandObjectTypeFormatterDelete(CommandInterpreter &interpreter, in CommandObjectTypeFormatterDelete()
896 CommandObjectTypeFormatterClear(CommandInterpreter &interpreter, in CommandObjectTypeFormatterClear()
941 CommandObjectTypeFormatDelete(CommandInterpreter &interpreter) in CommandObjectTypeFormatDelete()
953 CommandObjectTypeFormatClear(CommandInterpreter &interpreter) in CommandObjectTypeFormatClear()
1016 CommandObjectTypeFormatterList(CommandInterpreter &interpreter, in CommandObjectTypeFormatterList()
1132 CommandObjectTypeFormatList(CommandInterpreter &interpreter) in CommandObjectTypeFormatList()
[all …]
H A DCommandObjectSettings.cpp29 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()
746 CommandObjectSettingsInsertBefore(CommandInterpreter &interpreter) in CommandObjectSettingsInsertBefore()
843 CommandObjectSettingsInsertAfter(CommandInterpreter &interpreter) in CommandObjectSettingsInsertAfter()
939 CommandObjectSettingsAppend(CommandInterpreter &interpreter) in CommandObjectSettingsAppend()
[all …]
H A DCommandObjectProcess.cpp46 CommandObjectProcessLaunchOrAttach(CommandInterpreter &interpreter, in CommandObjectProcessLaunchOrAttach()
115 CommandObjectProcessLaunch(CommandInterpreter &interpreter) in CommandObjectProcessLaunch()
370 CommandObjectProcessAttach(CommandInterpreter &interpreter) in CommandObjectProcessAttach()
498 CommandObjectProcessContinue(CommandInterpreter &interpreter) in CommandObjectProcessContinue()
848 CommandObjectProcessDetach(CommandInterpreter &interpreter) in CommandObjectProcessDetach()
932 CommandObjectProcessConnect(CommandInterpreter &interpreter) in CommandObjectProcessConnect()
993 CommandObjectProcessPlugin(CommandInterpreter &interpreter) in CommandObjectProcessPlugin()
1057 CommandObjectProcessLoad(CommandInterpreter &interpreter) in CommandObjectProcessLoad()
1134 CommandObjectProcessUnload(CommandInterpreter &interpreter) in CommandObjectProcessUnload()
1199 CommandObjectProcessSignal(CommandInterpreter &interpreter) in CommandObjectProcessSignal()
[all …]
H A DCommandObjectCommands.cpp39 CommandObjectCommandsSource(CommandInterpreter &interpreter) in CommandObjectCommandsSource()
259 CommandObjectCommandsAlias(CommandInterpreter &interpreter) in CommandObjectCommandsAlias()
623 CommandObjectCommandsUnalias(CommandInterpreter &interpreter) in CommandObjectCommandsUnalias()
711 CommandObjectCommandsDelete(CommandInterpreter &interpreter) in CommandObjectCommandsDelete()
790 CommandObjectCommandsAddRegex(CommandInterpreter &interpreter) in CommandObjectCommandsAddRegex()
1081 CommandObjectPythonFunction(CommandInterpreter &interpreter, std::string name, in CommandObjectPythonFunction()
1153 CommandObjectScriptingObject(CommandInterpreter &interpreter, in CommandObjectScriptingObject()
1243 CommandObjectCommandsScriptImport(CommandInterpreter &interpreter) in CommandObjectCommandsScriptImport()
1367 CommandObjectCommandsScriptAdd(CommandInterpreter &interpreter) in CommandObjectCommandsScriptAdd()
1642 CommandObjectCommandsScriptList(CommandInterpreter &interpreter) in CommandObjectCommandsScriptList()
[all …]
H A DCommandObjectTrace.cpp75 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 DCommandObjectTrace.h18 CommandObjectTrace(CommandInterpreter &interpreter);
28 CommandInterpreter &interpreter, const char *name,
H A DCommandObjectThread.cpp108 CommandObjectThreadBacktrace(CommandInterpreter &interpreter) in CommandObjectThreadBacktrace()
362 CommandObjectThreadStepWithTypeAndScope(CommandInterpreter &interpreter, in CommandObjectThreadStepWithTypeAndScope()
637 CommandObjectThreadContinue(CommandInterpreter &interpreter) in CommandObjectThreadContinue()
887 CommandObjectThreadUntil(CommandInterpreter &interpreter) in CommandObjectThreadUntil()
1134 CommandObjectThreadSelect(CommandInterpreter &interpreter) in CommandObjectThreadSelect()
1207 CommandObjectThreadList(CommandInterpreter &interpreter) in CommandObjectThreadList()
1280 CommandObjectThreadInfo(CommandInterpreter &interpreter) in CommandObjectThreadInfo()
1333 CommandObjectThreadException(CommandInterpreter &interpreter) in CommandObjectThreadException()
1381 CommandObjectThreadSiginfo(CommandInterpreter &interpreter) in CommandObjectThreadSiginfo()
1479 CommandObjectThreadReturn(CommandInterpreter &interpreter) in CommandObjectThreadReturn()
[all …]
H A DCommandObjectTarget.cpp204 CommandObjectTargetCreate(CommandInterpreter &interpreter) in CommandObjectTargetCreate()
467 CommandObjectTargetList(CommandInterpreter &interpreter) in CommandObjectTargetList()
493 CommandObjectTargetSelect(CommandInterpreter &interpreter) in CommandObjectTargetSelect()
544 CommandObjectTargetDelete(CommandInterpreter &interpreter) in CommandObjectTargetDelete()
649 CommandObjectTargetShowLaunchEnvironment(CommandInterpreter &interpreter) in CommandObjectTargetShowLaunchEnvironment()
689 CommandObjectTargetVariable(CommandInterpreter &interpreter) in CommandObjectTargetVariable()
1006 CommandObjectTargetModulesSearchPathsAdd(CommandInterpreter &interpreter) in CommandObjectTargetModulesSearchPathsAdd()
1076 CommandObjectTargetModulesSearchPathsClear(CommandInterpreter &interpreter) in CommandObjectTargetModulesSearchPathsClear()
1099 CommandObjectTargetModulesSearchPathsInsert(CommandInterpreter &interpreter) in CommandObjectTargetModulesSearchPathsInsert()
1208 CommandObjectTargetModulesSearchPathsList(CommandInterpreter &interpreter) in CommandObjectTargetModulesSearchPathsList()
[all …]
H A DCommandObjectFrame.cpp108 CommandObjectFrameDiagnose(CommandInterpreter &interpreter) in CommandObjectFrameDiagnose()
196 CommandObjectFrameInfo(CommandInterpreter &interpreter) in CommandObjectFrameInfo()
263 CommandObjectFrameSelect(CommandInterpreter &interpreter) in CommandObjectFrameSelect()
392 CommandObjectFrameVariable(CommandInterpreter &interpreter) in CommandObjectFrameVariable()
800 CommandObjectFrameRecognizerAdd(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerAdd()
915 CommandObjectFrameRecognizerClear(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerClear()
933 CommandObjectFrameRecognizerDelete(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerDelete()
1014 CommandObjectFrameRecognizerList(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerList()
1060 CommandObjectFrameRecognizerInfo(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerInfo()
1134 CommandObjectFrameRecognizer(CommandInterpreter &interpreter) in CommandObjectFrameRecognizer()
[all …]
H A DCommandObjectPlugin.cpp18 CommandObjectPluginLoad(CommandInterpreter &interpreter) in CommandObjectPluginLoad()
71 CommandObjectPlugin::CommandObjectPlugin(CommandInterpreter &interpreter) in CommandObjectPlugin()
H A DCommandObjectSession.cpp18 CommandObjectSessionSave(CommandInterpreter &interpreter) in CommandObjectSessionSave()
59 CommandObjectSessionHistory(CommandInterpreter &interpreter) in CommandObjectSessionHistory()
199 CommandObjectSession::CommandObjectSession(CommandInterpreter &interpreter) in CommandObjectSession()
H A DCommandObjectThreadUtil.h51 CommandObjectIterateOverThreads(CommandInterpreter &interpreter,
83 CommandObjectMultipleThreads(CommandInterpreter &interpreter,
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp37 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()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h222 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;
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DUserSettingsController.h24 class CommandInterpreter; variable
66 virtual void DumpAllDescriptions(CommandInterpreter &interpreter,

123456