Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dprocess_events.py63 def run_commands(command_interpreter, commands): argument
66 command_interpreter.HandleCommand(command, return_obj)
260 command_interpreter = debugger.GetCommandInterpreter()
277 run_commands(command_interpreter, ['breakpoint list'])
330 command_interpreter, ['breakpoint list'])
340 command_interpreter, ['breakpoint list'])
342 command_interpreter, options.launch_commands)
347 command_interpreter, options.stop_commands)
359 command_interpreter, options.exit_commands)
365 command_interpreter, options.crash_commands)