X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgldbg.h;h=9f77430e753ec54f13f31b7d504cd14831086dbb;hb=HEAD;hp=dd6d60c6d8f1a97c13078d6da3fe51e82498228a;hpb=81f1ddee977603293d0c5710f2db69130dac6a96;p=gldbg.git diff --git a/source/gldbg.h b/source/gldbg.h index dd6d60c..9f77430 100644 --- a/source/gldbg.h +++ b/source/gldbg.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of gldbg -Copyright © 2009-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the GPL -*/ - #ifndef GLDBG_H_ #define GLDBG_H_ @@ -37,6 +30,7 @@ private: typedef std::list BreakList; + bool done; CommandInterpreter cmd_interp; Process process; int sock_fd; @@ -62,6 +56,9 @@ public: void launch(); void send(GlPacket *); void hold(); +private: + void send_breakpoint(unsigned short, unsigned char, unsigned char); +public: void set_breakpoint(unsigned short, unsigned char, Tool *); void clear_breakpoint(unsigned short, unsigned char, Tool *); void resume_from_break(Tool *);