Skip to content

Commit

Permalink
Add proccontrol/h/EventType.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 4437aae commit e239e66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proccontrol/h/EventType.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class PC_EXPORT EventType
static const int BreakpointClear = 500;
static const int BreakpointRestore = 501;
static const int Async = 502;
static const int ChangePCStop = 503; // Used for bug_freebsd_change_pc
static const int ChangePCStop = 503;
static const int Detach = 504;
static const int Detached = 505;
static const int IntBootstrap = 506;
Expand All @@ -90,7 +90,6 @@ class PC_EXPORT EventType
static const int Continue = 513;
static const int PostponedSyscall = 514;

//Users should define their own events at this value or higher.
static const int MaxProcCtrlEvent = 1000;
typedef int Code;

Expand Down

0 comments on commit e239e66

Please sign in to comment.