initialize_notifications() protected method

protected initialize_notifications ( Inferior inferior ) : void
inferior Inferior
return void
示例#1
0
 internal override bool BreakpointHandler(Inferior inferior,
                                          out bool remain_stopped)
 {
     manager.initialize_notifications(inferior);
     remain_stopped = false;
     return(true);
 }