orte_debugger_attach  128 orte/orted/orted_submit.c opal_event_t *orte_debugger_attach=NULL;
orte_debugger_attach  662 orte/orted/orted_submit.c             opal_event_del(orte_debugger_attach);
orte_debugger_attach  663 orte/orted/orted_submit.c             free(orte_debugger_attach);
orte_debugger_attach 2904 orte/orted/orted_submit.c     orte_debugger_attach = (opal_event_t*)malloc(sizeof(opal_event_t));
orte_debugger_attach 2905 orte/orted/orted_submit.c     opal_event_set(orte_event_base, orte_debugger_attach, orte_debugger_attach_fd,
orte_debugger_attach 2906 orte/orted/orted_submit.c                    OPAL_EV_READ, attach_debugger, orte_debugger_attach);
orte_debugger_attach 2909 orte/orted/orted_submit.c     opal_event_add(orte_debugger_attach, 0);
orte_debugger_attach 2921 orte/orted/orted_submit.c         orte_debugger_attach = (opal_event_t*)arg;
orte_debugger_attach 2927 orte/orted/orted_submit.c             opal_event_free(orte_debugger_attach);
orte_debugger_attach 2935 orte/orted/orted_submit.c             opal_event_add(orte_debugger_attach, 0);
orte_debugger_attach 2944 orte/orted/orted_submit.c             opal_event_add(orte_debugger_attach, 0);
orte_debugger_attach 2988 orte/orted/orted_submit.c         opal_event_add(orte_debugger_attach, 0);
orte_debugger_attach   43 orte/orted/orted_submit.h extern opal_event_t *orte_debugger_attach;