#include <fstream>#include <stdlib.h>#include "dumpargs.h"#include <iostream>#include <vector>#include "../avrdevice.h"#include "../traceval.h"#include "../helper.h"#include "../avrerror.h"

Go to the source code of this file.
Functions | |
| void | SetDumpTraceArgs (const vector< string > &traceopts, AvrDevice *dev) |
| Parse given trace options and open Dumper. | |
| void | ShowRegisteredTraceValues (const string &outname) |
| Write out registered trace values for device to file or stdout. | |
| void SetDumpTraceArgs | ( | const vector< 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 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().


1.6.3