Skip to content
Snippets Groups Projects
Select Git revision
  • b21f8e56992d88c5242515e94d3a6616078a6bdf
  • test default
2 results

parsers

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Steven Cahail authored and Gerrit - the friendly Code Review server committed
    The constructor currently used in ramparse.py to initialize the RamDump
    object has a very long argument list. This list can be shortened by
    passing the options object to the constructor, rather than enumerating
    every member of the options object as a separate argument.
    
    Pass the options object to the RamDump constructor instead of passing
    each member as a separate argument.
    
    Change-Id: I7cbf173232838dd8f9fdbdad0e2b7336ad8fc07b
    5e7d333a
    History
    Name Last commit Last update
    ..