#include <iostream>
#include <vector>
#include "../avrdevice.h"
#include "../traceval.h"
Go to the source code of this file.
Functions | |
void | SetDumpTraceArgs (const std::vector< std::string > &traceopts, AvrDevice *dev) |
Parse given trace options and open Dumper. | |
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.
Definition at line 36 of file dumpargs.cpp.
References DumpManager::addDumper(), DumpManager::all(), avr_error, DumpManager::Instance(), DumpManager::load(), and split().
Referenced by avr_dump_arg_tf(), and main().
void ShowRegisteredTraceValues | ( | const std::string & | outname | ) |
Write out registered trace values for device to file or stdout.
Definition at line 82 of file dumpargs.cpp.
References DumpManager::Instance(), and DumpManager::save().
Referenced by main().