Home
last modified time | relevance | path

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

/xnu-8792.81.2/tools/lldbmacros/plugins/
H A Dzprint_perf_log.py9 def plugin_execute(command_name, result_output): argument
22 if command_name != 'zprint' :
H A Diosspeedtracer.py7 def plugin_execute(command_name, result_output): argument
20 if command_name != 'showtaskuserstacks' :
H A Dspeedtracer.py10 def plugin_execute(command_name, result_output): argument
/xnu-8792.81.2/tools/lldbmacros/
H A DREADME.md132 (lldb) command_name [cmd_args..] [-CMDOPTIONS] [-xnuoptions]
134command_name : name of command as registed using the @lldb_command decorator and described in 'kgm…
137 xnuoptions : common options for stream based operations on the output of command_name.
157 …1. register a command to a function. Use the lldb_command decorator to map a 'command_name' to a f…