Lines Matching refs:tool
32 tool-specific stuff.
66 "in the tool-specific subclass"
70 "in the tool-specific subclass"
102 help="store memory tool logs in the <tool>.logs "
104 "useful for tool developers/maintainers.\n"
105 "Please note that the <tool>.logs directory "
106 "will be clobbered on tool startup.")
108 # To add framework- or tool-specific flags, please add a hook using
117 # self._tool_flags will store those tool flags which we don't parse
166 "in the tool-specific subclass"
169 # You may override it in the tool-specific subclass
244 ExtendOptionParser() for tool-specific stuff.
251 # Override if tool prefers nonxml output
255 # Returns true iff the tool is distibuted as a self-contained
349 "file, or use --generate_dsym option to this tool.")
364 proc = [path, "--tool=%s" % tool_name]
422 "in the tool-specific subclass"
468 "in the tool-specific subclass"
590 ExtendOptionParser() for tool-specific stuff.
597 "in the tool-specific subclass"
834 """Get the tool command to run."""
961 # Dr.Memory requires -- to separate tool flags from the executable name.
1217 # mode when the tool is mature enough.
1231 raise RuntimeError, "Unknown tool (tool=%s, platform=%s)" % (tool_name,
1234 def CreateTool(tool):
1235 return ToolFactory().Create(tool)