Home
last modified time | relevance | path

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

/external/llvm-project/lldb/examples/python/
Dcrashlog.py735 image_option_parser = None variable in Interactive
796 if not self.image_option_parser:
797 self.image_option_parser = optparse.OptionParser(
799 self.image_option_parser.add_option(
806 (options, args) = self.image_option_parser.parse_args(command_args)
Dbsd.py210 image_option_parser = None variable in Interactive