3 This file is part of gldbg
4 Copyright © 2009 Mikko Rasa, Mikkosoft Productions
5 Distributed under the GPL
13 #include <msp/core/application.h>
14 #include <msp/fs/path.h>
15 #include "commandinterpreter.h"
19 class GlDbg: public Msp::Application
22 CommandInterpreter cmd_interp;
31 static RegApp<GlDbg> reg;
36 Tracer &get_tracer() { return tracer; }
37 Process &get_process() { return process; }
44 long ptrace(int, void *, void *);
45 virtual void sighandler(int);