libInit.cc
changeset 13 45ec9353003f
parent 12 568a2971c977
child 15 65d3b4bfe871
--- a/libInit.cc	Thu Jun 12 01:21:45 2014 +0100
+++ b/libInit.cc	Fri Jun 13 07:27:24 2014 +0100
@@ -165,6 +165,18 @@
 _GDBNotificationEvent_Init(pass,__pRT__,snd);
 _GDBStatusEvent_Init(pass,__pRT__,snd);
 _GDBTargetOutputEvent_Init(pass,__pRT__,snd);
+_GDBBreakpointCreatedEvent_Init(pass,__pRT__,snd);
+_GDBBreakpointDeletedEvent_Init(pass,__pRT__,snd);
+_GDBBreakpointModifiedEvent_Init(pass,__pRT__,snd);
+_GDBLibraryLoadedEvent_Init(pass,__pRT__,snd);
+_GDBLibraryUnloadedEvent_Init(pass,__pRT__,snd);
+_GDBRunningEvent_Init(pass,__pRT__,snd);
+_GDBStoppedEvent_Init(pass,__pRT__,snd);
+_GDBThreadCreatedEvent_Init(pass,__pRT__,snd);
+_GDBThreadExitedEvent_Init(pass,__pRT__,snd);
+_GDBThreadGroupAddedEvent_Init(pass,__pRT__,snd);
+_GDBThreadGroupExitedEvent_Init(pass,__pRT__,snd);
+_GDBThreadGroupStartedEvent_Init(pass,__pRT__,snd);
 
 
 __END_PACKAGE__();