Searched refs:lldb_command_documentation (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/tools/lldbmacros/
H A Dxnu.py74 lldb_command_documentation = {} variable
151 global lldb_command_documentation
152 if cmd_name in lldb_command_documentation:
154 lldb_command_documentation[cmd_name] = (obj.__name__, obj.__doc__.lstrip(), option_string)
404 global lldb_command_documentation
406 cmds = lldb_command_documentation.keys()
409 if type(lldb_command_documentation[cmd][-1]) == type(""):
410 print " {0: <20s} - {1}".format(cmd , lldb_command_documentation[cmd][1].split("\n")[0].strip())
582 global kern, lldb_command_documentation, config, _xnu_framework_init

Completed in 23 milliseconds