32 #include "../avrdevice.h" 33 #include "../traceval.h" Basic AVR device, contains the core functionality.
void WriteCoreDump(const std::string &outname, AvrDevice *dev)
Write out core dump file (for analysis)
void ShowRegisteredTraceValues(const std::string &outname)
Write out registered trace values for device to file or stdout.
void SetDumpTraceArgs(const std::vector< std::string > &traceopts, AvrDevice *dev)
Parse given trace options and open Dumper.