Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dxnu.py267 lldb_command_documentation = {} variable
355 global lldb_command_documentation
356 if cmd_name in lldb_command_documentation:
358 lldb_command_documentation[cmd_name] = (obj.__name__, obj.__doc__.lstrip(), option_string)
654 global lldb_command_documentation
656 cmds = list(lldb_command_documentation.keys())
659 if isinstance(lldb_command_documentation[cmd][-1], str):
660 … print(" {0: <20s} - {1}".format(cmd , lldb_command_documentation[cmd][1].split("\n")[0].strip()))
1215 global kern, lldb_command_documentation, config, _xnu_framework_init