3 This file is part of gldbg
4 Copyright © 2009-2010 Mikko Rasa, Mikkosoft Productions
5 Distributed under the GPL
11 #include <msp/io/base.h>
16 class Tracer: public RegisteredTool<Tracer>
28 virtual void decode(const char *, unsigned);
30 void set_output(Msp::IO::Base *, bool);
31 void cmd_trace(const std::string &);