X-Git-Url: http://git.tdb.fi/?p=gldbg.git;a=blobdiff_plain;f=source%2Fgldbg.h;h=da5664eddf749102f4a996bdab12e14f35983fdc;hp=e53998251e3821bef667526e5346de0717741a22;hb=ea3d851aa52e999b1c5a5fa52c97ff5019756c0e;hpb=7642653a18f7464dd093a93a1247b8f18e53cd1a diff --git a/source/gldbg.h b/source/gldbg.h index e539982..da5664e 100644 --- a/source/gldbg.h +++ b/source/gldbg.h @@ -39,6 +39,8 @@ public: CommandInterpreter &get_command_interpreter() { return cmd_interp; } Process &get_process() { return process; } void launch(); + void set_breakpoint(unsigned short, char); + void clear_breakpoint(unsigned short, char); void quit(bool); private: void tick();