Home
last modified time | relevance | path

Searched refs:command_interpreter (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/abbreviation/
H A DTestAbbreviations.py15 command_interpreter = self.dbg.GetCommandInterpreter()
16 self.assertTrue(command_interpreter, VALID_COMMAND_INTERPRETER)
20 command_interpreter.ResolveCommand("ap script", result)
24 command_interpreter.ResolveCommand("h", result)
29 command_interpreter.ResolveCommand("lo li", result)
33 command_interpreter.ResolveCommand("br s", result)
39 command_interpreter.ResolveCommand("pl", result)
44 command_interpreter.ResolveCommand(
62 command_interpreter.ResolveCommand("gurp", result)
81 command_interpreter.ResolveCommand("xyzzy main", result)
[all …]
H A DTestCommonShortSpellings.py18 command_interpreter = self.dbg.GetCommandInterpreter()
19 self.assertTrue(command_interpreter, VALID_COMMAND_INTERPRETER)
34 command_interpreter.ResolveCommand(short_val, result)
/llvm-project-15.0.7/lldb/test/API/functionalities/wrong_commands/
H A DTestWrongCommands.py15 command_interpreter = self.dbg.GetCommandInterpreter()
16 self.assertTrue(command_interpreter, VALID_COMMAND_INTERPRETER)
19 command_interpreter.HandleCommand("g", result)
28 command_interpreter = self.dbg.GetCommandInterpreter()
29 self.assertTrue(command_interpreter, VALID_COMMAND_INTERPRETER)
32 command_interpreter.HandleCommand("qbert", result)
/llvm-project-15.0.7/lldb/examples/python/
H A Dprocess_events.py65 def run_commands(command_interpreter, commands): argument
68 command_interpreter.HandleCommand(command, return_obj)
262 command_interpreter = debugger.GetCommandInterpreter()
279 run_commands(command_interpreter, ['breakpoint list'])
332 command_interpreter, ['breakpoint list'])
342 command_interpreter, ['breakpoint list'])
344 command_interpreter, options.launch_commands)
349 command_interpreter, options.stop_commands)
361 command_interpreter, options.exit_commands)
367 command_interpreter, options.crash_commands)
/llvm-project-15.0.7/lldb/test/API/commands/command/source/
H A DTestCommandSource.py35 command_interpreter = self.dbg.GetCommandInterpreter()
36 self.assertTrue(command_interpreter, VALID_COMMAND_INTERPRETER)
38 command_interpreter.HandleCommand("script my.date()", result)