Home
last modified time | relevance | path

Searched defs:interpreter (Results 1 – 25 of 74) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandCompletions.cpp50 CommandInterpreter &interpreter, uint32_t completion_mask, in InvokeCommonCompletionCallbacks()
102 Completer(CommandInterpreter &interpreter, CompletionRequest &request) in Completer()
128 SourceFileCompleter(CommandInterpreter &interpreter, in SourceFileCompleter()
190 SymbolCompleter(CommandInterpreter &interpreter, CompletionRequest &request) in SymbolCompleter()
258 ModuleCompleter(CommandInterpreter &interpreter, CompletionRequest &request) in ModuleCompleter()
303 void CommandCompletions::SourceFiles(CommandInterpreter &interpreter, in SourceFiles()
470 void CommandCompletions::DiskFiles(CommandInterpreter &interpreter, in DiskFiles()
482 void CommandCompletions::DiskDirectories(CommandInterpreter &interpreter, in DiskDirectories()
494 void CommandCompletions::RemoteDiskFiles(CommandInterpreter &interpreter, in RemoteDiskFiles()
503 void CommandCompletions::RemoteDiskDirectories(CommandInterpreter &interpreter, in RemoteDiskDirectories()
[all …]
DCommandObjectStats.cpp18 CommandObjectStatsEnable(CommandInterpreter &interpreter) in CommandObjectStatsEnable()
42 CommandObjectStatsDisable(CommandInterpreter &interpreter) in CommandObjectStatsDisable()
66 CommandObjectStatsDump(CommandInterpreter &interpreter) in CommandObjectStatsDump()
91 CommandObjectStats::CommandObjectStats(CommandInterpreter &interpreter) in CommandObjectStats()
DCommandObjectLog.cpp45 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()
DCommandObjectType.cpp106 CommandOptions(CommandInterpreter &interpreter) : Options() {} in CommandOptions()
166 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() local
178 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() local
397 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() local
409 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() local
571 CommandObjectTypeFormatAdd(CommandInterpreter &interpreter) in CommandObjectTypeFormatAdd()
760 CommandObjectTypeFormatterDelete(CommandInterpreter &interpreter, in CommandObjectTypeFormatterDelete()
914 CommandObjectTypeFormatterClear(CommandInterpreter &interpreter, in CommandObjectTypeFormatterClear()
956 CommandObjectTypeFormatDelete(CommandInterpreter &interpreter) in CommandObjectTypeFormatDelete()
970 CommandObjectTypeFormatClear(CommandInterpreter &interpreter) in CommandObjectTypeFormatClear()
[all …]
DCommandObjectPlatform.cpp143 CommandObjectPlatformSelect(CommandInterpreter &interpreter) in CommandObjectPlatformSelect()
201 CommandObjectPlatformList(CommandInterpreter &interpreter) in CommandObjectPlatformList()
241 CommandObjectPlatformStatus(CommandInterpreter &interpreter) in CommandObjectPlatformStatus()
273 CommandObjectPlatformConnect(CommandInterpreter &interpreter) in CommandObjectPlatformConnect()
322 CommandObjectPlatformDisconnect(CommandInterpreter &interpreter) in CommandObjectPlatformDisconnect()
378 CommandObjectPlatformSettings(CommandInterpreter &interpreter) in CommandObjectPlatformSettings()
420 CommandObjectPlatformMkDir(CommandInterpreter &interpreter) in CommandObjectPlatformMkDir()
468 CommandObjectPlatformFOpen(CommandInterpreter &interpreter) in CommandObjectPlatformFOpen()
530 CommandObjectPlatformFClose(CommandInterpreter &interpreter) in CommandObjectPlatformFClose()
570 CommandObjectPlatformFRead(CommandInterpreter &interpreter) in CommandObjectPlatformFRead()
[all …]
DCommandObjectFrame.cpp105 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()
869 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute() local
902 CommandObjectFrameRecognizerClear(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerClear()
920 CommandObjectFrameRecognizerDelete(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerDelete()
997 CommandObjectFrameRecognizerList(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerList()
1043 CommandObjectFrameRecognizerInfo(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerInfo()
[all …]
DCommandObjectProcess.cpp39 CommandObjectProcessLaunchOrAttach(CommandInterpreter &interpreter, in CommandObjectProcessLaunchOrAttach()
108 CommandObjectProcessLaunch(CommandInterpreter &interpreter) in CommandObjectProcessLaunch()
344 CommandObjectProcessAttach(CommandInterpreter &interpreter) in CommandObjectProcessAttach()
473 CommandObjectProcessContinue(CommandInterpreter &interpreter) in CommandObjectProcessContinue()
670 CommandObjectProcessDetach(CommandInterpreter &interpreter) in CommandObjectProcessDetach()
755 CommandObjectProcessConnect(CommandInterpreter &interpreter) in CommandObjectProcessConnect()
814 CommandObjectProcessPlugin(CommandInterpreter &interpreter) in CommandObjectProcessPlugin()
878 CommandObjectProcessLoad(CommandInterpreter &interpreter) in CommandObjectProcessLoad()
953 CommandObjectProcessUnload(CommandInterpreter &interpreter) in CommandObjectProcessUnload()
1015 CommandObjectProcessSignal(CommandInterpreter &interpreter) in CommandObjectProcessSignal()
[all …]
DCommandObjectCommands.cpp37 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()
1033 CommandObjectPythonFunction(CommandInterpreter &interpreter, std::string name, in CommandObjectPythonFunction()
1105 CommandObjectScriptingObject(CommandInterpreter &interpreter, in CommandObjectScriptingObject()
1195 CommandObjectCommandsScriptImport(CommandInterpreter &interpreter) in CommandObjectCommandsScriptImport()
1343 CommandObjectCommandsScriptAdd(CommandInterpreter &interpreter) in CommandObjectCommandsScriptAdd()
1441 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() local
[all …]
DCommandObjectSettings.cpp28 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()
744 CommandObjectSettingsInsertBefore(CommandInterpreter &interpreter) in CommandObjectSettingsInsertBefore()
841 CommandObjectSettingsInsertAfter(CommandInterpreter &interpreter) in CommandObjectSettingsInsertAfter()
937 CommandObjectSettingsAppend(CommandInterpreter &interpreter) in CommandObjectSettingsAppend()
[all …]
DCommandObjectTarget.cpp214 CommandObjectTargetCreate(CommandInterpreter &interpreter) in CommandObjectTargetCreate()
454 CommandObjectTargetList(CommandInterpreter &interpreter) in CommandObjectTargetList()
484 CommandObjectTargetSelect(CommandInterpreter &interpreter) in CommandObjectTargetSelect()
533 CommandObjectTargetDelete(CommandInterpreter &interpreter) in CommandObjectTargetDelete()
636 CommandObjectTargetShowLaunchEnvironment(CommandInterpreter &interpreter) in CommandObjectTargetShowLaunchEnvironment()
676 CommandObjectTargetVariable(CommandInterpreter &interpreter) in CommandObjectTargetVariable()
998 CommandObjectTargetModulesSearchPathsAdd(CommandInterpreter &interpreter) in CommandObjectTargetModulesSearchPathsAdd()
1069 CommandObjectTargetModulesSearchPathsClear(CommandInterpreter &interpreter) in CommandObjectTargetModulesSearchPathsClear()
1092 CommandObjectTargetModulesSearchPathsInsert(CommandInterpreter &interpreter) in CommandObjectTargetModulesSearchPathsInsert()
1201 CommandObjectTargetModulesSearchPathsList(CommandInterpreter &interpreter) in CommandObjectTargetModulesSearchPathsList()
[all …]
DCommandObjectSession.cpp17 CommandObjectSessionSave(CommandInterpreter &interpreter) in CommandObjectSessionSave()
58 CommandObjectSessionHistory(CommandInterpreter &interpreter) in CommandObjectSessionHistory()
200 CommandObjectSession::CommandObjectSession(CommandInterpreter &interpreter) in CommandObjectSession()
DCommandObjectPlugin.cpp18 CommandObjectPluginLoad(CommandInterpreter &interpreter) in CommandObjectPluginLoad()
71 CommandObjectPlugin::CommandObjectPlugin(CommandInterpreter &interpreter) in CommandObjectPlugin()
DCommandObjectThread.cpp108 CommandObjectThreadBacktrace(CommandInterpreter &interpreter) in CommandObjectThreadBacktrace()
326 CommandObjectThreadStepWithTypeAndScope(CommandInterpreter &interpreter, in CommandObjectThreadStepWithTypeAndScope()
601 CommandObjectThreadContinue(CommandInterpreter &interpreter) in CommandObjectThreadContinue()
859 CommandObjectThreadUntil(CommandInterpreter &interpreter) in CommandObjectThreadUntil()
1085 CommandObjectThreadSelect(CommandInterpreter &interpreter) in CommandObjectThreadSelect()
1158 CommandObjectThreadList(CommandInterpreter &interpreter) in CommandObjectThreadList()
1231 CommandObjectThreadInfo(CommandInterpreter &interpreter) in CommandObjectThreadInfo()
1285 CommandObjectThreadException(CommandInterpreter &interpreter) in CommandObjectThreadException()
1384 CommandObjectThreadReturn(CommandInterpreter &interpreter) in CommandObjectThreadReturn()
1559 CommandObjectThreadJump(CommandInterpreter &interpreter) in CommandObjectThreadJump()
[all …]
DCommandObjectTrace.cpp74 CommandObjectTraceLoad(CommandInterpreter &interpreter) in CommandObjectTraceLoad()
173 CommandObjectTraceDump(CommandInterpreter &interpreter) in CommandObjectTraceDump()
239 CommandObjectTraceSchema(CommandInterpreter &interpreter) in CommandObjectTraceSchema()
290 CommandObjectTrace::CommandObjectTrace(CommandInterpreter &interpreter) in CommandObjectTrace()
DCommandObjectMemoryTag.cpp25 CommandObjectMemoryTagRead(CommandInterpreter &interpreter) in CommandObjectMemoryTagRead()
163 CommandObjectMemoryTagWrite(CommandInterpreter &interpreter) in CommandObjectMemoryTagWrite()
285 CommandObjectMemoryTag::CommandObjectMemoryTag(CommandInterpreter &interpreter) in CommandObjectMemoryTag()
DCommandObjectReproducer.cpp173 CommandObjectReproducerGenerate(CommandInterpreter &interpreter) in CommandObjectReproducerGenerate()
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()
DCommandObjectWatchpoint.cpp148 CommandObjectWatchpointList(CommandInterpreter &interpreter) in CommandObjectWatchpointList()
274 CommandObjectWatchpointEnable(CommandInterpreter &interpreter) in CommandObjectWatchpointEnable()
349 CommandObjectWatchpointDisable(CommandInterpreter &interpreter) in CommandObjectWatchpointDisable()
431 CommandObjectWatchpointDelete(CommandInterpreter &interpreter) in CommandObjectWatchpointDelete()
555 CommandObjectWatchpointIgnore(CommandInterpreter &interpreter) in CommandObjectWatchpointIgnore()
677 CommandObjectWatchpointModify(CommandInterpreter &interpreter) in CommandObjectWatchpointModify()
801 CommandObjectWatchpointSetVariable(CommandInterpreter &interpreter) in CommandObjectWatchpointSetVariable()
994 CommandObjectWatchpointSetExpression(CommandInterpreter &interpreter) in CommandObjectWatchpointSetExpression()
1155 CommandObjectWatchpointSet(CommandInterpreter &interpreter) in CommandObjectWatchpointSet()
1175 CommandInterpreter &interpreter) in CommandObjectMultiwordWatchpoint()
DCommandObjectLanguage.cpp18 CommandObjectLanguage::CommandObjectLanguage(CommandInterpreter &interpreter) in CommandObjectLanguage()
DCommandObjectBreakpoint.cpp220 CommandObjectBreakpointSet(CommandInterpreter &interpreter) in CommandObjectBreakpointSet()
792 CommandObjectBreakpointModify(CommandInterpreter &interpreter) in CommandObjectBreakpointModify()
877 CommandObjectBreakpointEnable(CommandInterpreter &interpreter) in CommandObjectBreakpointEnable()
968 CommandObjectBreakpointDisable(CommandInterpreter &interpreter) in CommandObjectBreakpointDisable()
1087 CommandObjectBreakpointList(CommandInterpreter &interpreter) in CommandObjectBreakpointList()
1233 CommandObjectBreakpointClear(CommandInterpreter &interpreter) in CommandObjectBreakpointClear()
1371 CommandObjectBreakpointDelete(CommandInterpreter &interpreter) in CommandObjectBreakpointDelete()
1678 CommandObjectBreakpointNameConfigure(CommandInterpreter &interpreter) in CommandObjectBreakpointNameConfigure()
1775 CommandObjectBreakpointNameAdd(CommandInterpreter &interpreter) in CommandObjectBreakpointNameAdd()
1859 CommandObjectBreakpointNameDelete(CommandInterpreter &interpreter) in CommandObjectBreakpointNameDelete()
[all …]
DCommandObjectWatchpointCommand.cpp61 CommandObjectWatchpointCommandAdd(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandAdd()
485 CommandObjectWatchpointCommandDelete(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandDelete()
552 CommandObjectWatchpointCommandList(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandList()
638 CommandInterpreter &interpreter) in CommandObjectWatchpointCommand()
DCommandObjectVersion.cpp19 CommandObjectVersion::CommandObjectVersion(CommandInterpreter &interpreter) in CommandObjectVersion()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptScriptGroup.cpp37 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-12-stable/contrib/llvm-project/lldb/source/Target/
DStructuredDataPlugin.cpp21 CommandStructuredData(CommandInterpreter &interpreter) in CommandStructuredData()
47 auto &interpreter = debugger.GetCommandInterpreter(); in InitializeBasePluginForDebugger() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
DCommandObjectTraceStartIntelPT.h40 CommandInterpreter &interpreter) in CommandObjectThreadTraceStartIntelPT()
84 CommandInterpreter &interpreter) in CommandObjectProcessTraceStartIntelPT()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptedProcessPythonInterface.h22 ScriptedProcessPythonInterface(ScriptInterpreterPythonImpl &interpreter) in ScriptedProcessPythonInterface()

123