]> git.tdb.fi Git - gldbg.git/blobdiff - source/commandinterpreter.h
Replace per-file license notices with License.txt
[gldbg.git] / source / commandinterpreter.h
index cc6246e927390465301983e03cd290662a8d37e3..fa881c6883be885b6e2cc03974448e68783766fd 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of gldbg
-Copyright © 2009-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the GPL
-*/
-
 #ifndef COMMANDINTERPRETER_H_
 #define COMMANDINTERPRETER_H_
 
@@ -81,6 +74,10 @@ public:
 private:
        void cmd_help(const std::string &);
        void cmd_run(const std::string &);
+       void cmd_break(const std::string &);
+       void cmd_unbreak(const std::string &);
+       void cmd_next(const std::string &);
+       void cmd_finish(const std::string &);
        void cmd_continue(const std::string &);
        void cmd_signal(const std::string &);
        void cmd_kill(const std::string &);