Searched refs:command_name (Results 1 – 4 of 4) sorted by relevance
9 def plugin_execute(command_name, result_output): argument22 if command_name != 'zprint' :
7 def plugin_execute(command_name, result_output): argument20 if command_name != 'showtaskuserstacks' :
10 def plugin_execute(command_name, result_output): argument
132 (lldb) command_name [cmd_args..] [-CMDOPTIONS] [-xnuoptions]134 …command_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…