]> git.tdb.fi Git - gldbg.git/blobdiff - source/gldbg.h
Fix things for 64-bit systems
[gldbg.git] / source / gldbg.h
index dd6d60c6d8f1a97c13078d6da3fe51e82498228a..9f77430e753ec54f13f31b7d504cd14831086dbb 100644 (file)
@@ -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<Breakpoint> 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 *);