Home
last modified time | relevance | path

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

12345678910>>...12

/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/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 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 DCommandObjectType.cpp168 if (interpreter) { in IOHandlerInputComplete()
399 if (interpreter) { in IOHandlerInputComplete()
961 interpreter, in CommandObjectTypeFormatDelete()
975 interpreter, in CommandObjectTypeFormatClear()
1287 if (interpreter && !interpreter->CheckObjectExists(funct_name)) in Execute_ScriptSummary()
1296 if (!interpreter) { in Execute_ScriptSummary()
1632 interpreter, in CommandObjectTypeSummaryDelete()
1650 interpreter, in CommandObjectTypeSummaryClear()
2184 interpreter, in CommandObjectTypeFilterDelete()
2199 interpreter, in CommandObjectTypeSynthDelete()
[all …]
H A DCommandObjectPlatform.cpp275 interpreter, "platform connect", in CommandObjectPlatformConnect()
764 interpreter, "platform file", in CommandObjectPlatformFile()
791 interpreter, "platform get-file", in CommandObjectPlatformGetFile()
1081 interpreter, "platform put-file", in CommandObjectPlatformPutFile()
1487 interpreter, "platform process info", in CommandObjectPlatformProcessInfo()
1682 interpreter))); in CommandObjectPlatformProcess()
1684 interpreter))); in CommandObjectPlatformProcess()
1917 interpreter))); in CommandObjectPlatform()
1925 interpreter))); in CommandObjectPlatform()
1929 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.cpp111 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()
2394 interpreter, "dump", in CommandObjectMultiwordTraceDump()
2412 interpreter, "trace", in CommandObjectMultiwordTrace()
[all …]
H A DCommandObjectFrame.cpp196 : CommandObjectParsed(interpreter, "frame info", in CommandObjectFrameInfo()
393 interpreter, "frame variable", in CommandObjectFrameVariable()
877 if (interpreter && in DoExecute()
1055 interpreter, "frame recognizer info", in CommandObjectFrameRecognizerInfo()
1129 interpreter, "frame recognizer", in CommandObjectFrameRecognizer()
1133 interpreter))); in CommandObjectFrameRecognizer()
1141 interpreter))); in CommandObjectFrameRecognizer()
1143 interpreter))); in CommandObjectFrameRecognizer()
1154 CommandInterpreter &interpreter) in CommandObjectMultiwordFrame() argument
1155 : CommandObjectMultiword(interpreter, "frame", in CommandObjectMultiwordFrame()
[all …]
H A DCommandObjectProcess.cpp116 interpreter, "process launch", in CommandObjectProcessLaunch()
499 interpreter, "process continue", in CommandObjectProcessContinue()
994 interpreter, "process plugin", in CommandObjectProcessPlugin()
1135 interpreter, "process unload", in CommandObjectProcessUnload()
1200 interpreter, "process signal", in CommandObjectProcessSignal()
1343 interpreter, "process save-core", in CommandObjectProcessSaveCore()
1451 interpreter, "process status", in CommandObjectProcessStatus()
1937 interpreter))); in CommandObjectMultiwordProcessTrace()
1948 CommandInterpreter &interpreter) in CommandObjectMultiwordProcess() argument
1950 interpreter, "process", in CommandObjectMultiwordProcess()
[all …]
H A DCommandObjectCommands.cpp40 interpreter, "command source", in CommandObjectCommandsSource()
260 interpreter, "command alias", in CommandObjectCommandsAlias()
622 interpreter, "command unalias", in CommandObjectCommandsUnalias()
710 interpreter, "command delete", in CommandObjectCommandsDelete()
789 interpreter, "command regex", in CommandObjectCommandsAddRegex()
1481 if (interpreter) { in IOHandlerInputComplete()
1592 if (!interpreter) { in DoExecute()
1798 interpreter, "command script", in CommandObjectMultiwordCommandsScript()
2070 interpreter, "command container", in CommandObjectCommandContainer()
2077 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()
2442 interpreter))); in CommandObjectTargetModulesDump()
2451 interpreter))); in CommandObjectTargetModulesDump()
3954 interpreter))); in CommandObjectTargetModulesImageSearchPaths()
3961 interpreter))); in CommandObjectTargetModulesImageSearchPaths()
3964 interpreter))); in CommandObjectTargetModulesImageSearchPaths()
5097 interpreter, "target dump", in CommandObjectTargetDump()
5113 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 DCommandObjectReproducer.cpp88 CommandObjectReproducerGenerate(CommandInterpreter &interpreter) in CommandObjectReproducerGenerate() argument
90 interpreter, "reproducer generate", in CommandObjectReproducerGenerate()
123 CommandObjectReproducerXCrash(CommandInterpreter &interpreter) in CommandObjectReproducerXCrash() argument
124 : CommandObjectParsed(interpreter, "reproducer xcrash", in CommandObjectReproducerXCrash()
200 CommandObjectReproducerStatus(CommandInterpreter &interpreter) in CommandObjectReproducerStatus() argument
202 interpreter, "reproducer status", in CommandObjectReproducerStatus()
238 CommandObjectReproducerDump(CommandInterpreter &interpreter) in CommandObjectReproducerDump() argument
239 : CommandObjectParsed(interpreter, "reproducer dump", in CommandObjectReproducerDump()
478 CommandInterpreter &interpreter) in CommandObjectReproducer() argument
480 interpreter, "reproducer", in CommandObjectReproducer()
[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 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.cpp235 interpreter, "breakpoint set", in CommandObjectBreakpointSet()
887 : CommandObjectParsed(interpreter, "enable", in CommandObjectBreakpointEnable()
979 interpreter, "breakpoint disable", in CommandObjectBreakpointDisable()
1098 interpreter, "breakpoint list", in CommandObjectBreakpointList()
1685 interpreter, "configure", in CommandObjectBreakpointNameConfigure()
1864 interpreter, "delete", in CommandObjectBreakpointNameDelete()
1945 : CommandObjectParsed(interpreter, "list", in CommandObjectBreakpointNameList()
2425 CommandInterpreter &interpreter) in CommandObjectMultiwordBreakpoint() argument
2427 interpreter, "breakpoint", in CommandObjectMultiwordBreakpoint()
2431 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 …]
/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/lldb/test/API/commands/session/save/
H A DTestSessionSave.py28 interpreter = self.dbg.GetCommandInterpreter()
37 interpreter.HandleCommand(setting, lldb.SBCommandReturnObject())
47 interpreter.HandleCommand(cmd, res)
50 self.assertTrue(interpreter.HasCommands())
55 interpreter.HandleCommand(cmd, res)
63 interpreter.HandleCommand('session save ' + output_file, res)
76 interpreter.HandleCommand('settings set interpreter.save-session-directory ' + td.name, res)
80 interpreter.HandleCommand('session save', res)
95 interpreter = self.dbg.GetCommandInterpreter()
109 interpreter.HandleCommand(setting, res)
/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestCommandPaths.cpp47 CommandObjectLeaf(CommandInterpreter &interpreter) in CommandObjectLeaf() argument
48 : CommandObjectParsed(interpreter, "dummy subcommand leaf", in CommandObjectLeaf()
63 CommandObjectMultiwordSubDummy(CommandInterpreter &interpreter) in CommandObjectMultiwordSubDummy() argument
64 : CommandObjectMultiword(interpreter, "dummy subcommand", "Does nothing", in CommandObjectMultiwordSubDummy()
67 LoadSubCommand("leaf", CommandObjectSP(new CommandObjectLeaf(interpreter))); in CommandObjectMultiwordSubDummy()
75 CommandObjectMultiwordDummy(CommandInterpreter &interpreter) in CommandObjectMultiwordDummy() argument
76 : CommandObjectMultiword(interpreter, "dummy", "Does nothing", "dummy") { in CommandObjectMultiwordDummy()
80 CommandObjectSP(new CommandObjectMultiwordSubDummy(interpreter))); in CommandObjectMultiwordDummy()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/test/Shell/Settings/
H A DTestStopCommandSourceOnError.test1 # Modifying the interpreter settings is tricky because they don't take effect
2 # until we create a new command interpreter, which should be merely an
12 # RUN: %lldb -b -o 'settings set interpreter.stop-command-source-on-error false' -s %S/Inputs/StopC…
18 # RUN: not %lldb -b -o 'settings set interpreter.stop-command-source-on-error false' -o 'bogus' -o …
24 # RUN: not %lldb -b -o 'settings set interpreter.stop-command-source-on-error true' -s %S/Inputs/Do…

12345678910>>...12