Home
last modified time | relevance | path

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

/external/lldb/examples/python/
Dprocess_events.py56 def run_commands(command_interpreter, commands): function
148 run_commands(command_interpreter, ['breakpoint list'])
193 run_commands(command_interpreter, ['breakpoint list'])
201run_commands(command_interpreter, ['breakpoint list'])
202 run_commands (command_interpreter, options.launch_commands)
206 run_commands (command_interpreter, options.stop_commands)
217 run_commands (command_interpreter, options.exit_commands)
222 run_commands (command_interpreter, options.crash_commands)