Home
last modified time | relevance | path

Searched refs:interpreter (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h65 static void DiskFiles(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,
110 static void VariablePath(CommandInterpreter &interpreter,
113 static void Registers(CommandInterpreter &interpreter,
116 static void Breakpoints(CommandInterpreter &interpreter,
127 static void ProcessIDs(CommandInterpreter &interpreter,
130 static void ProcessNames(CommandInterpreter &interpreter,
[all …]
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp52 CommandInterpreter &interpreter, uint32_t completion_mask, in InvokeCommonCompletionCallbacks() argument
105 : m_interpreter(interpreter), m_request(request) {} in Completer()
130 SourceFileCompleter(CommandInterpreter &interpreter, in SourceFileCompleter() argument
132 : Completer(interpreter, request) { in SourceFileCompleter()
193 : Completer(interpreter, request) { in SymbolCompleter()
261 : Completer(interpreter, request) { in ModuleCompleter()
308 SourceFileCompleter completer(interpreter, request); in SourceFiles()
517 ModuleCompleter completer(interpreter, request); in Modules()
549 SymbolCompleter completer(interpreter, request); in Symbols()
568 interpreter.GetDebugger().GetValueProperties()); in SettingsNames()
[all …]
H A DCommandObjectType.cpp170 if (interpreter) { in IOHandlerInputComplete()
182 if (interpreter) { in IOHandlerInputComplete()
408 if (interpreter) { in IOHandlerInputComplete()
420 if (interpreter) { in IOHandlerInputComplete()
1261 if (interpreter && !interpreter->CheckObjectExists(funct_name)) in Execute_ScriptSummary()
1270 if (!interpreter) { in Execute_ScriptSummary()
1416 CommandInterpreter &interpreter) in CommandObjectTypeSummaryAdd() argument
1594 if (interpreter && !interpreter->CheckObjectExists(function_name)) { in AddSummary()
2259 if (interpreter && in Execute_PythonClass()
2291 CommandInterpreter &interpreter) in CommandObjectTypeSynthAdd() argument
[all …]
H A DCommandObjectStats.cpp21 CommandObjectStatsEnable(CommandInterpreter &interpreter) in CommandObjectStatsEnable() argument
22 : CommandObjectParsed(interpreter, "enable", in CommandObjectStatsEnable()
43 CommandObjectStatsDisable(CommandInterpreter &interpreter) in CommandObjectStatsDisable() argument
44 : CommandObjectParsed(interpreter, "disable", in CommandObjectStatsDisable()
98 CommandObjectStatsDump(CommandInterpreter &interpreter) in CommandObjectStatsDump() argument
100 interpreter, "statistics dump", "Dump metrics in JSON format", in CommandObjectStatsDump()
122 CommandObjectStats::CommandObjectStats(CommandInterpreter &interpreter) in CommandObjectStats() argument
123 : CommandObjectMultiword(interpreter, "statistics", in CommandObjectStats()
127 CommandObjectSP(new CommandObjectStatsEnable(interpreter))); in CommandObjectStats()
129 CommandObjectSP(new CommandObjectStatsDisable(interpreter))); in CommandObjectStats()
[all …]
H A DCommandObjectLog.cpp51 CommandObjectLogEnable(CommandInterpreter &interpreter) in CommandObjectLogEnable() argument
52 : CommandObjectParsed(interpreter, "log enable", in CommandObjectLogEnable()
210 CommandObjectLogDisable(CommandInterpreter &interpreter) in CommandObjectLogDisable() argument
211 : CommandObjectParsed(interpreter, "log disable", in CommandObjectLogDisable()
274 CommandObjectLogList(CommandInterpreter &interpreter) in CommandObjectLogList() argument
275 : CommandObjectParsed(interpreter, "log list", in CommandObjectLogList()
324 CommandObjectLogDump(CommandInterpreter &interpreter) in CommandObjectLogDump() argument
325 : CommandObjectParsed(interpreter, "log dump", in CommandObjectLogDump()
607 CommandObjectLogTimer(CommandInterpreter &interpreter) in CommandObjectLogTimer() argument
616 interpreter))); in CommandObjectLogTimer()
[all …]
H A DCommandObjectPlatform.cpp275 interpreter, "platform connect", in CommandObjectPlatformConnect()
765 interpreter, "platform file", in CommandObjectPlatformFile()
792 interpreter, "platform get-file", in CommandObjectPlatformGetFile()
1082 interpreter, "platform put-file", in CommandObjectPlatformPutFile()
1488 interpreter, "platform process info", in CommandObjectPlatformProcessInfo()
1683 interpreter))); in CommandObjectPlatformProcess()
1685 interpreter))); in CommandObjectPlatformProcess()
1918 interpreter))); in CommandObjectPlatform()
1926 interpreter))); in CommandObjectPlatform()
1930 interpreter))); in CommandObjectPlatform()
[all …]
H A DCommandObjectSettings.cpp29 CommandObjectSettingsSet(CommandInterpreter &interpreter) in CommandObjectSettingsSet() argument
30 : CommandObjectRaw(interpreter, "settings set", in CommandObjectSettingsSet()
246 : CommandObjectParsed(interpreter, "settings show", in CommandObjectSettingsShow()
307 interpreter, "settings export", in CommandObjectSettingsWrite()
421 interpreter, "settings read", in CommandObjectSettingsRead()
486 : CommandObjectParsed(interpreter, "settings list", in CommandObjectSettingsList()
557 : CommandObjectRaw(interpreter, "settings remove", in CommandObjectSettingsRemove()
940 : CommandObjectRaw(interpreter, "settings append", in CommandObjectSettingsAppend()
1030 interpreter, "settings clear", in CommandObjectSettingsClear()
1135 CommandInterpreter &interpreter) in CommandObjectMultiwordSettings() argument
[all …]
H A DCommandObjectThread.cpp110 interpreter, "thread backtrace", in CommandObjectThreadBacktrace()
639 interpreter, "thread continue", in CommandObjectThreadContinue()
889 interpreter, "thread until", in CommandObjectThreadUntil()
1209 interpreter, "thread list", in CommandObjectThreadList()
1282 interpreter, "thread info", in CommandObjectThreadInfo()
1383 interpreter, "thread siginfo", in CommandObjectThreadSiginfo()
1655 interpreter, "thread jump", in CommandObjectThreadJump()
2001 interpreter, "plan", in CommandObjectMultiwordThreadPlan()
2505 interpreter, "dump", in CommandObjectMultiwordTraceDump()
2526 interpreter, "trace", in CommandObjectMultiwordTrace()
[all …]
H A DCommandObjectFrame.cpp197 : CommandObjectParsed(interpreter, "frame info", in CommandObjectFrameInfo()
394 interpreter, "frame variable", in CommandObjectFrameVariable()
884 if (interpreter && in DoExecute()
1062 interpreter, "frame recognizer info", in CommandObjectFrameRecognizerInfo()
1136 interpreter, "frame recognizer", in CommandObjectFrameRecognizer()
1140 interpreter))); in CommandObjectFrameRecognizer()
1148 interpreter))); in CommandObjectFrameRecognizer()
1150 interpreter))); in CommandObjectFrameRecognizer()
1161 CommandInterpreter &interpreter) in CommandObjectMultiwordFrame() argument
1162 : CommandObjectMultiword(interpreter, "frame", in CommandObjectMultiwordFrame()
[all …]
H A DCommandObjectProcess.cpp117 interpreter, "process launch", in CommandObjectProcessLaunch()
500 interpreter, "process continue", in CommandObjectProcessContinue()
995 interpreter, "process plugin", in CommandObjectProcessPlugin()
1136 interpreter, "process unload", in CommandObjectProcessUnload()
1201 interpreter, "process signal", in CommandObjectProcessSignal()
1344 interpreter, "process save-core", in CommandObjectProcessSaveCore()
1452 interpreter, "process status", in CommandObjectProcessStatus()
1939 interpreter))); in CommandObjectMultiwordProcessTrace()
1950 CommandInterpreter &interpreter) in CommandObjectMultiwordProcess() argument
1952 interpreter, "process", in CommandObjectMultiwordProcess()
[all …]
H A DCommandObjectCommands.cpp41 interpreter, "command source", in CommandObjectCommandsSource()
261 interpreter, "command alias", in CommandObjectCommandsAlias()
625 interpreter, "command unalias", in CommandObjectCommandsUnalias()
713 interpreter, "command delete", in CommandObjectCommandsDelete()
792 interpreter, "command regex", in CommandObjectCommandsAddRegex()
1484 if (interpreter) { in IOHandlerInputComplete()
1595 if (!interpreter) { in DoExecute()
1801 interpreter, "command script", in CommandObjectMultiwordCommandsScript()
2073 interpreter, "command container", in CommandObjectCommandContainer()
2080 interpreter))); in CommandObjectCommandContainer()
[all …]
H A DCommandObjectTrace.cpp75 CommandObjectTraceSave(CommandInterpreter &interpreter) in CommandObjectTraceSave() argument
77 interpreter, "trace save", in CommandObjectTraceSave()
177 CommandObjectTraceLoad(CommandInterpreter &interpreter) in CommandObjectTraceLoad() argument
179 interpreter, "trace load", in CommandObjectTraceLoad()
271 CommandObjectTraceDump(CommandInterpreter &interpreter) in CommandObjectTraceDump() argument
272 : CommandObjectParsed(interpreter, "trace dump", in CommandObjectTraceDump()
336 CommandObjectTraceSchema(CommandInterpreter &interpreter) in CommandObjectTraceSchema() argument
337 : CommandObjectParsed(interpreter, "trace schema", in CommandObjectTraceSchema()
389 CommandObjectTrace::CommandObjectTrace(CommandInterpreter &interpreter) in CommandObjectTrace() argument
390 : CommandObjectMultiword(interpreter, "trace", in CommandObjectTrace()
[all …]
H A DCommandObjectTarget.cpp206 interpreter, "target create", in CommandObjectTargetCreate()
469 interpreter, "target list", in CommandObjectTargetList()
495 interpreter, "target select", in CommandObjectTargetSelect()
2457 interpreter))); in CommandObjectTargetModulesDump()
2466 interpreter))); in CommandObjectTargetModulesDump()
3969 interpreter))); in CommandObjectTargetModulesImageSearchPaths()
3976 interpreter))); in CommandObjectTargetModulesImageSearchPaths()
3979 interpreter))); in CommandObjectTargetModulesImageSearchPaths()
5113 interpreter, "target dump", in CommandObjectTargetDump()
5129 CommandInterpreter &interpreter) in CommandObjectMultiwordTarget() argument
[all …]
H A DCommandObjectWatchpoint.cpp151 interpreter, "watchpoint list", in CommandObjectWatchpointList()
275 : CommandObjectParsed(interpreter, "enable", in CommandObjectWatchpointEnable()
677 interpreter, "watchpoint modify", in CommandObjectWatchpointModify()
800 interpreter, "watchpoint set variable", in CommandObjectWatchpointSetVariable()
992 interpreter, "watchpoint set expression", in CommandObjectWatchpointSetExpression()
1170 CommandInterpreter &interpreter) in CommandObjectMultiwordWatchpoint() argument
1175 new CommandObjectWatchpointList(interpreter)); in CommandObjectMultiwordWatchpoint()
1177 new CommandObjectWatchpointEnable(interpreter)); in CommandObjectMultiwordWatchpoint()
1181 new CommandObjectWatchpointDelete(interpreter)); in CommandObjectMultiwordWatchpoint()
1183 new CommandObjectWatchpointIgnore(interpreter)); in CommandObjectMultiwordWatchpoint()
[all …]
H A DCommandObjectPlugin.cpp18 CommandObjectPluginLoad(CommandInterpreter &interpreter) in CommandObjectPluginLoad() argument
19 : CommandObjectParsed(interpreter, "plugin load", in CommandObjectPluginLoad()
71 CommandObjectPlugin::CommandObjectPlugin(CommandInterpreter &interpreter) in CommandObjectPlugin() argument
72 : CommandObjectMultiword(interpreter, "plugin", in CommandObjectPlugin()
76 CommandObjectSP(new CommandObjectPluginLoad(interpreter))); in CommandObjectPlugin()
H A DCommandObjectSession.cpp18 CommandObjectSessionSave(CommandInterpreter &interpreter) in CommandObjectSessionSave() argument
19 : CommandObjectParsed(interpreter, "session save", in CommandObjectSessionSave()
59 CommandObjectSessionHistory(CommandInterpreter &interpreter) in CommandObjectSessionHistory() argument
60 : CommandObjectParsed(interpreter, "session history", in CommandObjectSessionHistory()
199 CommandObjectSession::CommandObjectSession(CommandInterpreter &interpreter) in CommandObjectSession() argument
200 : CommandObjectMultiword(interpreter, "session", in CommandObjectSession()
204 CommandObjectSP(new CommandObjectSessionSave(interpreter))); in CommandObjectSession()
206 CommandObjectSP(new CommandObjectSessionHistory(interpreter))); in CommandObjectSession()
H A DCommandObjectDiagnostics.cpp28 CommandObjectDiagnosticsDump(CommandInterpreter &interpreter) in CommandObjectDiagnosticsDump() argument
29 : CommandObjectParsed(interpreter, "diagnostics dump", in CommandObjectDiagnosticsDump()
106 CommandInterpreter &interpreter) in CommandObjectDiagnostics() argument
107 : CommandObjectMultiword(interpreter, "diagnostics", in CommandObjectDiagnostics()
111 "dump", CommandObjectSP(new CommandObjectDiagnosticsDump(interpreter))); in CommandObjectDiagnostics()
H A DCommandObjectMemoryTag.cpp27 CommandObjectMemoryTagRead(CommandInterpreter &interpreter) in CommandObjectMemoryTagRead() argument
28 : CommandObjectParsed(interpreter, "tag", in CommandObjectMemoryTagRead()
175 CommandObjectMemoryTagWrite(CommandInterpreter &interpreter) in CommandObjectMemoryTagWrite() argument
176 : CommandObjectParsed(interpreter, "tag", in CommandObjectMemoryTagWrite()
306 CommandObjectMemoryTag::CommandObjectMemoryTag(CommandInterpreter &interpreter) in CommandObjectMemoryTag() argument
308 interpreter, "tag", "Commands for manipulating memory tags", in CommandObjectMemoryTag()
311 new CommandObjectMemoryTagRead(interpreter)); in CommandObjectMemoryTag()
316 new CommandObjectMemoryTagWrite(interpreter)); in CommandObjectMemoryTag()
H A DCommandObjectBreakpoint.cpp236 interpreter, "breakpoint set", in CommandObjectBreakpointSet()
888 : CommandObjectParsed(interpreter, "enable", in CommandObjectBreakpointEnable()
980 interpreter, "breakpoint disable", in CommandObjectBreakpointDisable()
1099 interpreter, "breakpoint list", in CommandObjectBreakpointList()
1686 interpreter, "configure", in CommandObjectBreakpointNameConfigure()
1865 interpreter, "delete", in CommandObjectBreakpointNameDelete()
1946 : CommandObjectParsed(interpreter, "list", in CommandObjectBreakpointNameList()
2426 CommandInterpreter &interpreter) in CommandObjectMultiwordBreakpoint() argument
2428 interpreter, "breakpoint", in CommandObjectMultiwordBreakpoint()
2432 new CommandObjectBreakpointList(interpreter)); in CommandObjectMultiwordBreakpoint()
[all …]
H A DCommandObjectWatchpointCommand.cpp32 CommandObjectWatchpointCommandAdd(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandAdd() argument
33 : CommandObjectParsed(interpreter, "add", in CommandObjectWatchpointCommandAdd()
455 CommandObjectWatchpointCommandDelete(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandDelete() argument
456 : CommandObjectParsed(interpreter, "delete", in CommandObjectWatchpointCommandDelete()
522 CommandObjectWatchpointCommandList(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandList() argument
523 : CommandObjectParsed(interpreter, "list", in CommandObjectWatchpointCommandList()
608 CommandInterpreter &interpreter) in CommandObjectWatchpointCommand() argument
610 interpreter, "command", in CommandObjectWatchpointCommand()
615 new CommandObjectWatchpointCommandAdd(interpreter)); in CommandObjectWatchpointCommand()
617 new CommandObjectWatchpointCommandDelete(interpreter)); in CommandObjectWatchpointCommand()
[all …]
H A DCommandObjectBreakpointCommand.cpp32 CommandObjectBreakpointCommandAdd(CommandInterpreter &interpreter) in CommandObjectBreakpointCommandAdd() argument
33 : CommandObjectParsed(interpreter, "add", in CommandObjectBreakpointCommandAdd()
450 CommandObjectBreakpointCommandDelete(CommandInterpreter &interpreter) in CommandObjectBreakpointCommandDelete() argument
451 : CommandObjectParsed(interpreter, "delete", in CommandObjectBreakpointCommandDelete()
566 CommandObjectBreakpointCommandList(CommandInterpreter &interpreter) in CommandObjectBreakpointCommandList() argument
567 : CommandObjectParsed(interpreter, "list", in CommandObjectBreakpointCommandList()
672 CommandInterpreter &interpreter) in CommandObjectBreakpointCommand() argument
674 interpreter, "command", in CommandObjectBreakpointCommand()
680 new CommandObjectBreakpointCommandAdd(interpreter)); in CommandObjectBreakpointCommand()
682 new CommandObjectBreakpointCommandDelete(interpreter)); in CommandObjectBreakpointCommand()
[all …]
H A DCommandObjectRegister.cpp39 CommandObjectRegisterRead(CommandInterpreter &interpreter) in CommandObjectRegisterRead() argument
41 interpreter, "register read", in CommandObjectRegisterRead()
299 CommandObjectRegisterWrite(CommandInterpreter &interpreter) in CommandObjectRegisterWrite() argument
300 : CommandObjectParsed(interpreter, "register write", in CommandObjectRegisterWrite()
398 CommandObjectRegister::CommandObjectRegister(CommandInterpreter &interpreter) in CommandObjectRegister() argument
399 : CommandObjectMultiword(interpreter, "register", in CommandObjectRegister()
404 CommandObjectSP(new CommandObjectRegisterRead(interpreter))); in CommandObjectRegister()
406 CommandObjectSP(new CommandObjectRegisterWrite(interpreter))); in CommandObjectRegister()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp37 CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupBreakpointSet() argument
39 interpreter, "renderscript scriptgroup breakpoint set", in CommandObjectRenderScriptScriptGroupBreakpointSet()
79 CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupBreakpoint() argument
81 interpreter, "renderscript scriptgroup breakpoint", in CommandObjectRenderScriptScriptGroupBreakpoint()
89 interpreter))); in CommandObjectRenderScriptScriptGroupBreakpoint()
97 CommandObjectRenderScriptScriptGroupList(CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupList() argument
98 : CommandObjectParsed(interpreter, "renderscript scriptgroup list", in CommandObjectRenderScriptScriptGroupList()
143 CommandObjectRenderScriptScriptGroup(CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroup() argument
144 : CommandObjectMultiword(interpreter, "renderscript scriptgroup", in CommandObjectRenderScriptScriptGroup()
151 new CommandObjectRenderScriptScriptGroupBreakpoint(interpreter))); in CommandObjectRenderScriptScriptGroup()
[all …]
/openbsd/gnu/llvm/lldb/source/Target/
H A DStructuredDataPlugin.cpp21 CommandStructuredData(CommandInterpreter &interpreter) in CommandStructuredData() argument
22 : CommandObjectMultiword(interpreter, "structured-data", in CommandStructuredData()
47 auto &interpreter = debugger.GetCommandInterpreter(); in InitializeBasePluginForDebugger() local
48 if (!interpreter.GetCommandObject("plugin structured-data")) { in InitializeBasePluginForDebugger()
57 auto command_sp = CommandObjectSP(new CommandStructuredData(interpreter)); in InitializeBasePluginForDebugger()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A DMY_CXT30 * Boilerplate macros for initializing and accessing interpreter-local
38 * all the data that needs to be interpreter-local.
59 /* Fetches the SV that keeps the per-interpreter data. */
69 * interpreter-local data. */
74 /* Creates and zeroes the per-interpreter data.
76 * the interpreter goes away.) */
100 /* Clones the per-interpreter data. */
108 #else /* single interpreter */

12345678910>>...17