Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dxnu.py182 def diagnostic_report(exc, stream, cmd_name, debug_opts, lldb_log_fname=None): argument
271 def lldb_command(cmd_name, option_string = '', fancy=False): argument
284 stream = CommandOutput(cmd_name, result)
322 print("{0:s}:\n {1:s}".format(cmd_name, obj.__doc__.strip()))
326 return diagnostic_report(exc, stream, cmd_name, debug_opts, lldb_log_filename)
337 return_data = plugin.plugin_execute(cmd_name, result.GetOutput())
351 print("ERROR: Cannot register command({:s}) without documentation".format(cmd_name))
356 if cmd_name in lldb_command_documentation:
357 lldb.debugger.HandleCommand("command script delete "+cmd_name)
358 lldb_command_documentation[cmd_name] = (obj.__name__, obj.__doc__.lstrip(), option_string)
[all …]
/xnu-11215/tools/lldbmacros/core/
H A Dstandard.py328 def __init__(self, cmd_name, CommandResult=None, fhandle=None): argument
338 self.cmd_name = cmd_name
446 self.fhandle.write("(lldb)%s %s \n" % (self.cmd_name, " ".join(cmdargs)))