]> git.tdb.fi Git - gldbg.git/blobdiff - source/breakpoint.h
Enable bidirectional communication between gldbg and glwrap.so
[gldbg.git] / source / breakpoint.h
diff --git a/source/breakpoint.h b/source/breakpoint.h
new file mode 100644 (file)
index 0000000..d02559e
--- /dev/null
@@ -0,0 +1,17 @@
+/* $Id$
+
+This file is part of gldbg
+Copyright © 2010  Mikko Rasa, Mikkosoft Productions
+Distributed under the GPL
+*/
+
+#ifndef BREAKPOINT_H_
+#define BREAKPOINT_H_
+
+enum
+{
+       BREAK_CALL = 1,
+       BREAK_RETURN = 2
+};
+
+#endif