Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp52 CommandInterpreter &interpreter, uint32_t completion_mask, in InvokeCommonCompletionCallbacks()
104 Completer(CommandInterpreter &interpreter, CompletionRequest &request) in Completer()
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()
496 void CommandCompletions::RemoteDiskFiles(CommandInterpreter &interpreter, in RemoteDiskFiles()
505 void CommandCompletions::RemoteDiskDirectories(CommandInterpreter &interpreter, in RemoteDiskDirectories()
[all …]
H A DCommandObjectType.cpp111 CommandOptions(CommandInterpreter &interpreter) {} in CommandOptions()
169 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() local
181 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() local
407 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() local
419 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() local
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()
[all …]
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 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 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()
882 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute() local
915 CommandObjectFrameRecognizerClear(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerClear()
933 CommandObjectFrameRecognizerDelete(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerDelete()
1014 CommandObjectFrameRecognizerList(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerList()
1060 CommandObjectFrameRecognizerInfo(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerInfo()
[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 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()
1483 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() local
[all …]
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 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 DCommandObjectSession.cpp18 CommandObjectSessionSave(CommandInterpreter &interpreter) in CommandObjectSessionSave()
59 CommandObjectSessionHistory(CommandInterpreter &interpreter) in CommandObjectSessionHistory()
199 CommandObjectSession::CommandObjectSession(CommandInterpreter &interpreter) in CommandObjectSession()
H A DCommandObjectWatchpoint.cpp149 CommandObjectWatchpointList(CommandInterpreter &interpreter) in CommandObjectWatchpointList()
274 CommandObjectWatchpointEnable(CommandInterpreter &interpreter) in CommandObjectWatchpointEnable()
349 CommandObjectWatchpointDisable(CommandInterpreter &interpreter) in CommandObjectWatchpointDisable()
431 CommandObjectWatchpointDelete(CommandInterpreter &interpreter) in CommandObjectWatchpointDelete()
554 CommandObjectWatchpointIgnore(CommandInterpreter &interpreter) in CommandObjectWatchpointIgnore()
675 CommandObjectWatchpointModify(CommandInterpreter &interpreter) in CommandObjectWatchpointModify()
798 CommandObjectWatchpointSetVariable(CommandInterpreter &interpreter) in CommandObjectWatchpointSetVariable()
990 CommandObjectWatchpointSetExpression(CommandInterpreter &interpreter) in CommandObjectWatchpointSetExpression()
1150 CommandObjectWatchpointSet(CommandInterpreter &interpreter) in CommandObjectWatchpointSet()
1170 CommandInterpreter &interpreter) in CommandObjectMultiwordWatchpoint()
H A DCommandObjectPlugin.cpp18 CommandObjectPluginLoad(CommandInterpreter &interpreter) in CommandObjectPluginLoad()
71 CommandObjectPlugin::CommandObjectPlugin(CommandInterpreter &interpreter) in CommandObjectPlugin()
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 DCommandObjectMemoryTag.cpp27 CommandObjectMemoryTagRead(CommandInterpreter &interpreter) in CommandObjectMemoryTagRead()
175 CommandObjectMemoryTagWrite(CommandInterpreter &interpreter) in CommandObjectMemoryTagWrite()
306 CommandObjectMemoryTag::CommandObjectMemoryTag(CommandInterpreter &interpreter) in CommandObjectMemoryTag()
H A DCommandObjectBreakpoint.cpp234 CommandObjectBreakpointSet(CommandInterpreter &interpreter) in CommandObjectBreakpointSet()
803 CommandObjectBreakpointModify(CommandInterpreter &interpreter) in CommandObjectBreakpointModify()
887 CommandObjectBreakpointEnable(CommandInterpreter &interpreter) in CommandObjectBreakpointEnable()
978 CommandObjectBreakpointDisable(CommandInterpreter &interpreter) in CommandObjectBreakpointDisable()
1097 CommandObjectBreakpointList(CommandInterpreter &interpreter) in CommandObjectBreakpointList()
1242 CommandObjectBreakpointClear(CommandInterpreter &interpreter) in CommandObjectBreakpointClear()
1379 CommandObjectBreakpointDelete(CommandInterpreter &interpreter) in CommandObjectBreakpointDelete()
1684 CommandObjectBreakpointNameConfigure(CommandInterpreter &interpreter) in CommandObjectBreakpointNameConfigure()
1780 CommandObjectBreakpointNameAdd(CommandInterpreter &interpreter) in CommandObjectBreakpointNameAdd()
1863 CommandObjectBreakpointNameDelete(CommandInterpreter &interpreter) in CommandObjectBreakpointNameDelete()
[all …]
H A DCommandObjectDiagnostics.cpp28 CommandObjectDiagnosticsDump(CommandInterpreter &interpreter) in CommandObjectDiagnosticsDump()
106 CommandInterpreter &interpreter) in CommandObjectDiagnostics()
H A DCommandObjectWatchpointCommand.cpp32 CommandObjectWatchpointCommandAdd(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandAdd()
455 CommandObjectWatchpointCommandDelete(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandDelete()
522 CommandObjectWatchpointCommandList(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandList()
608 CommandInterpreter &interpreter) in CommandObjectWatchpointCommand()
H A DCommandObjectBreakpointCommand.cpp32 CommandObjectBreakpointCommandAdd(CommandInterpreter &interpreter) in CommandObjectBreakpointCommandAdd()
450 CommandObjectBreakpointCommandDelete(CommandInterpreter &interpreter) in CommandObjectBreakpointCommandDelete()
566 CommandObjectBreakpointCommandList(CommandInterpreter &interpreter) in CommandObjectBreakpointCommandList()
672 CommandInterpreter &interpreter) in CommandObjectBreakpointCommand()
H A DCommandObjectRegister.cpp39 CommandObjectRegisterRead(CommandInterpreter &interpreter) in CommandObjectRegisterRead()
299 CommandObjectRegisterWrite(CommandInterpreter &interpreter) in CommandObjectRegisterWrite()
398 CommandObjectRegister::CommandObjectRegister(CommandInterpreter &interpreter) in CommandObjectRegister()
H A DCommandObjectLanguage.cpp18 CommandObjectLanguage::CommandObjectLanguage(CommandInterpreter &interpreter) in CommandObjectLanguage()
/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/source/Target/
H A DStructuredDataPlugin.cpp21 CommandStructuredData(CommandInterpreter &interpreter) in CommandStructuredData()
47 auto &interpreter = debugger.GetCommandInterpreter(); in InitializeBasePluginForDebugger() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DCommandObjectTraceStartIntelPT.h41 CommandInterpreter &interpreter) in CommandObjectThreadTraceStartIntelPT()
87 CommandInterpreter &interpreter) in CommandObjectProcessTraceStartIntelPT()

1234