1
1

Re-issue the read event so that multiple debugger attachments can occur

This commit was SVN r23421.
Этот коммит содержится в:
Ralph Castain 2010-07-15 15:35:26 +00:00
родитель 57d89d1c0c
Коммит a99e8cf132

Просмотреть файл

@ -262,6 +262,9 @@ static void attach_debugger(int fd, short event, void *arg)
}
RELEASE:
/* reset the read event */
opal_event_add(&attach, 0);
/* notify the debugger that all is ready */
MPIR_Breakpoint();