Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dutils.py15 lldb_run_command_state = {'active':False} variable
22 global lldb_run_command_state
26 lldb_run_command_state['active'] = True
28 lldb_run_command_state['active'] = False
H A Dxnu.py283 global config, lldb_run_command_state
286 if 'active' in lldb_run_command_state and lldb_run_command_state['active']: