X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbreakpoint.h;fp=source%2Fbreakpoint.h;h=d02559e82f4db14e6af373d53e6915ce69a87bf4;hb=ea3d851aa52e999b1c5a5fa52c97ff5019756c0e;hp=0000000000000000000000000000000000000000;hpb=7642653a18f7464dd093a93a1247b8f18e53cd1a;p=gldbg.git diff --git a/source/breakpoint.h b/source/breakpoint.h new file mode 100644 index 0000000..d02559e --- /dev/null +++ b/source/breakpoint.h @@ -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