Searched refs:interpreter (Results 1 - 25 of 128) sorted by relevance

123456

/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLanguage.cpp18 CommandObjectLanguage::CommandObjectLanguage(CommandInterpreter &interpreter) argument
20 interpreter, "language", "Commands specific to a source language.",
H A DCommandObjectStats.cpp18 CommandObjectStatsEnable(CommandInterpreter &interpreter) argument
19 : CommandObjectParsed(interpreter, "enable",
43 CommandObjectStatsDisable(CommandInterpreter &interpreter) argument
44 : CommandObjectParsed(interpreter, "disable",
68 CommandObjectStatsDump(CommandInterpreter &interpreter) argument
69 : CommandObjectParsed(interpreter, "dump", "Dump statistics results",
93 CommandObjectStats::CommandObjectStats(CommandInterpreter &interpreter) argument
94 : CommandObjectMultiword(interpreter, "statistics",
98 CommandObjectSP(new CommandObjectStatsEnable(interpreter)));
100 CommandObjectSP(new CommandObjectStatsDisable(interpreter)));
[all...]
H A DCommandObjectBreakpointCommand.h20 CommandObjectBreakpointCommand(CommandInterpreter &interpreter);
H A DCommandObjectCommands.h21 CommandObjectMultiwordCommands(CommandInterpreter &interpreter);
H A DCommandObjectFrame.h20 CommandObjectMultiwordFrame(CommandInterpreter &interpreter);
H A DCommandObjectMemory.h18 CommandObjectMemory(CommandInterpreter &interpreter);
H A DCommandObjectPlugin.h18 CommandObjectPlugin(CommandInterpreter &interpreter);
H A DCommandObjectProcess.h20 CommandObjectMultiwordProcess(CommandInterpreter &interpreter);
H A DCommandObjectReproducer.h20 CommandObjectReproducer(CommandInterpreter &interpreter);
H A DCommandObjectSettings.h20 CommandObjectMultiwordSettings(CommandInterpreter &interpreter);
H A DCommandObjectSource.h21 CommandObjectMultiwordSource(CommandInterpreter &interpreter);
H A DCommandObjectStats.h17 CommandObjectStats(CommandInterpreter &interpreter);
H A DCommandObjectTarget.h20 CommandObjectMultiwordTarget(CommandInterpreter &interpreter);
H A DCommandObjectThread.h18 CommandObjectMultiwordThread(CommandInterpreter &interpreter);
H A DCommandObjectType.h18 CommandObjectType(CommandInterpreter &interpreter);
H A DCommandObjectWatchpointCommand.h20 CommandObjectWatchpointCommand(CommandInterpreter &interpreter);
H A DCommandObjectVersion.cpp19 CommandObjectVersion::CommandObjectVersion(CommandInterpreter &interpreter) argument
20 : CommandObjectParsed(interpreter, "version",
H A DCommandObjectLanguage.h17 CommandObjectLanguage(CommandInterpreter &interpreter);
H A DCommandObjectLog.h22 CommandObjectLog(CommandInterpreter &interpreter);
H A DCommandObjectPlatform.h20 CommandObjectPlatform(CommandInterpreter &interpreter);
H A DCommandObjectRegister.h21 CommandObjectRegister(CommandInterpreter &interpreter);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.h15 lldb_private::CommandInterpreter &interpreter);
H A DRenderScriptScriptGroup.cpp37 CommandInterpreter &interpreter)
39 interpreter, "renderscript scriptgroup breakpoint set",
76 CommandInterpreter &interpreter)
78 interpreter, "renderscript scriptgroup breakpoint",
86 interpreter)));
94 CommandObjectRenderScriptScriptGroupList(CommandInterpreter &interpreter) argument
95 : CommandObjectParsed(interpreter, "renderscript scriptgroup list",
140 CommandObjectRenderScriptScriptGroup(CommandInterpreter &interpreter) argument
141 : CommandObjectMultiword(interpreter, "renderscript scriptgroup",
148 new CommandObjectRenderScriptScriptGroupBreakpoint(interpreter)));
36 CommandObjectRenderScriptScriptGroupBreakpointSet( CommandInterpreter &interpreter) argument
75 CommandObjectRenderScriptScriptGroupBreakpoint( CommandInterpreter &interpreter) argument
157 NewCommandObjectRenderScriptScriptGroup( lldb_private::CommandInterpreter &interpreter) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DStructuredDataPlugin.cpp21 CommandStructuredData(CommandInterpreter &interpreter) argument
22 : CommandObjectMultiword(interpreter, "structured-data",
47 auto &interpreter = debugger.GetCommandInterpreter(); local
48 if (!interpreter.GetCommandObject("plugin structured-data")) {
57 auto command_sp = CommandObjectSP(new CommandStructuredData(interpreter));
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h29 typedef void (*CompletionCallback)(CommandInterpreter &interpreter,
56 CommandInterpreter &interpreter, uint32_t completion_mask,
60 static void DiskFiles(CommandInterpreter &interpreter,
66 static void DiskDirectories(CommandInterpreter &interpreter,
74 static void SourceFiles(CommandInterpreter &interpreter,
77 static void Modules(CommandInterpreter &interpreter,
80 static void Symbols(CommandInterpreter &interpreter,
83 static void SettingsNames(CommandInterpreter &interpreter,
86 static void PlatformPluginNames(CommandInterpreter &interpreter,
90 static void ArchitectureNames(CommandInterpreter &interpreter,
[all...]

Completed in 207 milliseconds

123456