Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/functionalities/abbreviation/
H A DTestAbbreviations.py14 command_interpreter = self.dbg.GetCommandInterpreter()
15 self.assertTrue(command_interpreter, VALID_COMMAND_INTERPRETER)
19 command_interpreter.ResolveCommand("ap script", result)
23 command_interpreter.ResolveCommand("e", result)
27 command_interpreter.ResolveCommand("h", result)
32 command_interpreter.ResolveCommand("lo li", result)
36 command_interpreter.ResolveCommand("br s", result)
42 command_interpreter.ResolveCommand("pl", result)
47 command_interpreter.ResolveCommand(
58 command_interpreter
[all...]
H A DTestCommonShortSpellings.py16 command_interpreter = self.dbg.GetCommandInterpreter()
17 self.assertTrue(command_interpreter, VALID_COMMAND_INTERPRETER)
32 command_interpreter.ResolveCommand(short_val, result)
/llvm-project/lldb/test/API/functionalities/wrong_commands/
H A DTestWrongCommands.py14 command_interpreter = self.dbg.GetCommandInterpreter()
15 self.assertTrue(command_interpreter, VALID_COMMAND_INTERPRETER)
18 command_interpreter.HandleCommand("g", result)
27 command_interpreter = self.dbg.GetCommandInterpreter()
28 self.assertTrue(command_interpreter, VALID_COMMAND_INTERPRETER)
31 command_interpreter.HandleCommand("qbert", result)
/llvm-project/lldb/examples/python/
H A Dprocess_events.py68 def run_commands(command_interpreter, commands): argument
71 command_interpreter.HandleCommand(command, return_obj)
284 command_interpreter = debugger.GetCommandInterpreter()
299 run_commands(command_interpreter, ["breakpoint list"])
363 command_interpreter, ["breakpoint list"]
375 command_interpreter,
379 command_interpreter, options.launch_commands
385 command_interpreter, options.stop_commands
404 command_interpreter, options.exit_commands
411 command_interpreter, options.crash_commands
/llvm-project/lldb/test/API/commands/command/source/
H A DTestCommandSource.py33 command_interpreter = self.dbg.GetCommandInterpreter()
34 self.assertTrue(command_interpreter, VALID_COMMAND_INTERPRETER)
36 command_interpreter.HandleCommand("script my.date()", result)