Skip to content
  • Greg Clayton's avatar
    Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added · 84c39663
    Greg Clayton authored
    new OptionGroup subclasses for:
    - output file for use with options: 
            long opts: --outfile <path> --append--output
            short opts: -o <path> -A
            
    - format for use with options:
            long opts: --format <format>
    
    - variable object display controls for depth, pointer depth, wether to show
      types, show summary, show location, flat output, use objc "po" style summary.
      
    Modified ValueObjectMemory to be able to be created either with a TypeSP or
    a ClangASTType.
    
    Switched "memory read" over to use OptionGroup subclasses: one for the outfile
    options, one for the command specific options, and one for the format.
    
    llvm-svn: 130334
    84c39663
Loading