]> git.tdb.fi Git - gldbg.git/blob - source/breakpoint.h
Query implementation limits on process startup
[gldbg.git] / source / breakpoint.h
1 #ifndef BREAKPOINT_H_
2 #define BREAKPOINT_H_
3
4 enum
5 {
6         BREAK_CALL = 1,
7         BREAK_RETURN = 2
8 };
9
10 #endif